Changeset 6710 in ntrip
- Timestamp:
- Mar 23, 2015, 5:15:59 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/pppWidgets.cpp
r6659 r6710 91 91 92 92 _dataSource->setEditable(false); 93 _dataSource->addItems(QString(" no,Real-Time Streams,RINEX Files").split(","));93 _dataSource->addItems(QString(",Real-Time Streams,RINEX Files").split(",")); 94 94 connect(_dataSource, SIGNAL(currentIndexChanged(const QString&)), this, SLOT(slotEnableWidgets())); 95 95 … … 311 311 const static QPalette paletteGray(QColor(230, 230, 230)); 312 312 313 bool allDisabled = _dataSource->currentText() == " no";313 bool allDisabled = _dataSource->currentText() == ""; 314 314 bool realTime = _dataSource->currentText() == "Real-Time Streams"; 315 315 bool rinexFiles = _dataSource->currentText() == "RINEX Files";
Note:
See TracChangeset
for help on using the changeset viewer.