Changeset 1181 in ntrip for trunk/BNC/bncwindow.cpp
- Timestamp:
- Oct 27, 2008, 6:27:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r1180 r1181 154 154 _onTheFlyComboBox->setMaximumWidth(9*ww); 155 155 _onTheFlyComboBox->setEditable(false); 156 _onTheFlyComboBox->addItems(QString("1 min,1 hour,1 day").split(","));156 _onTheFlyComboBox->addItems(QString("1 day,1 hour,1 min").split(",")); 157 157 ii = _onTheFlyComboBox->findText(settings.value("onTheFlyInterval").toString()); 158 158 if (ii != -1) {
Note:
See TracChangeset
for help on using the changeset viewer.