Changeset 1681 in ntrip


Ignore:
Timestamp:
Mar 1, 2009, 6:11:52 PM (15 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r1678 r1681  
    419419
    420420  gLayout->addWidget(new QLabel("Logfile (full path)"),          0, 0);
    421   gLayout->addWidget(_logFileLineEdit,                           0, 1);
     421  gLayout->addWidget(_logFileLineEdit,                           0, 1, 1,30); // 1
    422422  gLayout->addWidget(new QLabel("Append files"),                 1, 0);
    423423  gLayout->addWidget(_rnxAppendCheckBox,                         1, 1);
     
    426426  gLayout->addWidget(new QLabel("Auto start"),                   3, 0);
    427427  gLayout->addWidget(_autoStartCheckBox,                         3, 1);
    428   gLayout->addWidget(new QLabel("General settings for logfile, file handling, configuration on-the-fly, and auto-start."),4, 0, 1, 2, Qt::AlignLeft);
     428  gLayout->addWidget(new QLabel("General settings for logfile, file handling, configuration on-the-fly, and auto-start."),4, 0, 1, 50, Qt::AlignLeft); // 2
    429429  gLayout->addWidget(new QLabel("    "),5,0);
    430430  ggroup->setLayout(gLayout);
     
    438438
    439439  oLayout->addWidget(new QLabel("Directory"),                     0, 0);
    440   oLayout->addWidget(_rnxPathLineEdit,                            0, 1,1,12);
     440  oLayout->addWidget(_rnxPathLineEdit,                            0, 1,1,24);
    441441  oLayout->addWidget(new QLabel("Interval"),                      1, 0);
    442442  oLayout->addWidget(_rnxIntrComboBox,                            1, 1);
    443   oLayout->addWidget(new QLabel("Sampling"),                      1, 2, Qt::AlignRight);
     443  oLayout->addWidget(new QLabel("  Sampling"),                    1, 2, Qt::AlignRight);
    444444  oLayout->addWidget(_rnxSamplSpinBox,                            1, 3, Qt::AlignLeft);
    445445  oLayout->addWidget(new QLabel("Skeleton extension"),            2, 0);
    446446  oLayout->addWidget(_rnxSkelLineEdit,                            2, 1,1,1, Qt::AlignLeft);
    447447  oLayout->addWidget(new QLabel("Script (full path)"),            3, 0);
    448   oLayout->addWidget(_rnxScrpLineEdit,                            3, 1,1,12);
     448  oLayout->addWidget(_rnxScrpLineEdit,                            3, 1,1,24);
    449449  oLayout->addWidget(new QLabel("Version 3"),                     4, 0);
    450450  oLayout->addWidget(_rnxV3CheckBox,                              4, 1);
    451   oLayout->addWidget(new QLabel("Saving RINEX observation files."),5,0,1,12, Qt::AlignLeft);
     451  oLayout->addWidget(new QLabel("Saving RINEX observation files."),5,0,1,50, Qt::AlignLeft);
    452452  ogroup->setLayout(oLayout);
    453453
     
    476476
    477477  eLayout->addWidget(new QLabel("Directory"),                     0, 0);
    478   eLayout->addWidget(_ephPathLineEdit,                            0, 1);
     478  eLayout->addWidget(_ephPathLineEdit,                            0, 1, 1,30);
    479479  eLayout->addWidget(new QLabel("Interval"),                      1, 0);
    480480  eLayout->addWidget(_ephIntrComboBox,                            1, 1);
     
    483483  eLayout->addWidget(new QLabel("Version 3"),                     3, 0);
    484484  eLayout->addWidget(_ephV3CheckBox,                              3, 1);
    485   eLayout->addWidget(new QLabel("Saving RINEX ephemeris files and ephemeris output through IP port."),4,0,1,2,Qt::AlignLeft);
     485  eLayout->addWidget(new QLabel("Saving RINEX ephemeris files and ephemeris output through IP port."),4,0,1,50,Qt::AlignLeft);
    486486  eLayout->addWidget(new QLabel("    "),5,0);
    487487  egroup->setLayout(eLayout);
     
    513513
    514514  cLayout->addWidget(new QLabel("Directory"),                     0, 0);
    515   cLayout->addWidget(_corrPathLineEdit,                           0, 1,1,30);
     515  cLayout->addWidget(_corrPathLineEdit,                           0, 1,1,20);
    516516  cLayout->addWidget(new QLabel("Interval"),                      1, 0);
    517517  cLayout->addWidget(_corrIntrComboBox,                           1, 1);
    518518  cLayout->addWidget(new QLabel("Port"),                          2, 0);
    519519  cLayout->addWidget(_corrPortLineEdit,                           2, 1);
    520   cLayout->addWidget(new QLabel("Wait for full epoch"),           2, 2, Qt::AlignRight);
     520  cLayout->addWidget(new QLabel("  Wait for full epoch"),         2, 2, Qt::AlignRight);
    521521  cLayout->addWidget(_corrTimeSpinBox,                            2, 3, Qt::AlignLeft);
    522   cLayout->addWidget(new QLabel("Saving Broadcast Ephemeris correction files and correction output through IP port."),3,0,1,30);
     522  cLayout->addWidget(new QLabel("Saving Broadcast Ephemeris correction files and correction output through IP port."),3,0,1,50);
    523523  cLayout->addWidget(new QLabel("    "),4,0);
    524524  cLayout->addWidget(new QLabel("    "),5,0);
     
    554554  sLayout->addWidget(_binSamplSpinBox,                            1, 1, Qt::AlignLeft);
    555555  sLayout->addWidget(new QLabel("File (full path)"),              2, 0);
    556   sLayout->addWidget(_outFileLineEdit,                            2, 1, 1, 30);
     556  sLayout->addWidget(_outFileLineEdit,                            2, 1, 1, 20);
    557557  sLayout->addWidget(new QLabel("Port (unsynchronized)"),         3, 0);
    558558  sLayout->addWidget(_outUPortLineEdit,                           3, 1);
    559   sLayout->addWidget(new QLabel("Output decoded observations in a binary format to feed a real-time GNSS engine."),4,0,1,30);
     559  sLayout->addWidget(new QLabel("Output decoded observations in a binary format to feed a real-time GNSS engine."),4,0,1,50);
    560560  sLayout->addWidget(new QLabel("    "),5,0);
    561561  sgroup->setLayout(sLayout);
     
    657657  aLayout->addWidget(_adviseRecoSpinBox,                          2, 1);
    658658  aLayout->addWidget(new QLabel("Script (full path)"),            3, 0);
    659   aLayout->addWidget(_adviseScriptLineEdit,                       3, 1,1,10);
    660   aLayout->addWidget(new QLabel("Outage report, handling of corrupted streams."),5,0,1,10,Qt::AlignLeft);
     659  aLayout->addWidget(_adviseScriptLineEdit,                       3, 1,1,30);
     660  aLayout->addWidget(new QLabel("Outage report, handling of corrupted streams."),5,0,1,50,Qt::AlignLeft);
    661661  agroup->setLayout(aLayout);
    662662
Note: See TracChangeset for help on using the changeset viewer.