Changeset 562 in ntrip for trunk/BNC/bncwindow.cpp
- Timestamp:
- Nov 3, 2007, 10:51:16 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r561 r562 179 179 _ephIntrComboBox->setMaximumWidth(9*ww); 180 180 _ephIntrComboBox->setEditable(false); 181 _ephIntrComboBox->addItems(QString("1 hour,1 day").split(","));181 _ephIntrComboBox->addItems(QString("15 min,30 min,1 hour,1 day").split(",")); 182 182 int jj = _ephIntrComboBox->findText(settings.value("ephIntr").toString()); 183 183 if (jj != -1) {
Note:
See TracChangeset
for help on using the changeset viewer.