- Timestamp:
- Jul 29, 2014, 3:15:21 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r5690 r5691 1179 1179 QGridLayout* pppLayout3 = new QGridLayout(); 1180 1180 ir = 0; 1181 pppLayout3->addWidget(new QLabel("<b>Precise Point Positioning</b>"), ir, 0, 1, 7, Qt::AlignLeft);1181 pppLayout3->addWidget(new QLabel("<b>Precise Point Positioning</b>"), ir, 0, 1, 2, Qt::AlignLeft); 1182 1182 ++ir; 1183 1183 pppLayout3->addWidget(new QLabel("GPS LCs"), ir, 0, Qt::AlignLeft); … … 1197 1197 pppLayout3->addWidget(new QLabel("Wait for corrections"), ir, 0, Qt::AlignLeft); 1198 1198 pppLayout3->addWidget(_pppWidgets._corrWaitTime, ir, 1); 1199 ++ir; 1200 pppLayout3->addWidget(new QLabel(""), ir, 0); 1199 1201 1200 1202 pppGroup3->setLayout(pppLayout3);
Note:
See TracChangeset
for help on using the changeset viewer.