- Timestamp:
- Oct 15, 2011, 9:16:30 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r3469 r3480 486 486 _cmbMethodComboBox = new QComboBox(); 487 487 _cmbMethodComboBox->setEditable(false); 488 _cmbMethodComboBox->addItems(QString(" Single-Epoch,Filter").split(","));488 _cmbMethodComboBox->addItems(QString("Filter,Single-Epoch").split(",")); 489 489 int im = _cmbMethodComboBox->findText(settings.value("cmbMethod").toString()); 490 490 if (im != -1) {
Note:
See TracChangeset
for help on using the changeset viewer.