Changeset 1254 in ntrip
- Timestamp:
- Dec 1, 2008, 4:17:09 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bnswindow.cpp
r1251 r1254 180 180 _outHost_2_LineEdit = new QLineEdit(settings.value("outHost2").toString()); 181 181 _outHost_2_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.")); 182 //_outHost_2_LineEdit->setMaximumWidth(9*ww); // weber183 182 _outPort_2_LineEdit = new QLineEdit(settings.value("outPort2").toString()); 184 183 _outPort_2_LineEdit->setWhatsThis(tr("Specify the IP port of an NTRIP Broadcaster to upload the stream. Default is port 80."));
Note:
See TracChangeset
for help on using the changeset viewer.