Changeset 9281 in ntrip for branches/BNC_2.12/src/bncwindow.cpp
- Timestamp:
- Nov 25, 2020, 10:03:12 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/bncwindow.cpp
r9251 r9281 188 188 _onTheFlyComboBox = new QComboBox(); 189 189 _onTheFlyComboBox->setEditable(false); 190 _onTheFlyComboBox->addItems(QString("no, 190 _onTheFlyComboBox->addItems(QString("no,1 day,1 hour,5 min,1 min").split(",")); 191 191 int ii = _onTheFlyComboBox->findText(settings.value("onTheFlyInterval").toString()); 192 192 if (ii != -1) {
Note:
See TracChangeset
for help on using the changeset viewer.