Changeset 1188 in ntrip
- Timestamp:
- Nov 12, 2008, 4:08:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bncwindow.cpp ¶
r1184 r1188 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) { … … 533 533 this, SLOT(slotNewMountPoints(QStringList*))); 534 534 dlg->exec(); 535 _actGetData->setEnabled(false); // keep 'Start' button active 535 536 delete dlg; 536 537 … … 683 684 slotSaveOptions(); 684 685 685 _actAddMountPoints->setEnabled( false);686 _actAddMountPoints->setEnabled(true); // keep 'Add Mountpoints' button active 686 687 _actDeleteMountPoints->setEnabled(false); 687 688 _actGetData->setEnabled(false); … … 700 701 this, SLOT(slotMountPointsRead(QList<bncGetThread*>))); 701 702 703 ((bncApp*)qApp)->slotMessage("============ Start BNC ============"); 704 702 705 _caster->slotReadMountPoints(); 703 704 ((bncApp*)qApp)->slotMessage("============ Start BNC ============");705 706 } 706 707
Note:
See TracChangeset
for help on using the changeset viewer.