Changeset 437 in flair-src for trunk/tools/FlairGCS/src/DoubleSpinBox.h
- Timestamp:
- 08/24/21 17:33:19 (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/FlairGCS/src/DoubleSpinBox.h
r269 r437 17 17 // handle value as string, becouse double value are not exact 18 18 DoubleSpinBox(Layout *parent, int row, int col, QString name, QString suffix, 19 QString value, float min, float max, float step, int decimals);19 QString value, float min, float max, float step, uint16_t decimals); 20 20 ~DoubleSpinBox(); 21 21
Note:
See TracChangeset
for help on using the changeset viewer.