- Timestamp:
- Aug 27, 2008, 1:28:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bnswindow.cpp
r1068 r1070 151 151 _fileAppendCheckBox->setCheckState(Qt::CheckState(settings.value("fileAppend").toInt())); 152 152 _fileAppendCheckBox->setWhatsThis(tr("<p>When BNS is started, new files are created by default and any existing files with the same name will be overwritten. However, users might want to append already existing files following a restart of BNS, a system crash or when BNS crashed. Tick 'Append files' to continue with existing files and keep what has been recorded so far.</p>")); 153 154 _inpEchoLineEdit = new QLineEdit(settings.value("inpEcho").toString()); 153 155 154 156 _ephHostLineEdit = new QLineEdit(settings.value("ephHost").toString()); … … 288 290 layout_inp->setColumnMinimumWidth(0, 9*ww); 289 291 290 layout_inp->addWidget(new QLabel("Ephemeris"), 0, 0, Qt::AlignLeft); 291 layout_inp->addWidget(new QLabel("Host"), 0, 1, Qt::AlignRight); 292 layout_inp->addWidget(_ephHostLineEdit, 0, 2); 293 layout_inp->addWidget(new QLabel("Port"), 0, 3, Qt::AlignLeft); 294 layout_inp->addWidget(_ephPortLineEdit, 0, 4); 295 layout_inp->addWidget(new QLabel("Clocks & Orbits"), 1, 0, Qt::AlignLeft); 296 layout_inp->addWidget(new QLabel("BNS listening on Port"), 1, 1, 1, 3, Qt::AlignRight); 297 layout_inp->addWidget(_clkPortLineEdit, 1, 4); 292 layout_inp->addWidget(new QLabel("Clocks & Orbits"), 0, 0, Qt::AlignLeft); 293 layout_inp->addWidget(new QLabel("BNS listening on Port"), 0, 3, Qt::AlignRight); 294 layout_inp->addWidget(_clkPortLineEdit, 0, 4); 295 layout_inp->addWidget(new QLabel("Save"), 0, 5, Qt::AlignRight); 296 layout_inp->addWidget(_inpEchoLineEdit, 0, 6); 297 layout_inp->addWidget(new QLabel("Ephemeris"), 1, 0, Qt::AlignLeft); 298 layout_inp->addWidget(new QLabel("Host"), 1, 1, Qt::AlignRight); 299 layout_inp->addWidget(_ephHostLineEdit, 1, 2); 300 layout_inp->addWidget(new QLabel("Port"), 1, 3, Qt::AlignRight); 301 layout_inp->addWidget(_ephPortLineEdit, 1, 4); 298 302 layout_inp->addWidget(new QLabel("Read broadcast ephemeris and IGS clocks and orbits."), 2, 0, 1, 6, Qt::AlignLeft); 299 layout_inp->addWidget(new QLabel(""), 3, 0); 300 layout_inp->addWidget(new QLabel(""), 4, 0); 303 layout_inp->addWidget(new QLabel(""), 3, 0); 301 304 302 305 tab_inp->setLayout(layout_inp); … … 389 392 _statusLbl[2] = new QLabel("0 byte(s)"); _statusCnt[2] = 0; 390 393 _statusLbl[3] = new QLabel("Input Ephemeris"); 391 _statusLbl[4] = new QLabel("Input Clock & Orbits");394 _statusLbl[4] = new QLabel("Input Clocks & Orbits"); 392 395 _statusLbl[5] = new QLabel("Output"); 393 396
Note:
See TracChangeset
for help on using the changeset viewer.