Changeset 1443 in ntrip
- Timestamp:
- Jan 5, 2009, 10:54:11 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r1442 r1443 70 70 71 71 QPalette palette; 72 QColor lightGray(2 25, 225, 225);72 QColor lightGray(230, 230, 230); 73 73 74 74 // Create Actions … … 419 419 QGridLayout* sLayout = new QGridLayout; 420 420 sLayout->setColumnMinimumWidth(0,14*ww); 421 sLayout->addWidget(new QLabel("Port ( synchronized)"),0, 0);422 sLayout->addWidget(_out PortLineEdit,0, 1);423 sLayout->addWidget(new QLabel(" Wait for full epoch"), 0, 2, Qt::AlignRight);424 sLayout->addWidget(_ waitTimeSpinBox, 0, 3, Qt::AlignLeft);425 sLayout->addWidget(new QLabel(" Port (unsynchronized)"), 1, 0);426 sLayout->addWidget(_ outUPortLineEdit, 1, 1);421 sLayout->addWidget(new QLabel("Port (unsynchronized)"), 0, 0); 422 sLayout->addWidget(_outUPortLineEdit, 0, 1); 423 sLayout->addWidget(new QLabel("Port (synchronized)"), 1, 0); 424 sLayout->addWidget(_outPortLineEdit, 1, 1); 425 sLayout->addWidget(new QLabel("Wait for full epoch"), 1, 2, Qt::AlignRight); 426 sLayout->addWidget(_waitTimeSpinBox, 1, 3, Qt::AlignLeft); 427 427 sLayout->addWidget(new QLabel("File (full path)"), 2, 0); 428 428 sLayout->addWidget(_outFileLineEdit, 2, 1, 1, 30); … … 1194 1194 1195 1195 QPalette palette; 1196 QColor lightGray(2 25, 225, 225);1196 QColor lightGray(230, 230, 230); 1197 1197 1198 1198 // Proxy
Note:
See TracChangeset
for help on using the changeset viewer.