Changeset 437 in flair-src for trunk/tools/FlairGCS/src/ComboBox.h
- Timestamp:
- 08/24/21 17:33:19 (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/FlairGCS/src/ComboBox.h
r269 r437 15 15 16 16 public: 17 ComboBox(Layout *parent, int row, int col, QString name, int value);17 ComboBox(Layout *parent, int row, int col, QString name, uint16_t value); 18 18 ~ComboBox(); 19 19 20 20 private: 21 21 QComboBox *combobox; 22 int combobox_value;22 uint16_t combobox_value; 23 23 void XmlEvent(QDomElement *dom); 24 24 void SetUptodate(void);
Note:
See TracChangeset
for help on using the changeset viewer.