Changeset 2190 in ntrip
- Timestamp:
- Jan 5, 2010, 11:31:12 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r2189 r2190 684 684 pppLayout->addWidget(new QLabel("Estimate tropo "), 1, 6, 1, 1, Qt::AlignLeft); 685 685 pppLayout->addWidget(_pppGLONASSCheckBox, 1, 7); 686 pppLayout->addWidget(new QLabel("Use GLONASS "), 1, 8, 1, 1, Qt::AlignLeft);686 pppLayout->addWidget(new QLabel("Use GLONASS "), 1, 8, 1, 3, Qt::AlignLeft); 687 687 pppLayout->addWidget(new QLabel("Ref. coordinates"), 2, 0); 688 688 pppLayout->addWidget(_pppRefCrdXLineEdit, 2, 1, 1, 2); … … 692 692 pppLayout->addWidget(_pppRefCrdZLineEdit, 2, 6, 1, 1); 693 693 pppLayout->addWidget(new QLabel("Z"), 2, 7, 1, 1); 694 pppLayout->addWidget(new QLabel("NMEA file (full path)"), 3, 0); 695 pppLayout->addWidget(_pppNMEALineEdit, 3, 1, 1, 6); 696 pppLayout->addWidget(new QLabel(" port"), 3, 7, 1, 1); 697 pppLayout->addWidget(_pppNMEAPortLineEdit, 3, 8, 1, 2); 694 pppLayout->addWidget(new QLabel("NMEA output"), 3, 0); 695 pppLayout->addWidget(_pppNMEALineEdit, 3, 1, 1, 5); 696 pppLayout->addWidget(new QLabel("File (full path)"), 3, 6, 1, 1); 697 pppLayout->addWidget(_pppNMEAPortLineEdit, 3, 7, 1, 2); 698 pppLayout->addWidget(new QLabel("Port"), 3, 9, 1, 2); 698 699 pppLayout->addWidget(new QLabel("Coordinates from Precise Point Positioning (PPP)."),4, 0,1,15); 699 700 pppLayout->addWidget(new QLabel(" "), 5, 0);
Note:
See TracChangeset
for help on using the changeset viewer.