Changeset 3600 in ntrip
- Timestamp:
- Jan 22, 2012, 9:54:20 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r3599 r3600 911 911 _pppNMEAPortLineEdit->setMaximumWidth(6*ww); 912 912 int ir = 0; 913 pppLayout->addWidget(new QLabel("<b>Precise Point Positioning (Panel 1)</b>"), ir, 0); 913 pppLayout->addWidget(new QLabel("<b>Precise Point Positioning (Panel 1)</b>"), ir, 0, 1, 8); 914 914 ++ir; 915 915 pppLayout->addWidget(new QLabel("Obs Mountpoint"), ir, 0); … … 950 950 pppLayout->addWidget(new QLabel("PPP Plot"), ir, 8); 951 951 ++ir; 952 pppLayout->addWidget(new QLabel("<b>Post-Processing</b>"), ir, 0); 953 ++ir; 952 954 pppLayout->addWidget(new QLabel(" "), ir, 0); 953 955 pppLayout->setRowStretch(ir, 99); … … 959 961 QGridLayout* ppp2Layout = new QGridLayout; 960 962 ir = 0; 961 ppp2Layout->addWidget(new QLabel("<b>Precise Point Positioning (Panel 2)</b>"), 0, 0);963 ppp2Layout->addWidget(new QLabel("<b>Precise Point Positioning (Panel 2)</b>"), ir, 0, 1, 8); 962 964 ++ir; 963 965 ppp2Layout->addWidget(new QLabel("Antennas"), ir, 0);
Note:
See TracChangeset
for help on using the changeset viewer.