Changeset 5292 in ntrip


Ignore:
Timestamp:
Jun 27, 2013, 2:59:54 PM (11 years ago)
Author:
weber
Message:

Layout changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncwindow.cpp

    r5291 r5292  
    10371037  _pppPlotCoordinates = new QCheckBox();
    10381038  _pppPlotCoordinates->setCheckState(Qt::CheckState(settings.value("pppPlotCoordinates").toInt()));
    1039   ppp3LayoutHlp1->addWidget(new QLabel("PPP Plot"));
     1039  ppp3LayoutHlp1->addWidget(new QLabel("PPP Plot         "));
    10401040  ppp3LayoutHlp1->addWidget(_pppPlotCoordinates);
     1041  ppp3LayoutHlp1->addWidget(new QLabel("Nort-East-Up Time Series"));
    10411042  ppp3LayoutHlp1->addStretch();
    10421043  ppp3Layout->addLayout(ppp3LayoutHlp1);
     
    10441045
    10451046  QHBoxLayout* ppp3LayoutHlp2 = new QHBoxLayout;
     1047  ppp3LayoutHlp2->addWidget(new QLabel("Track Plot       "));
    10461048  _mapWinButton = new QPushButton;
    1047   _mapWinButton->setText("Track Plot");
     1049  _mapWinButton->setText("Open Track Map");
    10481050  connect(_mapWinButton, SIGNAL(clicked()), SLOT(slotMapPPP()));
    10491051  ppp3LayoutHlp2->addWidget(_mapWinButton);
     
    14451447  _pppGalileoCheckBox->setWhatsThis(tr("<p>By default BNC does not use Galileo observations in PPP mode.</p><p>Tick 'Use Galileo' for adding Galileo observations to GPS and GLONASS (optional) in a PPP solution.</p>"));
    14461448  _pppPlotCoordinates->setWhatsThis(tr("<p>BNC will plot PPP results in the 'PPP Plot' tab as North (red), East (green) and Up (blue) displacements when this option is selected. Values will be either referred to an XYZ reference coordinate (if specified) or referred to the first estimated coordinate. The sliding PPP time series window will cover the period of the latest 5 minutes.</p><p>Note that a PPP time series makes only sense for a stationary operated receiver."));
    1447   _mapWinButton->setWhatsThis(tr("<p>You make like to track your rover position using Google Maps or Open Street Map as a background map. Track plots can be produced with BNC in 'Realtime-PPP', 'Realtime-SPP' and 'Post-Processing' mode.</p><p>The 'Track Plot' button opens a windows showing a map according to specified options.</p><p>When in 'Post-Processing' mode you should not forget to specify a proxy under the 'Network' tab if that is operated in front of BNC."));
     1449  _mapWinButton->setWhatsThis(tr("<p>You make like to track your rover position using Google Maps or Open Street Map as a background map. Track plots can be produced with BNC in 'Realtime-PPP', 'Realtime-SPP' and 'Post-Processing' mode.</p><p>The 'Open Track Map' button opens a windows showing a map according to specified options.</p><p>When in 'Post-Processing' mode you should not forget to specify a proxy under the 'Network' tab if that is operated in front of BNC."));
    14481450  _gmRadioButton->setWhatsThis(tr("<p>Specify Google Maps as the background for your rover positions."));
    14491451  _osmRadioButton->setWhatsThis(tr("<p>Specify Open Street Map as the background for your rover positions."));
Note: See TracChangeset for help on using the changeset viewer.