Changeset 8413 in ntrip for branches/BNC_2.12
- Timestamp:
- Jul 6, 2018, 1:10:00 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/pppWidgets.cpp
r8404 r8413 352 352 _minEle->setValue(settings.value(_minEle->objectName()).toInt()); 353 353 _corrWaitTime->setValue(settings.value(_corrWaitTime->objectName()).toInt()); 354 _snxtroSampl->setValue(settings.value(_snxtroSampl->objectName()).toInt()); 354 355 ii = _snxtroSampl->findText(settings.value(_snxtroSampl->objectName()).toString()); 356 if (ii != -1) { 357 _snxtroSampl->setCurrentIndex(ii); 358 } 355 359 356 360 // Table with stations … … 404 408 settings.setValue(_nmeaPath ->objectName(), _nmeaPath ->text()); 405 409 settings.setValue(_snxtroPath ->objectName(), _snxtroPath ->text()); 406 settings.setValue(_snxtroSampl ->objectName(), _snxtroSampl -> value());410 settings.setValue(_snxtroSampl ->objectName(), _snxtroSampl ->currentText()); 407 411 settings.setValue(_snxtroIntr ->objectName(), _snxtroIntr ->currentText()); 408 412 settings.setValue(_snxtroAc ->objectName(), _snxtroAc ->text());
Note:
See TracChangeset
for help on using the changeset viewer.