Changeset 3836 in ntrip
- Timestamp:
- Apr 11, 2012, 12:22:42 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/teqcdlg.cpp ΒΆ
r3835 r3836 82 82 // Read Options 83 83 // ------------ 84 // settings.setValue("teqcRnxVersion" , _teqcRnxVersion->currentText());85 // settings.setValue("teqcSampling" , _teqcSampling->value());86 87 84 bncSettings settings; 88 85 86 int kk = _teqcRnxVersion->findText(settings.value("teqcRnxVersion").toString()); 87 if (kk != -1) { 88 _teqcRnxVersion->setCurrentIndex(kk); 89 } 90 _teqcSampling->setValue(settings.value("teqcSampling").toInt()); 89 91 if (settings.value("teqcStartDateTime").toString().isEmpty()) { 90 92 _teqcStartDateTime->setDateTime(QDateTime::fromString("1967-11-02T00:00:00", Qt::ISODate));
Note:
See TracChangeset
for help on using the changeset viewer.