Changeset 1615 in ntrip for trunk/BNC/bncipport.cpp


Ignore:
Timestamp:
Feb 18, 2009, 7:11:24 PM (15 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncipport.cpp

    r1614 r1615  
    4949bncIpPort::bncIpPort(QWidget* parent) : QDialog(parent) {
    5050
     51  setMinimumSize(400,150);
    5152  QVBoxLayout* mainLayout = new QVBoxLayout(this);
    52 
    5353  QGridLayout* editLayout = new QGridLayout;
    5454
    55   setWindowTitle(tr("Add Stream from IP Port"));
     55  setWindowTitle(tr("Add Stream from TCP/IP Port"));
    5656
    5757  _ipHostLineEdit = new QLineEdit();
     
    7171  // WhatsThis
    7272  // ---------
    73   _ipHostLineEdit->setWhatsThis(tr("<p>BNC allows to retrieve streams directly from an IP address without using the NTRIP transport protocol.</p><p>Enter the IP address of the stream providing host.</p>"));
     73  _ipHostLineEdit->setWhatsThis(tr("<p>BNC allows to retrieve streams directly via TCP from an IP address without using the NTRIP transport protocol.</p><p>Enter the IP address of the stream providing host.</p>"));
    7474  _ipPortLineEdit->setWhatsThis(tr("<p>Enter the port number of the stream providing host.</p>"));
    7575  _ipMountLineEdit->setWhatsThis(tr("<p>Specify a mountpoint.</p><p>Recommended is a 4-character reference station ID. Example: FFMJ</p>"));
Note: See TracChangeset for help on using the changeset viewer.