Changeset 6656 in ntrip


Ignore:
Timestamp:
Mar 12, 2015, 1:54:58 PM (9 years ago)
Author:
weber
Message:

Activate or block PPP option data fields

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/pppWidgets.cpp

    r6653 r6656  
    9494  connect(_dataSource, SIGNAL(currentIndexChanged(const QString&)), this, SLOT(slotEnableWidgets()));
    9595
     96  if (_dataSource->currentText() == "no") {
     97    slotEnableWidgets();
     98  }
     99
    96100  _lcGPS->setEditable(false);
    97101  _lcGPS->addItems(QString("no,P3,L3,P3&L3").split(","));
Note: See TracChangeset for help on using the changeset viewer.