- Timestamp:
- Apr 12, 2013, 5:11:59 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GnssCenter/inpedit/keyword.cpp
r5107 r5109 140 140 if (rangeStr.size() >= 2) spinBox->setMaximum(rangeStr[1].toInt()); 141 141 if (rangeStr.size() >= 3) spinBox->setSingleStep(rangeStr[2].toInt()); 142 if (_origValues.size()) { 143 spinBox->setValue(_origValues[0].toInt()); 144 } 142 145 _widget = spinBox; 143 146 }
Note:
See TracChangeset
for help on using the changeset viewer.