Changeset 1040 in ntrip for trunk/BNC/bncwindow.cpp


Ignore:
Timestamp:
Aug 18, 2008, 11:27:42 AM (16 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r1035 r1040  
    109109  _proxyPortLineEdit->setMaximumWidth(9*ww);
    110110  _messTypesLineEdit  = new QLineEdit(settings.value("messTypes").toString());
    111 //_messTypesLineEdit->setMaximumWidth(20*ww);
     111  _messTypesLineEdit->setMaximumWidth(20*ww);
    112112  _waitTimeSpinBox   = new QSpinBox();
    113113  _waitTimeSpinBox->setMinimum(1);
     
    425425  aLayout->addWidget(_makePauseCheckBox,                          2, 3, Qt::AlignLeft);
    426426  aLayout->addWidget(new QLabel("Script (full path)"),            3, 0);
    427   aLayout->addWidget(_adviseScriptLineEdit,                       3, 1,1,3);
     427  aLayout->addWidget(_adviseScriptLineEdit,                       3, 1,1,12);
    428428  aLayout->addWidget(new QLabel("Performance log"),               4, 0);
    429429  aLayout->addWidget(_perfIntrComboBox,                           4, 1);
    430   aLayout->addWidget(new QLabel("Network monitoring, outages, handling of corrupted streams, latencies, statistics."),5,0,1,4,Qt::AlignLeft);
     430  aLayout->addWidget(new QLabel("Network monitoring, outages, handling of corrupted streams, latencies, statistics."),5,0,1,12,Qt::AlignLeft);
    431431  agroup->setLayout(aLayout);
    432432
     
    436436  rLayout->setColumnMinimumWidth(2,30*ww);
    437437  rLayout->addWidget(new QLabel("Mountpoint"),0,0, Qt::AlignLeft);
    438   rLayout->addWidget(_messTypesLineEdit,0,1);
     438  rLayout->addWidget(_messTypesLineEdit,0,1,1,15,Qt::AlignLeft);
    439439  rLayout->addWidget(new QLabel("Log numbers of message types in RTCM Version 3.x stream."),1, 0, 1, 4, Qt::AlignLeft);
    440440  rLayout->addWidget(new QLabel("    "),2,0);
     
    862862  img->setPixmap(QPixmap(":ntrip-logo.png"));
    863863  dlgLayout->addWidget(img, 0,0);
    864   dlgLayout->addWidget(new QLabel("BKG NTRIP Client (BNC) Version 1.6"), 0,1);
     864  dlgLayout->addWidget(new QLabel("BKG Ntrip Client (BNC) Version 1.6"), 0,1);
    865865  dlgLayout->addWidget(tb,1,0,1,2);
    866866  dlgLayout->addWidget(_closeButton,2,1,Qt::AlignRight); 
Note: See TracChangeset for help on using the changeset viewer.