Changeset 2087 in ntrip


Ignore:
Timestamp:
Dec 6, 2009, 8:34:22 PM (14 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r2086 r2087  
    385385  _serialFileNMEALineEdit->setWhatsThis(tr("<p>Specify the full path to a file where NMEA messages coming from your serial connected receiver are saved.</p>"));
    386386  _serialHeightNMEALineEdit->setWhatsThis(tr("<p>Specify an approximate 'Height' above mean sea level in meter for your VRS to simulate an inital NMEA-GGA message.</p><p>The setting of this option is ignored in case of streams coming from physical reference stations.</p>"));
     387  _pppMountLineEdit->setWhatsThis(tr("<p>Specify a mountpoint if you want BNC to derive coordinates for the affected receiver position through a PPP solution.</p>"));
     388  _pppStaticCheckBox->setWhatsThis(tr("<p>By default BNC considers the rover position as mobile.</p><p>Tick 'Static' to consider a static observation sitatuion and adapt appropriate filter characteristics for that.</p>"));
     389  _pppUsePhaseCheckBox->setWhatsThis(tr("<p>By default BNC applies a PPP solution using a ionosphere free P3 linear combination of code observations.</p><p>Tick 'Use phase obs' to switch to a ionosphere free L3 linear combination of phase observations.</p>"));
     390  _pppEstTropoCheckBox->setWhatsThis(tr("<p>By default BNC does not introduce troposphere parameters when estimating coordinates.</p><p>Tick 'Estimate tropo' to introduce troposphere parameters when estimating coordinates.</p>"));
    387391
    388392  // Canvas with Editable Fields
     
    736740  pppLayout->setColumnMinimumWidth(0,14*ww);
    737741  pppLayout->addWidget(new QLabel("Mountpoint"),     0, 0);
    738   pppLayout->addWidget(_pppMountLineEdit,            0, 1, 1, 3);
     742  pppLayout->addWidget(_pppMountLineEdit,            0, 1, 1, 7);
    739743  pppLayout->addWidget(new QLabel("Static"),         1, 0);
    740744  pppLayout->addWidget(_pppStaticCheckBox,           1, 1);
    741   pppLayout->addWidget(new QLabel("Use Phase Obs"),  2, 0);
     745  pppLayout->addWidget(new QLabel("Use phase obs"),  2, 0);
    742746  pppLayout->addWidget(_pppUsePhaseCheckBox,         2, 1);
    743   pppLayout->addWidget(new QLabel("Estimate Tropo"), 3, 0);
     747  pppLayout->addWidget(new QLabel("Estimate tropo"), 3, 0);
    744748  pppLayout->addWidget(_pppEstTropoCheckBox,         3, 1);
     749  pppLayout->addWidget(new QLabel("Derive coordinates through Precise Point Positioning (PPP) solution."),4, 0,1,30);
     750  pppLayout->addWidget(new QLabel("    "),           5, 0);
    745751  pppgroup->setLayout(pppLayout);
    746752
Note: See TracChangeset for help on using the changeset viewer.