Changeset 3808 in ntrip
- Timestamp:
- Apr 6, 2012, 10:29:15 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r3807 r3808 859 859 pppLayout->addWidget(new QLabel("Precise Point Positioning, Panel 1."), ir, 0, 1, 100); 860 860 ++ir; 861 pppLayout->addWidget(new QLabel("Mode & Mountpnts"),ir, 0, 1, 10);862 pppLayout->addWidget(_pppSPPComboBox, ir,10, 1, 20);863 pppLayout->addWidget(_pppMountLineEdit, ir,30, 1, 19, Qt::AlignRight);864 pppLayout->addWidget(new QLabel("Obs."), ir,49, 1, 5);865 pppLayout->addWidget(_pppCorrMountLineEdit, ir,54, 1, 9, Qt::AlignRight);866 pppLayout->addWidget(new QLabel("Corr."), ir,63, 1, 10);861 pppLayout->addWidget(new QLabel("Mode & mountpoints"),ir, 0, 1, 10); 862 pppLayout->addWidget(_pppSPPComboBox, ir,10, 1, 20); 863 pppLayout->addWidget(_pppMountLineEdit, ir,30, 1, 20, Qt::AlignRight); 864 pppLayout->addWidget(new QLabel("Obs."), ir,50, 1, 5); 865 pppLayout->addWidget(_pppCorrMountLineEdit, ir,57, 1, 10, Qt::AlignRight); 866 pppLayout->addWidget(new QLabel("Corr."), ir,67, 1, 10); 867 867 ++ir; 868 pppLayout->addWidget(new QLabel(" Ref. Coord."),ir, 0, 1, 10);869 pppLayout->addWidget(_pppRefCrdXLineEdit, ir,10, 1, 20, Qt::AlignRight);870 pppLayout->addWidget(new QLabel("X "), ir,30, 1, 5);871 pppLayout->addWidget(_pppRefCrdYLineEdit, ir,35, 1, 14, Qt::AlignRight);872 pppLayout->addWidget(new QLabel("Y"), ir,49, 1, 5);873 pppLayout->addWidget(_pppRefCrdZLineEdit, ir,54, 1, 9, Qt::AlignRight);874 pppLayout->addWidget(new QLabel("Z"), ir,63, 1, 10);868 pppLayout->addWidget(new QLabel("Marker coordinate"), ir, 0, 1, 10); 869 pppLayout->addWidget(_pppRefCrdXLineEdit, ir,10, 1, 20, Qt::AlignRight); 870 pppLayout->addWidget(new QLabel("X "), ir,30, 1, 5); 871 pppLayout->addWidget(_pppRefCrdYLineEdit, ir,35, 1, 15, Qt::AlignRight); 872 pppLayout->addWidget(new QLabel("Y"), ir,50, 1, 5); 873 pppLayout->addWidget(_pppRefCrdZLineEdit, ir,57, 1, 10, Qt::AlignRight); 874 pppLayout->addWidget(new QLabel("Z"), ir,67, 1, 10); 875 875 ++ir; 876 pppLayout->addWidget(new QLabel("Excentricit ies"),ir, 0, 1, 10);877 pppLayout->addWidget(_pppRefdNLineEdit, ir,10, 1, 20, Qt::AlignRight);878 pppLayout->addWidget(new QLabel("dN"), ir,30, 1, 5);879 pppLayout->addWidget(_pppRefdELineEdit, ir,35, 1, 14, Qt::AlignRight);880 pppLayout->addWidget(new QLabel("dE"), ir,49, 1, 5);881 pppLayout->addWidget(_pppRefdULineEdit, ir,54, 1, 9, Qt::AlignRight);882 pppLayout->addWidget(new QLabel("dU"), ir,63, 1, 10);876 pppLayout->addWidget(new QLabel("Excentricity"), ir, 0, 1, 10); 877 pppLayout->addWidget(_pppRefdNLineEdit, ir,10, 1, 20, Qt::AlignRight); 878 pppLayout->addWidget(new QLabel("dN"), ir,30, 1, 5); 879 pppLayout->addWidget(_pppRefdELineEdit, ir,35, 1, 15, Qt::AlignRight); 880 pppLayout->addWidget(new QLabel("dE"), ir,50, 1, 5); 881 pppLayout->addWidget(_pppRefdULineEdit, ir,57, 1, 10, Qt::AlignRight); 882 pppLayout->addWidget(new QLabel("dU"), ir,67, 1, 10); 883 883 ++ir; 884 pppLayout->addWidget(new QLabel(" Output"),ir, 0, 1, 10);885 pppLayout->addWidget(_pppNMEALineEdit, ir,10, 1, 20);886 pppLayout->addWidget(new QLabel("NMEA File"), ir,30, 1, 10, Qt::AlignLeft);887 pppLayout->addWidget(_pppNMEAPortLineEdit, ir,40, 1, 10);888 pppLayout->addWidget(new QLabel("NMEA Port"), ir,50, 1, 10);889 pppLayout->addWidget(_pppPlotCoordinates, ir,60, 1, 3, Qt::AlignRight);890 pppLayout->addWidget(new QLabel("PPP Plot"), ir,63, 1, 10);884 pppLayout->addWidget(new QLabel("NMEA & plot output"),ir, 0, 1, 10); 885 pppLayout->addWidget(_pppNMEALineEdit, ir,10, 1, 20); 886 pppLayout->addWidget(new QLabel("NMEA File"), ir,30, 1, 10, Qt::AlignLeft); 887 pppLayout->addWidget(_pppNMEAPortLineEdit, ir,40, 1, 10); 888 pppLayout->addWidget(new QLabel("NMEA Port"), ir,50, 1, 10); 889 pppLayout->addWidget(_pppPlotCoordinates, ir,60, 1, 7, Qt::AlignRight); 890 pppLayout->addWidget(new QLabel("PPP Plot"), ir,67, 1, 10); 891 891 ++ir; 892 pppLayout->addWidget(new QLabel("Post- Processing"),ir, 0, 1, 10);893 pppLayout->addWidget(_postObsFileChooser, ir,10, 1, 25);894 pppLayout->addWidget(new QLabel("Obs "), ir,35, 1, 5);895 pppLayout->addWidget(_postNavFileChooser, ir,40, 1, 16);896 pppLayout->addWidget(new QLabel("Nav "), ir,56, 1, 5);897 pppLayout->addWidget(_postCorrFileChooser, ir,61, 1, 22);898 pppLayout->addWidget(new QLabel("Corr"), ir,83, 1, 9);892 pppLayout->addWidget(new QLabel("Post-processing"), ir, 0, 1, 10); 893 pppLayout->addWidget(_postObsFileChooser, ir,10, 1, 25); 894 pppLayout->addWidget(new QLabel("Obs "), ir,35, 1, 5); 895 pppLayout->addWidget(_postNavFileChooser, ir,40, 1, 16); 896 pppLayout->addWidget(new QLabel("Nav "), ir,56, 1, 5); 897 pppLayout->addWidget(_postCorrFileChooser, ir,61, 1, 22); 898 pppLayout->addWidget(new QLabel("Corr"), ir,83, 1, 9); 899 899 ++ir; 900 pppLayout->addWidget(new QLabel("Post- Proc. Output"),ir, 0, 1, 10);901 pppLayout->addWidget(_postOutLineEdit, ir,10, 1, 40);902 pppLayout->addWidget(new QLabel(" "), ir,50);900 pppLayout->addWidget(new QLabel("Post-proc. output"), ir, 0, 1, 10); 901 pppLayout->addWidget(_postOutLineEdit, ir,10, 1, 40); 902 pppLayout->addWidget(new QLabel("Full path"), ir,50, 1, 10); 903 903 904 904 pppgroup->setLayout(pppLayout); … … 989 989 990 990 ir = 0; 991 teqcLayout->addWidget(new QLabel("RINEX file editing or concatination and file or stream quality control."),ir, 0, 1, 20);991 teqcLayout->addWidget(new QLabel("RINEX file editing, quality control or concatination."),ir, 0, 1, 20); 992 992 ++ir; 993 993 teqcLayout->addWidget(new QLabel("Action"), ir, 0); … … 1000 1000 teqcLayout->addWidget(new QLabel("Obs "), ir, 5); 1001 1001 teqcLayout->addWidget(_teqcNavFileChooser, ir, 6, 1, 8); 1002 teqcLayout->addWidget(new QLabel("Nav"), ir, 1002 teqcLayout->addWidget(new QLabel("Nav"), ir,14); 1003 1003 ++ir; 1004 1004 teqcLayout->addWidget(new QLabel("Output file (full path)"), ir, 0); … … 1161 1161 _pppCorrMountLineEdit->setWhatsThis(tr("<p>You must specify an orbit/clock corrections stream by its mountpoint from the 'Streams' list below. Example: 'CLK10'</p><p>Note that BNC produces a PPP solution from combined Broadcast Ephemeris corrections specified under 'Combination' if you introduce keyword 'INTERNAL' as the corrections mountpoint.</p>")); 1162 1162 _pppSPPComboBox->setWhatsThis(tr("<p>Choose between plain Single Point Positioning (SPP) and Precise Point Positioning (PPP) in real-time and post processing mode.</p>")); 1163 _teqcActionComboBox->setWhatsThis(tr("<p>Select an editing action.</p>")); 1163 _teqcActionComboBox->setWhatsThis(tr("<p>BNC allows to edit or concatinate RINEX v2 or v3 files or to perform a quality control.</p>")); 1164 _teqcEditOptionButton->setWhatsThis(tr("<p>Specify options for editing RINEX v2 or v3 files.</p>")); 1164 1165 _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>")); 1165 1166 _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>"));
Note:
See TracChangeset
for help on using the changeset viewer.