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


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnswindow.cpp

    r1255 r1256  
    169169  _outHost_1_LineEdit    = new QLineEdit(settings.value("outHost1").toString());
    170170  _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); // weber
    172171  _outPort_1_LineEdit    = new QLineEdit(settings.value("outPort1").toString());
    173172  _outPort_1_LineEdit->setWhatsThis(tr("Specify the IP port of an NTRIP Broadcaster to upload the stream. Default is port 80."));
     
    437436  _statusLbl[4] = new QLabel("Clocks & Orbits:");
    438437  _statusLbl[5] = new QLabel("Ephemeris Corrections I:"); 
     438  _statusLbl[6] = new QLabel("Ephemeris Corrections II:"); 
    439439
    440440  _statusLbl[0]->setWhatsThis(tr("Status of incoming broadcast ephemeris."));
     
    451451  layout_status->addWidget(_statusLbl[5], 0, 2);
    452452  layout_status->addWidget(_statusLbl[2], 0, 3);
     453  layout_status->addWidget(_statusLbl[6], 1, 2);
    453454  _status->setLayout(layout_status);
    454455
Note: See TracChangeset for help on using the changeset viewer.