- Timestamp:
- Nov 28, 2008, 12:07:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r1235 r1242 421 421 cLayout->setColumnMinimumWidth(0,14*ww); 422 422 cLayout->addWidget(new QLabel("Directory"), 0, 0); 423 cLayout->addWidget(_corrPathLineEdit, 0, 1 );423 cLayout->addWidget(_corrPathLineEdit, 0, 1,1,30); 424 424 cLayout->addWidget(new QLabel("Interval"), 1, 0); 425 425 cLayout->addWidget(_corrIntrComboBox, 1, 1); 426 426 cLayout->addWidget(new QLabel("Port"), 2, 0); 427 427 cLayout->addWidget(_corrPortLineEdit, 2, 1); 428 cLayout->addWidget(new QLabel("Wait for full epoch"), 3, 0); 429 cLayout->addWidget(_corrTimeSpinBox, 3, 1); 430 cLayout->addWidget(new QLabel("Saving Broadcast Ephemeris correction files and correction output through IP port."),4,0,1,2,Qt::AlignLeft); 428 cLayout->addWidget(new QLabel("Wait for full epoch"), 2, 2, Qt::AlignRight); 429 cLayout->addWidget(_corrTimeSpinBox, 2, 3, Qt::AlignLeft); 430 cLayout->addWidget(new QLabel("Saving Broadcast Ephemeris correction files and correction output through IP port."),3,0,1,30); 431 cLayout->addWidget(new QLabel(" "),4,0); 431 432 cLayout->addWidget(new QLabel(" "),5,0); 432 433 cgroup->setLayout(cLayout);
Note:
See TracChangeset
for help on using the changeset viewer.