Changeset 1442 in ntrip


Ignore:
Timestamp:
Jan 5, 2009, 10:44:59 AM (15 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r1441 r1442  
    308308  // ---------
    309309  _proxyHostLineEdit->setWhatsThis(tr("<p>If you are running BNC within a protected Local Area Network (LAN), you might need to use a proxy server to access the Internet. Enter your proxy server IP and port number in case one is operated in front of BNC. If you do not know the IP and port of your proxy server, check the proxy server settings in your Internet browser or ask your network administrator.</p><p>Note that IP streaming is sometimes not allowed in a LAN. In this case you need to ask your network administrator for an appropriate modification of the local security policy or for the installation of a TCP relay to the NTRIP broadcasters. If these are not possible, you might need to run BNC outside your LAN on a network that has unobstructed connection to the Internet.</p>"));
    310   _proxyPortLineEdit->setWhatsThis(tr("<p>Enter your proxy server port number in case one is operated in front of BNC.</p>"));
     310  _proxyPortLineEdit->setWhatsThis(tr("<p>Enter your proxy server port number in case a proxy is operated in front of BNC.</p>"));
    311311  _waitTimeSpinBox->setWhatsThis(tr("<p>When feeding a real-time GNSS engine waiting for synchronized input epoch by epoch, BNC drops whatever is received later than 'Wait for full epoch' seconds. A value of 3 to 5 seconds is recommended, depending on the latency of the incoming streams and the delay acceptable to your real-time GNSS engine or products.</p><p>Note that 'Wait for full epoch' does not effect the RINEX Observation file content. Observations received later than 'Wait for full epoch' seconds will still be included in the RINEX Observation files.</p>"));
    312312  _outFileLineEdit->setWhatsThis(tr("Specify the full path to a file where synchronized observations are saved in plain ASCII format. Beware that the size of this file can rapidly increase depending on the number of incoming streams."));
     
    12141214  if (aogroup->currentIndex() == 2) {
    12151215    if (!isEmpty) {
    1216       palette.setColor(_rnxIntrComboBox->backgroundRole(), Qt::white);
    1217       _rnxIntrComboBox->setPalette(palette);
    12181216      palette.setColor(_rnxSamplSpinBox->backgroundRole(), Qt::white);
    12191217      _rnxSamplSpinBox->setPalette(palette);
     
    12241222      palette.setColor(_rnxV3CheckBox->backgroundRole(), Qt::white);
    12251223      _rnxV3CheckBox->setPalette(palette);
    1226       _rnxIntrComboBox->setEnabled(true);
     1224      palette.setColor(_rnxIntrComboBox->backgroundRole(), Qt::white);
     1225      _rnxIntrComboBox->setPalette(palette);
    12271226      _rnxSamplSpinBox->setEnabled(true);
    12281227      _rnxSkelLineEdit->setEnabled(true);
    12291228      _rnxScrpLineEdit->setEnabled(true);
    12301229      _rnxV3CheckBox->setEnabled(true);
     1230      _rnxIntrComboBox->setEnabled(true);
    12311231    } else {
    1232       palette.setColor(_rnxIntrComboBox->backgroundRole(), lightGray);
    1233       _rnxIntrComboBox->setPalette(palette);
    12341232      palette.setColor(_rnxSkelLineEdit->backgroundRole(), lightGray);
    12351233      _rnxSkelLineEdit->setPalette(palette);
     
    12401238      palette.setColor(_rnxSamplSpinBox->backgroundRole(), lightGray);
    12411239      _rnxSamplSpinBox->setPalette(palette);
    1242       _rnxIntrComboBox->setEnabled(false);
     1240      palette.setColor(_rnxIntrComboBox->backgroundRole(), lightGray);
     1241      _rnxIntrComboBox->setPalette(palette);
    12431242      _rnxSamplSpinBox->setEnabled(false);
    12441243      _rnxSkelLineEdit->setEnabled(false);
    12451244      _rnxScrpLineEdit->setEnabled(false);
    12461245      _rnxV3CheckBox->setEnabled(false);
     1246      _rnxIntrComboBox->setEnabled(false);
    12471247    }
    12481248  }
     
    12521252  if (aogroup->currentIndex() == 3) {
    12531253    if (!isEmpty) {
    1254       _ephIntrComboBox->setPalette(palette);
    12551254      palette.setColor(_outEphPortLineEdit->backgroundRole(), Qt::white);
    12561255      _outEphPortLineEdit->setPalette(palette);
    12571256      palette.setColor(_ephV3CheckBox->backgroundRole(), Qt::white);
    12581257      _ephV3CheckBox->setPalette(palette);
    1259       _ephIntrComboBox->setEnabled(false);
    1260       _ephIntrComboBox->setEnabled(true);
     1258      palette.setColor(_ephIntrComboBox->backgroundRole(), Qt::white);
     1259      _ephIntrComboBox->setPalette(palette);
    12611260      _outEphPortLineEdit->setEnabled(true);
    12621261      _ephV3CheckBox->setEnabled(true);
     1262      _ephIntrComboBox->setEnabled(true);
    12631263    } else {
    1264       _ephIntrComboBox->setPalette(palette);
    12651264      palette.setColor(_outEphPortLineEdit->backgroundRole(), lightGray);
    12661265      _outEphPortLineEdit->setPalette(palette);
    12671266      palette.setColor(_ephV3CheckBox->backgroundRole(), lightGray);
    12681267      _ephV3CheckBox->setPalette(palette);
    1269       _ephIntrComboBox->setEnabled(false);
    1270       _ephIntrComboBox->setEnabled(false);
     1268      palette.setColor(_ephIntrComboBox->backgroundRole(), lightGray);
     1269      _ephIntrComboBox->setPalette(palette);
    12711270      _outEphPortLineEdit->setEnabled(false);
    12721271      _ephV3CheckBox->setEnabled(false);
     1272      _ephIntrComboBox->setEnabled(false);
    12731273    }
    12741274  }
     
    12781278  if (aogroup->currentIndex() == 4) {
    12791279    if (!isEmpty) {
    1280       palette.setColor(_corrIntrComboBox->backgroundRole(), Qt::white);
    1281       _corrIntrComboBox->setPalette(palette);
    12821280      palette.setColor(_corrPortLineEdit->backgroundRole(), Qt::white);
    12831281      _corrPortLineEdit->setPalette(palette);
    12841282      palette.setColor(_corrTimeSpinBox->backgroundRole(), Qt::white);
    12851283      _corrTimeSpinBox->setPalette(palette);
    1286       _corrIntrComboBox->setEnabled(true);
     1284      palette.setColor(_corrIntrComboBox->backgroundRole(), Qt::white);
     1285      _corrIntrComboBox->setPalette(palette);
    12871286      _corrPortLineEdit->setEnabled(true);
    12881287      _corrTimeSpinBox->setEnabled(true);
     1288      _corrIntrComboBox->setEnabled(true);
    12891289    } else {
    1290       palette.setColor(_corrIntrComboBox->backgroundRole(), lightGray);
    1291       _corrIntrComboBox->setPalette(palette);
    12921290      palette.setColor(_corrPortLineEdit->backgroundRole(), lightGray);
    12931291      _corrPortLineEdit->setPalette(palette);
    12941292      palette.setColor(_corrTimeSpinBox->backgroundRole(), lightGray);
    12951293      _corrTimeSpinBox->setPalette(palette);
    1296       _corrIntrComboBox->setEnabled(false);
     1294      palette.setColor(_corrIntrComboBox->backgroundRole(), lightGray);
     1295      _corrIntrComboBox->setPalette(palette);
    12971296      _corrPortLineEdit->setEnabled(false);
    12981297      _corrTimeSpinBox->setEnabled(false);
     1298      _corrIntrComboBox->setEnabled(false);
    12991299    }
    13001300  }
     
    14081408      palette.setColor(_perfIntrComboBox->backgroundRole(), Qt::white);
    14091409      _perfIntrComboBox->setPalette(palette);
     1410      _perfIntrComboBox->setEnabled(true);
    14101411      palette.setColor(_scanRTCMCheckBox->backgroundRole(), Qt::white);
    14111412      _scanRTCMCheckBox->setPalette(palette);
    1412       _perfIntrComboBox->setEnabled(true);
    14131413      _scanRTCMCheckBox->setEnabled(true);
    14141414    } else {
     1415      palette.setColor(_scanRTCMCheckBox->backgroundRole(), lightGray);
     1416      _scanRTCMCheckBox->setPalette(palette);
     1417      _scanRTCMCheckBox->setEnabled(false);
    14151418      palette.setColor(_perfIntrComboBox->backgroundRole(), lightGray);
    14161419      _perfIntrComboBox->setPalette(palette);
    1417       palette.setColor(_scanRTCMCheckBox->backgroundRole(), lightGray);
    1418       _scanRTCMCheckBox->setPalette(palette);
    14191420      _perfIntrComboBox->setEnabled(false);
    1420       _scanRTCMCheckBox->setEnabled(false);
    1421     }
    1422   }
    1423 }
    1424 
     1421    }
     1422  }
     1423}
     1424
Note: See TracChangeset for help on using the changeset viewer.