- Timestamp:
- Nov 12, 2008, 4:49:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r1188 r1189 154 154 _onTheFlyComboBox->setMaximumWidth(9*ww); 155 155 _onTheFlyComboBox->setEditable(false); 156 _onTheFlyComboBox->addItems(QString(" ,1 day,1 hour,1 min").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.