Changeset 7672 in ntrip for trunk


Ignore:
Timestamp:
Jan 12, 2016, 9:06:38 AM (8 years ago)
Author:
weber
Message:

Documentation completed

File:
1 edited

Legend:

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

    r7230 r7672  
    7070  _ipCountryLineEdit->setMaximumWidth(9*ww);
    7171
    72   // WhatsThis
    73   // ---------
     72  // WhatsThis, Add Stream from UDP Port
     73  // -----------------------------------
    7474  _ipPortLineEdit->setWhatsThis(tr("<p>BNC allows to pick up streams arriving directly at one of the local host's UDP ports without using the Ntrip transport protocol.</p><p>Enter the local port number where the UDP stream arrives.</p>"));
    7575  _ipMountLineEdit->setWhatsThis(tr("<p>Specify a mountpoint.</p><p>Recommended is a 4-character station ID.<br>Example: FFMJ</p>"));
     
    7777  _ipLatLineEdit->setWhatsThis(tr("<p>Enter the approximate latitude of the stream providing receiver in degrees.<p></p>Example: 45.32</p>"));
    7878  _ipLonLineEdit->setWhatsThis(tr("<p>Enter the approximate longitude of the stream providing receiver in degrees.<p></p>Example: -15.20</p>"));
    79   _ipCountryLineEdit->setWhatsThis(tr("<p>Specify the country code.</p><p>Recommended is the ISO 3166-1 alpha-3a code.<br>Example: DEU</p>"));
     79  _ipCountryLineEdit->setWhatsThis(tr("<p>Specify the country code.</p><p>Follow the ISO 3166-1 alpha-3a code.<br>Example, Germany: DEU</p>"));
    8080
    8181  editLayout->addWidget(new QLabel(tr("UDP Port")),  0, 0, Qt::AlignRight);
Note: See TracChangeset for help on using the changeset viewer.