- Timestamp:
- Mar 24, 2012, 5:30:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r3731 r3732 120 120 connect(_actGetData, SIGNAL(triggered()), SLOT(slotGetData())); 121 121 122 _actPostProcessing = new QAction(tr("Start P ost-Processing"),this);122 _actPostProcessing = new QAction(tr("Start PPP"),this); 123 123 connect(_actPostProcessing, SIGNAL(triggered()), SLOT(slotStartPostProcessing())); 124 124 … … 388 388 _pppSPPComboBox = new QComboBox(); 389 389 _pppSPPComboBox->setEditable(false); 390 _pppSPPComboBox->addItems(QString("PPP,SPP, Post-Processing").split(","));390 _pppSPPComboBox->addItems(QString("PPP,SPP,RNX").split(",")); 391 391 int ik = _pppSPPComboBox->findText(settings.value("pppSPP").toString()); 392 392 if (ik != -1) { … … 2341 2341 void bncWindow::slotStartTeqcProcessing() { 2342 2342 QMessageBox::information(this, "Information", 2343 "Teqc-Processing Not Permitted");2343 "Teqc-Processing Not Yet Implemented"); 2344 2344 } 2345 2345
Note:
See TracChangeset
for help on using the changeset viewer.