Changeset 1254 in ntrip for trunk/BNS/bnswindow.cpp


Ignore:
Timestamp:
Dec 1, 2008, 4:17:09 PM (15 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnswindow.cpp

    r1251 r1254  
    180180  _outHost_2_LineEdit    = new QLineEdit(settings.value("outHost2").toString());
    181181  _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); // weber
    183182  _outPort_2_LineEdit    = new QLineEdit(settings.value("outPort2").toString());
    184183  _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.