Changeset 6653 in ntrip for trunk/BNC/src/pppWidgets.cpp
- Timestamp:
- Mar 12, 2015, 1:26:34 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/pppWidgets.cpp
r6646 r6653 213 213 _minEle->setValue(settings.value(_minEle->objectName()).toInt()); 214 214 _corrWaitTime->setValue(settings.value(_corrWaitTime->objectName()).toInt()); 215 _snxtroSampl->setValue(settings.value(_snxtroSampl->objectName()).toInt()); 215 216 216 217 // Table with stations … … 264 265 settings.setValue(_nmeaPort ->objectName(), _nmeaPort ->text()); 265 266 settings.setValue(_snxtroFile ->objectName(), _snxtroFile ->text()); 267 settings.setValue(_snxtroSampl ->objectName(), _snxtroSampl ->value()); 266 268 settings.setValue(_lcGPS ->objectName(), _lcGPS ->currentText()); 267 269 settings.setValue(_lcGLONASS ->objectName(), _lcGLONASS ->currentText());
Note:
See TracChangeset
for help on using the changeset viewer.