Changeset 6959 in ntrip for trunk/BNC/src
- Timestamp:
- Jun 24, 2015, 1:38:15 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bnctabledlg.cpp
r6951 r6959 107 107 _casterUserLineEdit->setWhatsThis(tr("<p>Access to some streams on NTRIP broadcasters may be restricted. You'll need to enter a valid 'User ID' and 'Password' for access to these protected streams.</p><p>Accounts are usually provided per NTRIP broadcaster through a registration process. Register through <u>http://igs.bkg.bund.de/index_ntrip_reg.htm</u> for access to protected streams on <u>www.euref-ip.net</u> and <u>www.igs-ip.net</u>.</p>")); 108 108 _casterHostComboBox->setWhatsThis(tr("<p>Enter the NTRIP broadcaster hostname or IP number.</p><p>Note that EUREF and IGS operate NTRIP broadcasters at <u>http://www.euref-ip.net/home</u> and <u>http://www.igs-ip.net/home</u>.</p>")); 109 _casterPortLineEdit->setWhatsThis(tr(" Enter the NTRIP broadcaster port number."));109 _casterPortLineEdit->setWhatsThis(tr("<p>Enter the NTRIP broadcaster port number.</p></p>Note that NTRIP Version 2 via SSL usually requires specifying port 443.</p>")); 110 110 _casterPasswordLineEdit->setWhatsThis(tr("Access to some streams on NTRIP broadcasters may be restricted. You'll need to enter a valid 'Password' for access to these protected streams.")); 111 111 … … 127 127 128 128 _buttonCasterTable->setWhatsThis(tr("<p>Hit 'Show' for a table of known NTRIP broadcaster installations as maintained at <u>www.rtcm-ntrip.org/home.</u></p><p>A window opens which allows to select a broadcaster for stream retrieval.</p>")); 129 _ntripVersionComboBox->setWhatsThis(tr("<p>Select the NTRIP transport protocol version you want to use. Implemented options are:<br> 1: NTRIP version 1, TCP/IP<br> 2: NTRIP version 2, TCP/IP mode<br> 2s: NTRIP version 2 TCP/IP mode via SSL <br> R: NTRIP Version 2, RTSP/RTP mode<br> U: NTRIP Version 2, UDP mode<br>Select option '1' if you are not sure whether the NTRIP broadcaster supports NTRIP version 2.</p><p>Note that RTSP/RTP (option 'R') and UDP (option 'U') are not accepted by proxies and sometimes not supported by mobile Internet Service Providers.</p>"));129 _ntripVersionComboBox->setWhatsThis(tr("<p>Select the NTRIP transport protocol version you want to use. Implemented options are:<br> 1: NTRIP version 1, TCP/IP<br> 2: NTRIP version 2, TCP/IP mode<br> 2s: NTRIP version 2 TCP/IP mode via SSL (usually via port 443)<br> R: NTRIP Version 2, RTSP/RTP mode<br> U: NTRIP Version 2, UDP mode<br>Select option '1' if you are not sure whether the NTRIP broadcaster supports NTRIP version 2.</p><p>Note that RTSP/RTP (option 'R') and UDP (option 'U') are not accepted by proxies and sometimes not supported by mobile Internet Service Providers.</p>")); 130 130 131 131 _table = new QTableWidget(this);
Note:
See TracChangeset
for help on using the changeset viewer.