Changeset 7670 in ntrip for trunk/BNC


Ignore:
Timestamp:
Jan 12, 2016, 8:53:33 AM (8 years ago)
Author:
weber
Message:

Documentation completed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncipport.cpp

    r7230 r7670  
    7171  _ipCountryLineEdit->setMaximumWidth(9*ww);
    7272
    73   // WhatsThis
    74   // ---------
     73  // WhatsThis, Add Stream from TCP/IP Port
     74  // --------------------------------------
    7575  _ipHostLineEdit->setWhatsThis(tr("<p>If no proxy server is involed in the communication, BNC allows to retrieve streams via TCP directly from an IP address without using the Ntrip transport protocol.</p><p>Enter the IP address of the stream providing host.</p>"));
    7676  _ipPortLineEdit->setWhatsThis(tr("<p>Enter the IP port number of the stream providing host.</p>"));
     
    7979  _ipLatLineEdit->setWhatsThis(tr("<p>Enter the approximate latitude of the stream providing receiver in degrees.<p></p>Example: 45.32</p>"));
    8080  _ipLonLineEdit->setWhatsThis(tr("<p>Enter the approximate longitude of the stream providing receiver in degrees.<p></p>Example: -15.20</p>"));
    81   _ipCountryLineEdit->setWhatsThis(tr("<p>Specify the country code.</p><p>Recommended is the ISO 3166-1 alpha-3a code.<br>Example: DEU</p>"));
     81  _ipCountryLineEdit->setWhatsThis(tr("<p>Specify the country code.</p><p>Follow the ISO 3166-1 alpha-3a code.<br>Example, Germany: DEU</p>"));
    8282
    8383  editLayout->addWidget(new QLabel(tr("Host")),      0, 0, Qt::AlignRight);
Note: See TracChangeset for help on using the changeset viewer.