Changeset 1014 in ntrip
- Timestamp:
- Aug 1, 2008, 8:19:22 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bnswindow.cpp
r1010 r1014 287 287 layout_inp->addWidget(new QLabel("Read broadcast ephemeris and IGS clocks and orbits."), 2, 0, 1, 6, Qt::AlignLeft); 288 288 layout_inp->addWidget(new QLabel(""), 3, 0); 289 layout_inp->addWidget(new QLabel(""), 4, 0); 289 290 290 291 tab_inp->setLayout(layout_inp); … … 308 309 layout_cas->addWidget(new QLabel("Save stream (full path)"), 2, 0, Qt::AlignLeft); 309 310 layout_cas->addWidget(_outFileLineEdit, 2, 1); 310 layout_cas->addWidget(new QLabel("Stream upload of clock and orbit corrections to NTRIP broadcaster."),3, 0, 1, 2, Qt::AlignLeft); 311 layout_cas->addWidget(new QLabel("Stream upload of clock and orbit corrections to NTRIP broadcaster."), 3, 0, 1, 4, Qt::AlignLeft); 312 layout_cas->addWidget(new QLabel(""), 4, 0); 311 313 312 314 tab_cas->setLayout(layout_cas);
Note:
See TracChangeset
for help on using the changeset viewer.