Changeset 437 in flair-src for trunk/tools/FlairGCS/src/Vector3DSpinBox.cpp
- Timestamp:
- Aug 24, 2021, 5:33:19 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/FlairGCS/src/Vector3DSpinBox.cpp
r269 r437 13 13 Vector3DSpinBox::Vector3DSpinBox(Layout *parent, int row, int col, QString name, 14 14 QString value[3], float min, float max, 15 float step, int decimals)15 float step, uint16_t decimals) 16 16 : XmlWidget(name, "Vector3DSpinBox", parent) { 17 17 for (int i = 0; i < 3; i++) {
Note:
See TracChangeset
for help on using the changeset viewer.