Changeset 1010 in ntrip
- Timestamp:
- Aug 1, 2008, 4:44:37 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bnswindow.cpp
r1004 r1010 169 169 170 170 _clkPortLineEdit = new QLineEdit(settings.value("clkPort").toString()); 171 _clkPortLineEdit->setWhatsThis(tr("BNS reads Clocks & Orbits referring to the IGS system (X,Y,Z, ECEF) in plain ASCII format from an IP address. Specify the IP port e.g. of a RTNet installation providingthis information."));171 _clkPortLineEdit->setWhatsThis(tr("BNS reads Clocks & Orbits referring to the IGS system (X,Y,Z, ECEF) in plain ASCII format from an IP port. Specify a local IP port e.g. for an RTNet installation to provide this information.")); 172 172 _clkPortLineEdit->setMaximumWidth(9*ww); 173 173 … … 308 308 layout_cas->addWidget(new QLabel("Save stream (full path)"), 2, 0, Qt::AlignLeft); 309 309 layout_cas->addWidget(_outFileLineEdit, 2, 1); 310 layout_cas->addWidget(new QLabel("Stream upload of clock and orbit corrections to NTRIP broadcaster."), 4, 0, 1, 2, Qt::AlignLeft);310 layout_cas->addWidget(new QLabel("Stream upload of clock and orbit corrections to NTRIP broadcaster."),3, 0, 1, 2, Qt::AlignLeft); 311 311 312 312 tab_cas->setLayout(layout_cas);
Note:
See TracChangeset
for help on using the changeset viewer.