- Timestamp:
- Dec 1, 2008, 4:41:57 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bnswindow.cpp
r1255 r1256 169 169 _outHost_1_LineEdit = new QLineEdit(settings.value("outHost1").toString()); 170 170 _outHost_1_LineEdit->setWhatsThis(tr("BNS can stream clock and orbit corrections to Broadcast Ephemeris in RTCM Version 3 format. Specify the host IP of an NTRIP Broadcaster to upload the stream. An empty option field means that you don't want to upload corrections.")); 171 //_outHost_1_LineEdit->setMaximumWidth(9*ww); // weber172 171 _outPort_1_LineEdit = new QLineEdit(settings.value("outPort1").toString()); 173 172 _outPort_1_LineEdit->setWhatsThis(tr("Specify the IP port of an NTRIP Broadcaster to upload the stream. Default is port 80.")); … … 437 436 _statusLbl[4] = new QLabel("Clocks & Orbits:"); 438 437 _statusLbl[5] = new QLabel("Ephemeris Corrections I:"); 438 _statusLbl[6] = new QLabel("Ephemeris Corrections II:"); 439 439 440 440 _statusLbl[0]->setWhatsThis(tr("Status of incoming broadcast ephemeris.")); … … 451 451 layout_status->addWidget(_statusLbl[5], 0, 2); 452 452 layout_status->addWidget(_statusLbl[2], 0, 3); 453 layout_status->addWidget(_statusLbl[6], 1, 2); 453 454 _status->setLayout(layout_status); 454 455
Note:
See TracChangeset
for help on using the changeset viewer.