Changeset 2135 in ntrip
- Timestamp:
- Dec 29, 2009, 12:30:00 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r2129 r2135 426 426 _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>")); 427 427 _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>")); 428 429 429 430 // Canvas with Editable Fields … … 657 658 QGridLayout* pppLayout = new QGridLayout; 658 659 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(_ppp NMEALineEdit,0, 5, 1, 2);663 pppLayout->addWidget(new QLabel("Static "),1, 0);664 pppLayout->addWidget(_ppp StaticCheckBox,1, 1);665 pppLayout->addWidget(new QLabel(" "), 1, 2, Qt::AlignRight);666 pppLayout->addWidget(_ppp UsePhaseCheckBox,1, 3);667 pppLayout->addWidget(new QLabel(" "), 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); 671 672 pppLayout->addWidget(new QLabel(" "), 4, 0); 672 673 pppLayout->addWidget(new QLabel(" "), 5, 0);
Note:
See TracChangeset
for help on using the changeset viewer.