7 #include "ExportPointsIntervalUnits.h" 10 QString exportPointsIntervalUnitsToString (ExportPointsIntervalUnits exportPointsIntervalUnits)
14 switch (exportPointsIntervalUnits) {
15 case EXPORT_POINTS_INTERVAL_UNITS_GRAPH:
16 rtn = QObject::tr (
"Graph Units");
19 case EXPORT_POINTS_INTERVAL_UNITS_SCREEN:
20 rtn = QObject::tr (
"Pixels");