Changeset 6700 in ntrip
- Timestamp:
- Mar 20, 2015, 9:44:31 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r6699 r6700 843 843 QGridLayout* pppLayout1 = new QGridLayout(); 844 844 int ir = 0; 845 pppLayout1->addWidget(new QLabel("Precise Point Positioning - Input and Output "), ir, 0, 1, 7, Qt::AlignLeft);845 pppLayout1->addWidget(new QLabel("Precise Point Positioning - Input and Output."), ir, 0, 1, 7, Qt::AlignLeft); 846 846 ++ir; 847 847 pppLayout1->addWidget(new QLabel("Data source"), ir, 0); … … 869 869 pppLayout1->addWidget(new QLabel("ANTEX file"), ir, 0); 870 870 pppLayout1->addWidget(_pppWidgets._antexFile, ir, 1); 871 _pppWidgets._antexFile->setWhatsThis(tr("<p>Observations should be referred to the receiver's Antenna Phase Center (APC) and therefore be corrected for APC offsets and variations. Specify the full path to an IGS 'ANTEX file' which contains APC offsets and variations.</p><p>If you don't specify an 'ANTEX file' observations will not be corrected for APC offsets and variations.</p>")); 871 872 872 873 pppLayout1->addWidget(new QLabel(" NMEA file"), ir, 3); … … 888 889 889 890 QVBoxLayout* pppLayout2 = new QVBoxLayout(); 890 pppLayout2->addWidget(new QLabel("Precise Point Positioning - Processed Stations "));891 pppLayout2->addWidget(new QLabel("Precise Point Positioning - Processed Stations.")); 891 892 pppLayout2->addWidget(_pppWidgets._staTable, 99); 892 893 QHBoxLayout* pppLayout2sub = new QHBoxLayout(); … … 901 902 QGridLayout* pppLayout3 = new QGridLayout(); 902 903 ir = 0; 903 pppLayout3->addWidget(new QLabel("Precise Point Positioning - Options "), ir, 0, 1, 2, Qt::AlignLeft);904 pppLayout3->addWidget(new QLabel("Precise Point Positioning - Options."), ir, 0, 1, 2, Qt::AlignLeft); 904 905 ++ir; 905 906 pppLayout3->addWidget(new QLabel("GPS LCs"), ir, 0, Qt::AlignLeft); … … 950 951 QGridLayout* pppLayout4 = new QGridLayout(); 951 952 ir = 0; 952 pppLayout4->addWidget(new QLabel("Precise Point Positioning - Plots "), ir, 0, 1, 50, Qt::AlignLeft);953 pppLayout4->addWidget(new QLabel("Precise Point Positioning - Plots."), ir, 0, 1, 50, Qt::AlignLeft); 953 954 ++ir; 954 955 pppLayout4->addWidget(new QLabel("PPP Plot"), ir, 0, Qt::AlignLeft);
Note:
See TracChangeset
for help on using the changeset viewer.