- Timestamp:
- Jan 8, 2009, 1:24:08 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r1454 r1455 418 418 QGridLayout* sLayout = new QGridLayout; 419 419 sLayout->setColumnMinimumWidth(0,14*ww); 420 sLayout->addWidget(new QLabel("Port (unsynchronized)"),0, 0);421 sLayout->addWidget(_out UPortLineEdit,0, 1);422 sLayout->addWidget(new QLabel(" Port (synchronized)"), 1, 0);423 sLayout->addWidget(_ outPortLineEdit, 1, 1);424 sLayout->addWidget(new QLabel(" Wait for full epoch"), 1, 2, Qt::AlignRight);425 sLayout->addWidget(_ waitTimeSpinBox, 1, 3, Qt::AlignLeft);420 sLayout->addWidget(new QLabel("Port"), 0, 0); 421 sLayout->addWidget(_outPortLineEdit, 0, 1); 422 sLayout->addWidget(new QLabel("Wait for full epoch"), 0, 2, Qt::AlignRight); 423 sLayout->addWidget(_waitTimeSpinBox, 0, 3, Qt::AlignLeft); 424 sLayout->addWidget(new QLabel("Sampling"), 1, 0); 425 sLayout->addWidget(_binSamplSpinBox, 1, 1, Qt::AlignLeft); 426 426 sLayout->addWidget(new QLabel("File (full path)"), 2, 0); 427 427 sLayout->addWidget(_outFileLineEdit, 2, 1, 1, 30); 428 sLayout->addWidget(new QLabel(" Sampling"),3, 0);429 sLayout->addWidget(_ binSamplSpinBox, 3, 1, Qt::AlignLeft);428 sLayout->addWidget(new QLabel("Port (unsynchronized)"), 3, 0); 429 sLayout->addWidget(_outUPortLineEdit, 3, 1); 430 430 sLayout->addWidget(new QLabel("Output decoded observations in a binary format to feed a real-time GNSS engine."),4,0,1,30); 431 431 sLayout->addWidget(new QLabel(" "),5,0);
Note:
See TracChangeset
for help on using the changeset viewer.