Changeset 2135 in ntrip


Ignore:
Timestamp:
Dec 29, 2009, 12:30:00 AM (14 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r2129 r2135  
    426426  _pppUsePhaseCheckBox->setWhatsThis(tr("<p>By default BNC applies a PPP solution using an ionosphere free P3 linear combination of code observations.</p><p>Tick 'Use phase obs' for an ionosphere free L3 linear combination of phase observations.</p>"));
    427427  _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>"));
     428  _pppNMEALineEdit->setWhatsThis(tr("<p>Specify the full path to a file where PPP results are saved as NMEA messages.</p>"));
    428429
    429430  // Canvas with Editable Fields
     
    657658  QGridLayout* pppLayout = new QGridLayout;
    658659  pppLayout->setColumnMinimumWidth(0,14*ww);
    659   pppLayout->addWidget(new QLabel("Mountpoint"),          0, 0);
    660   pppLayout->addWidget(_pppMountLineEdit,                 0, 1, 1, 2);
    661   pppLayout->addWidget(new QLabel("      NMEA Output"),   0, 4);
    662   pppLayout->addWidget(_pppNMEALineEdit,                  0, 5, 1, 2);
    663   pppLayout->addWidget(new QLabel("Static"),              1, 0);
    664   pppLayout->addWidget(_pppStaticCheckBox,                1, 1);
    665   pppLayout->addWidget(new QLabel("     Use phase obs"),  1, 2, Qt::AlignRight);
    666   pppLayout->addWidget(_pppUsePhaseCheckBox,              1, 3);
    667   pppLayout->addWidget(new QLabel("     Estimate tropo"), 1, 4, Qt::AlignRight);
    668   pppLayout->addWidget(_pppEstTropoCheckBox,              1, 5);
    669   pppLayout->addWidget(new QLabel("Derive coordinates following Precise Point Positioning (PPP) approach."),2, 0,1,30);
    670   pppLayout->addWidget(new QLabel("    "),                3, 0);
     660  pppLayout->addWidget(new QLabel("Mountpoint"),             0, 0);
     661  pppLayout->addWidget(_pppMountLineEdit,                    0, 1, 1, 3);
     662  pppLayout->addWidget(new QLabel("Options"),                1, 0);
     663  pppLayout->addWidget(_pppStaticCheckBox,                   1, 1);
     664  pppLayout->addWidget(new QLabel("Static                "), 1, 2, 1, 1, Qt::AlignLeft);
     665  pppLayout->addWidget(_pppUsePhaseCheckBox,                 1, 3);
     666  pppLayout->addWidget(new QLabel("Use phase obs         "), 1, 4, 1, 1, Qt::AlignLeft);
     667  pppLayout->addWidget(_pppEstTropoCheckBox,                 1, 5);
     668  pppLayout->addWidget(new QLabel("Estimate tropo        "), 1, 6, 1, 1, Qt::AlignLeft);
     669  pppLayout->addWidget(new QLabel("NMEA file (full path)"),  2, 0);
     670  pppLayout->addWidget(_pppNMEALineEdit,                     2, 1, 1, 6);
     671  pppLayout->addWidget(new QLabel("Coordinates from Precise Point Positioning (PPP)."),3, 0,1,30);
    671672  pppLayout->addWidget(new QLabel("    "),                4, 0);
    672673  pppLayout->addWidget(new QLabel("    "),                5, 0);
Note: See TracChangeset for help on using the changeset viewer.