Engauge Digitizer 2
Loading...
Searching...
No Matches
ExportPointsIntervalUnits.cpp File Reference
#include "ExportPointsIntervalUnits.h"
#include <QObject>
Include dependency graph for ExportPointsIntervalUnits.cpp:

Go to the source code of this file.

Functions

QString exportPointsIntervalUnitsToString (ExportPointsIntervalUnits exportPointsIntervalUnits)

Function Documentation

◆ exportPointsIntervalUnitsToString()

QString exportPointsIntervalUnitsToString ( ExportPointsIntervalUnits exportPointsIntervalUnits)

Definition at line 10 of file ExportPointsIntervalUnits.cpp.

11{
12 QString rtn;
13
14 switch (exportPointsIntervalUnits) {
16 rtn = QObject::tr ("Graph Units");
17 break;
18
20 rtn = QObject::tr ("Pixels");
21 break;
22 }
23
24 return rtn;
25}
@ EXPORT_POINTS_INTERVAL_UNITS_GRAPH
@ EXPORT_POINTS_INTERVAL_UNITS_SCREEN