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


Ignore:
Timestamp:
Dec 2, 2008, 10:41:02 AM (15 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnswindow.cpp

    r1258 r1259  
    433433  _statusLbl[1] = new QLabel("0 byte(s)"); _statusCnt[1] = 0;
    434434  _statusLbl[2] = new QLabel("0 byte(s)"); _statusCnt[2] = 0;
    435   _statusLbl[3] = new QLabel("RINEX Ephemeris:"); 
     435  _statusLbl[3] = new QLabel("0 byte(s)"); _statusCnt[3] = 0;
     436
     437  _statusLbl[7] = new QLabel("RINEX Ephemeris:"); 
    436438  _statusLbl[4] = new QLabel("Clocks & Orbits:");
    437439  _statusLbl[5] = new QLabel("Ephemeris Corrections I:"); 
    438440  _statusLbl[6] = new QLabel("Ephemeris Corrections II:"); 
    439   _statusLbl[7] = new QLabel("0 byte(s)"); _statusCnt[3] = 0;
    440441
    441442  _statusLbl[0]->setWhatsThis(tr("Status of incoming broadcast ephemeris."));
    442443  _statusLbl[1]->setWhatsThis(tr("Status of incoming stream of clocks and orbits."));
    443444  _statusLbl[2]->setWhatsThis(tr("Status of outgoing stream to NTRIP broadcaster."));
    444   _statusLbl[3]->setWhatsThis(tr("Status of incoming broadcast ephemeris."));
     445  _statusLbl[7]->setWhatsThis(tr("Status of incoming broadcast ephemeris."));
    445446  _statusLbl[4]->setWhatsThis(tr("Status of incoming stream of clocks and orbits I."));
    446447  _statusLbl[5]->setWhatsThis(tr("Status of outgoing stream to NTRIP broadcaster I."));
    447448  _statusLbl[6]->setWhatsThis(tr("Status of outgoing stream to NTRIP broadcaster II."));
    448   _statusLbl[7]->setWhatsThis(tr("Status of outgoing stream to NTRIP broadcaster II."));
    449 
    450   layout_status->addWidget(_statusLbl[3], 0, 0);
     449  _statusLbl[3]->setWhatsThis(tr("Status of outgoing stream to NTRIP broadcaster II."));
     450
     451  layout_status->addWidget(_statusLbl[7], 0, 0);
    451452  layout_status->addWidget(_statusLbl[0], 0, 1);
    452453  layout_status->addWidget(_statusLbl[4], 1, 0);
     
    455456  layout_status->addWidget(_statusLbl[2], 0, 3);
    456457  layout_status->addWidget(_statusLbl[6], 1, 2);
    457   layout_status->addWidget(_statusLbl[7], 1, 3);
     458  layout_status->addWidget(_statusLbl[3], 1, 3);
    458459  _status->setLayout(layout_status);
    459460
Note: See TracChangeset for help on using the changeset viewer.