- Timestamp:
- Aug 18, 2008, 6:23:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r1040 r1041 425 425 aLayout->addWidget(_makePauseCheckBox, 2, 3, Qt::AlignLeft); 426 426 aLayout->addWidget(new QLabel("Script (full path)"), 3, 0); 427 aLayout->addWidget(_adviseScriptLineEdit, 3, 1,1,1 2);427 aLayout->addWidget(_adviseScriptLineEdit, 3, 1,1,10); 428 428 aLayout->addWidget(new QLabel("Performance log"), 4, 0); 429 429 aLayout->addWidget(_perfIntrComboBox, 4, 1); 430 aLayout->addWidget(new QLabel("Network monitoring, outages, handling of corrupted streams, latencies, statistics."),5,0,1,1 2,Qt::AlignLeft);430 aLayout->addWidget(new QLabel("Network monitoring, outages, handling of corrupted streams, latencies, statistics."),5,0,1,10,Qt::AlignLeft); 431 431 agroup->setLayout(aLayout); 432 432 … … 448 448 oLayout->setColumnMinimumWidth(1,8*ww); 449 449 oLayout->setColumnMinimumWidth(2,12*ww); 450 oLayout->setColumnMinimumWidth(3,40*ww);451 450 oLayout->addWidget(new QLabel("Directory"), 0, 0); 452 oLayout->addWidget(_rnxPathLineEdit, 0, 1,1, 3);451 oLayout->addWidget(_rnxPathLineEdit, 0, 1,1,12); 453 452 oLayout->addWidget(new QLabel("Interval"), 1, 0); 454 453 oLayout->addWidget(_rnxIntrComboBox, 1, 1); … … 456 455 oLayout->addWidget(_rnxSamplSpinBox, 1, 3, Qt::AlignLeft); 457 456 oLayout->addWidget(new QLabel("Skeleton extension"), 2, 0); 458 oLayout->addWidget(_rnxSkelLineEdit, 2, 1 );457 oLayout->addWidget(_rnxSkelLineEdit, 2, 1,1,1, Qt::AlignLeft); 459 458 oLayout->addWidget(new QLabel("Script (full path)"), 3, 0); 460 oLayout->addWidget(_rnxScrpLineEdit, 3, 1, 1, 3);459 oLayout->addWidget(_rnxScrpLineEdit, 3, 1,1,12); 461 460 oLayout->addWidget(new QLabel("Version 3"), 4, 0); 462 461 oLayout->addWidget(_rnxV3CheckBox, 4, 1); 463 oLayout->addWidget(new QLabel("Saving RINEX observation files."),5,0,1, 4, Qt::AlignLeft);462 oLayout->addWidget(new QLabel("Saving RINEX observation files."),5,0,1,12, Qt::AlignLeft); 464 463 ogroup->setLayout(oLayout); 465 464
Note:
See TracChangeset
for help on using the changeset viewer.