Changeset 1041 in ntrip


Ignore:
Timestamp:
Aug 18, 2008, 6:23:17 PM (16 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r1040 r1041  
    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,12);
     427  aLayout->addWidget(_adviseScriptLineEdit,                       3, 1,1,10);
    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,12,Qt::AlignLeft);
     430  aLayout->addWidget(new QLabel("Network monitoring, outages, handling of corrupted streams, latencies, statistics."),5,0,1,10,Qt::AlignLeft);
    431431  agroup->setLayout(aLayout);
    432432
     
    448448  oLayout->setColumnMinimumWidth(1,8*ww);
    449449  oLayout->setColumnMinimumWidth(2,12*ww);
    450   oLayout->setColumnMinimumWidth(3,40*ww);
    451450  oLayout->addWidget(new QLabel("Directory"),                     0, 0);
    452   oLayout->addWidget(_rnxPathLineEdit,                            0, 1,1,3);
     451  oLayout->addWidget(_rnxPathLineEdit,                            0, 1,1,12);
    453452  oLayout->addWidget(new QLabel("Interval"),                      1, 0);
    454453  oLayout->addWidget(_rnxIntrComboBox,                            1, 1);
     
    456455  oLayout->addWidget(_rnxSamplSpinBox,                            1, 3, Qt::AlignLeft);
    457456  oLayout->addWidget(new QLabel("Skeleton extension"),            2, 0);
    458   oLayout->addWidget(_rnxSkelLineEdit,                            2, 1);
     457  oLayout->addWidget(_rnxSkelLineEdit,                            2, 1,1,1, Qt::AlignLeft);
    459458  oLayout->addWidget(new QLabel("Script (full path)"),            3, 0);
    460   oLayout->addWidget(_rnxScrpLineEdit,                            3, 1, 1, 3);
     459  oLayout->addWidget(_rnxScrpLineEdit,                            3, 1,1,12);
    461460  oLayout->addWidget(new QLabel("Version 3"),                     4, 0);
    462461  oLayout->addWidget(_rnxV3CheckBox,                              4, 1);
    463   oLayout->addWidget(new QLabel("Saving RINEX observation files."),5,0,1,4, Qt::AlignLeft);
     462  oLayout->addWidget(new QLabel("Saving RINEX observation files."),5,0,1,12, Qt::AlignLeft);
    464463  ogroup->setLayout(oLayout);
    465464 
Note: See TracChangeset for help on using the changeset viewer.