Changeset 2202 in ntrip
- Timestamp:
- Jan 6, 2010, 11:31:43 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r2199 r2202 674 674 // ---------- 675 675 QGridLayout* pppLayout = new QGridLayout; 676 _pppRefCrdXLineEdit->setMaximumWidth(14*ww); 677 _pppRefCrdYLineEdit->setMaximumWidth(14*ww); 678 _pppRefCrdZLineEdit->setMaximumWidth(14*ww); 676 679 pppLayout->setColumnMinimumWidth(0,14*ww); 677 680 pppLayout->addWidget(new QLabel("Mountpoint"), 0, 0); … … 679 682 pppLayout->addWidget(new QLabel("Options"), 1, 0); 680 683 pppLayout->addWidget(_pppStaticCheckBox, 1, 1); 681 pppLayout->addWidget(new QLabel("Static "), 1, 2 , 1, 1, Qt::AlignLeft);684 pppLayout->addWidget(new QLabel("Static "), 1, 2); 682 685 pppLayout->addWidget(_pppUsePhaseCheckBox, 1, 3); 683 pppLayout->addWidget(new QLabel("Use phase obs "), 1, 4 , 1, 1, Qt::AlignLeft);686 pppLayout->addWidget(new QLabel("Use phase obs "), 1, 4); 684 687 pppLayout->addWidget(_pppEstTropoCheckBox, 1, 5); 685 pppLayout->addWidget(new QLabel("Estimate tropo "), 1, 6 , 1, 1, Qt::AlignLeft);688 pppLayout->addWidget(new QLabel("Estimate tropo "), 1, 6); 686 689 pppLayout->addWidget(_pppGLONASSCheckBox, 1, 7); 687 pppLayout->addWidget(new QLabel("Use GLONASS"), 1, 8 , 1, 2, Qt::AlignLeft);690 pppLayout->addWidget(new QLabel("Use GLONASS"), 1, 8); 688 691 pppLayout->addWidget(new QLabel("Ref. coordinates"), 2, 0); 689 692 pppLayout->addWidget(_pppRefCrdXLineEdit, 2, 1, 1, 2); 690 pppLayout->addWidget(new QLabel("X"), 2, 3 , 1, 1);691 pppLayout->addWidget(_pppRefCrdYLineEdit, 2, 4 , 1, 1);692 pppLayout->addWidget(new QLabel("Y"), 2, 5 , 1, 1);693 pppLayout->addWidget(_pppRefCrdZLineEdit, 2, 6 , 1, 1);694 pppLayout->addWidget(new QLabel("Z"), 2, 7 , 1, 1);695 pppLayout->addWidget(new QLabel("NMEA File (full path)"), 3, 0); 693 pppLayout->addWidget(new QLabel("X"), 2, 3); 694 pppLayout->addWidget(_pppRefCrdYLineEdit, 2, 4); 695 pppLayout->addWidget(new QLabel("Y"), 2, 5); 696 pppLayout->addWidget(_pppRefCrdZLineEdit, 2, 6); 697 pppLayout->addWidget(new QLabel("Z"), 2, 7); 698 pppLayout->addWidget(new QLabel("NMEA File (full path)"), 3, 0); 696 699 pppLayout->addWidget(_pppNMEALineEdit, 3, 1, 1, 6); 697 pppLayout->addWidget(new QLabel("Port"), 3, 7 , 1, 1);700 pppLayout->addWidget(new QLabel("Port"), 3, 7); 698 701 pppLayout->addWidget(_pppNMEAPortLineEdit, 3, 8, 1, 2); 699 702 pppLayout->addWidget(new QLabel("Coordinates from Precise Point Positioning (PPP)."),4, 0,1,15);
Note:
See TracChangeset
for help on using the changeset viewer.