- Timestamp:
- Jan 5, 2009, 10:44:59 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r1441 r1442 308 308 // --------- 309 309 _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 oneis 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>")); 311 311 _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>")); 312 312 _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.")); … … 1214 1214 if (aogroup->currentIndex() == 2) { 1215 1215 if (!isEmpty) { 1216 palette.setColor(_rnxIntrComboBox->backgroundRole(), Qt::white);1217 _rnxIntrComboBox->setPalette(palette);1218 1216 palette.setColor(_rnxSamplSpinBox->backgroundRole(), Qt::white); 1219 1217 _rnxSamplSpinBox->setPalette(palette); … … 1224 1222 palette.setColor(_rnxV3CheckBox->backgroundRole(), Qt::white); 1225 1223 _rnxV3CheckBox->setPalette(palette); 1226 _rnxIntrComboBox->setEnabled(true); 1224 palette.setColor(_rnxIntrComboBox->backgroundRole(), Qt::white); 1225 _rnxIntrComboBox->setPalette(palette); 1227 1226 _rnxSamplSpinBox->setEnabled(true); 1228 1227 _rnxSkelLineEdit->setEnabled(true); 1229 1228 _rnxScrpLineEdit->setEnabled(true); 1230 1229 _rnxV3CheckBox->setEnabled(true); 1230 _rnxIntrComboBox->setEnabled(true); 1231 1231 } else { 1232 palette.setColor(_rnxIntrComboBox->backgroundRole(), lightGray);1233 _rnxIntrComboBox->setPalette(palette);1234 1232 palette.setColor(_rnxSkelLineEdit->backgroundRole(), lightGray); 1235 1233 _rnxSkelLineEdit->setPalette(palette); … … 1240 1238 palette.setColor(_rnxSamplSpinBox->backgroundRole(), lightGray); 1241 1239 _rnxSamplSpinBox->setPalette(palette); 1242 _rnxIntrComboBox->setEnabled(false); 1240 palette.setColor(_rnxIntrComboBox->backgroundRole(), lightGray); 1241 _rnxIntrComboBox->setPalette(palette); 1243 1242 _rnxSamplSpinBox->setEnabled(false); 1244 1243 _rnxSkelLineEdit->setEnabled(false); 1245 1244 _rnxScrpLineEdit->setEnabled(false); 1246 1245 _rnxV3CheckBox->setEnabled(false); 1246 _rnxIntrComboBox->setEnabled(false); 1247 1247 } 1248 1248 } … … 1252 1252 if (aogroup->currentIndex() == 3) { 1253 1253 if (!isEmpty) { 1254 _ephIntrComboBox->setPalette(palette);1255 1254 palette.setColor(_outEphPortLineEdit->backgroundRole(), Qt::white); 1256 1255 _outEphPortLineEdit->setPalette(palette); 1257 1256 palette.setColor(_ephV3CheckBox->backgroundRole(), Qt::white); 1258 1257 _ephV3CheckBox->setPalette(palette); 1259 _ephIntrComboBox-> setEnabled(false);1260 _ephIntrComboBox->set Enabled(true);1258 palette.setColor(_ephIntrComboBox->backgroundRole(), Qt::white); 1259 _ephIntrComboBox->setPalette(palette); 1261 1260 _outEphPortLineEdit->setEnabled(true); 1262 1261 _ephV3CheckBox->setEnabled(true); 1262 _ephIntrComboBox->setEnabled(true); 1263 1263 } else { 1264 _ephIntrComboBox->setPalette(palette);1265 1264 palette.setColor(_outEphPortLineEdit->backgroundRole(), lightGray); 1266 1265 _outEphPortLineEdit->setPalette(palette); 1267 1266 palette.setColor(_ephV3CheckBox->backgroundRole(), lightGray); 1268 1267 _ephV3CheckBox->setPalette(palette); 1269 _ephIntrComboBox-> setEnabled(false);1270 _ephIntrComboBox->set Enabled(false);1268 palette.setColor(_ephIntrComboBox->backgroundRole(), lightGray); 1269 _ephIntrComboBox->setPalette(palette); 1271 1270 _outEphPortLineEdit->setEnabled(false); 1272 1271 _ephV3CheckBox->setEnabled(false); 1272 _ephIntrComboBox->setEnabled(false); 1273 1273 } 1274 1274 } … … 1278 1278 if (aogroup->currentIndex() == 4) { 1279 1279 if (!isEmpty) { 1280 palette.setColor(_corrIntrComboBox->backgroundRole(), Qt::white);1281 _corrIntrComboBox->setPalette(palette);1282 1280 palette.setColor(_corrPortLineEdit->backgroundRole(), Qt::white); 1283 1281 _corrPortLineEdit->setPalette(palette); 1284 1282 palette.setColor(_corrTimeSpinBox->backgroundRole(), Qt::white); 1285 1283 _corrTimeSpinBox->setPalette(palette); 1286 _corrIntrComboBox->setEnabled(true); 1284 palette.setColor(_corrIntrComboBox->backgroundRole(), Qt::white); 1285 _corrIntrComboBox->setPalette(palette); 1287 1286 _corrPortLineEdit->setEnabled(true); 1288 1287 _corrTimeSpinBox->setEnabled(true); 1288 _corrIntrComboBox->setEnabled(true); 1289 1289 } else { 1290 palette.setColor(_corrIntrComboBox->backgroundRole(), lightGray);1291 _corrIntrComboBox->setPalette(palette);1292 1290 palette.setColor(_corrPortLineEdit->backgroundRole(), lightGray); 1293 1291 _corrPortLineEdit->setPalette(palette); 1294 1292 palette.setColor(_corrTimeSpinBox->backgroundRole(), lightGray); 1295 1293 _corrTimeSpinBox->setPalette(palette); 1296 _corrIntrComboBox->setEnabled(false); 1294 palette.setColor(_corrIntrComboBox->backgroundRole(), lightGray); 1295 _corrIntrComboBox->setPalette(palette); 1297 1296 _corrPortLineEdit->setEnabled(false); 1298 1297 _corrTimeSpinBox->setEnabled(false); 1298 _corrIntrComboBox->setEnabled(false); 1299 1299 } 1300 1300 } … … 1408 1408 palette.setColor(_perfIntrComboBox->backgroundRole(), Qt::white); 1409 1409 _perfIntrComboBox->setPalette(palette); 1410 _perfIntrComboBox->setEnabled(true); 1410 1411 palette.setColor(_scanRTCMCheckBox->backgroundRole(), Qt::white); 1411 1412 _scanRTCMCheckBox->setPalette(palette); 1412 _perfIntrComboBox->setEnabled(true);1413 1413 _scanRTCMCheckBox->setEnabled(true); 1414 1414 } else { 1415 palette.setColor(_scanRTCMCheckBox->backgroundRole(), lightGray); 1416 _scanRTCMCheckBox->setPalette(palette); 1417 _scanRTCMCheckBox->setEnabled(false); 1415 1418 palette.setColor(_perfIntrComboBox->backgroundRole(), lightGray); 1416 1419 _perfIntrComboBox->setPalette(palette); 1417 palette.setColor(_scanRTCMCheckBox->backgroundRole(), lightGray);1418 _scanRTCMCheckBox->setPalette(palette);1419 1420 _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.