- Timestamp:
- Mar 6, 2009, 10:03:37 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bncipport.cpp ΒΆ
r1644 r1734 75 75 _ipMountLineEdit->setWhatsThis(tr("<p>Specify a mountpoint.</p><p>Recommended is a 4-character reference station ID.<br>Example: FFMJ</p>")); 76 76 _ipFormatLineEdit->setWhatsThis(tr("<p>Specify the stream format.</p><p>Available options are 'RTCM_2', 'RTCM_3', 'RTIGS', and 'ZERO'.</p>")); 77 _ipLatLineEdit->setWhatsThis(tr("<p>Enter the approximate latitude of the stream providing r over in degrees.<p></p>Example: 45.32.</p>"));78 _ipLonLineEdit->setWhatsThis(tr("<p>Enter the approximate longitude of the stream providing r over in degrees.<p></p>Example: -15.20.</p>"));77 _ipLatLineEdit->setWhatsThis(tr("<p>Enter the approximate latitude of the stream providing receiver in degrees.<p></p>Example: 45.32.</p>")); 78 _ipLonLineEdit->setWhatsThis(tr("<p>Enter the approximate longitude of the stream providing receiver in degrees.<p></p>Example: -15.20.</p>")); 79 79 80 80 editLayout->addWidget(new QLabel(tr("Host")), 0, 0, Qt::AlignRight);
Note:
See TracChangeset
for help on using the changeset viewer.