Changeset 5106 in ntrip for trunk/GnssCenter/inpedit
- Timestamp:
- Apr 12, 2013, 5:01:36 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GnssCenter/inpedit/keyword.cpp
r5105 r5106 192 192 else if (widgetType == "spinbox") { 193 193 QSpinBox* spinBox = static_cast<QSpinBox*>(_widget); 194 values << QString("%1").arg(spinBox->value()); 194 195 } 195 196 else if (widgetType == "uniline") {
Note:
See TracChangeset
for help on using the changeset viewer.