- Timestamp:
- Jan 6, 2010, 10:51:46 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r2198 r2199 508 508 gLayout->addWidget(new QLabel("Auto start"), 3, 0); 509 509 gLayout->addWidget(_autoStartCheckBox, 3, 1); 510 gLayout->addWidget(new QLabel("General settings for logfile, file handling, configuration on-the-fly, and auto-start."),4, 0, 1, 50, Qt::AlignLeft); // 2510 gLayout->addWidget(new QLabel("General settings for logfile, file handling, configuration on-the-fly, and auto-start."),4, 0, 1, 50, Qt::AlignLeft); 511 511 gLayout->addWidget(new QLabel(" "),5,0); 512 512 ggroup->setLayout(gLayout); … … 650 650 aLayout->addWidget(new QLabel("Script (full path)"), 3, 0); 651 651 aLayout->addWidget(_adviseScriptLineEdit, 3, 1,1,30); 652 aLayout->addWidget(new QLabel("Failure and recovery reports, advisory notes."),5,0,1,50,Qt::AlignLeft); 652 aLayout->addWidget(new QLabel("Failure and recovery reports, advisory notes."),4,0,1,50,Qt::AlignLeft); 653 aLayout->addWidget(new QLabel(" "), 5, 0); 653 654 agroup->setLayout(aLayout); 654 655 … … 698 699 pppLayout->addWidget(new QLabel("Coordinates from Precise Point Positioning (PPP)."),4, 0,1,15); 699 700 pppLayout->addWidget(new QLabel(" "), 5, 0); 700 pppLayout->addWidget(new QLabel(" "), 6, 0);701 pppLayout->addWidget(new QLabel(" "), 7, 0);702 701 pppgroup->setLayout(pppLayout); 703 702
Note:
See TracChangeset
for help on using the changeset viewer.