Changeset 6637 in ntrip


Ignore:
Timestamp:
Mar 9, 2015, 3:53:07 PM (9 years ago)
Author:
weber
Message:

Documentation completed

File:
1 edited

Legend:

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

    r6636 r6637  
    618618  _proxyPortLineEdit->setMaximumWidth(9*ww);
    619619
    620   pLayout->addWidget(new QLabel("Settings for proxy in protected networks and for SSL authorization, leave boxes blank if none."),0, 0, 1, 50);
     620  pLayout->addWidget(new QLabel("Settings for proxy in protected networks and for SSL authorization, leave boxes blank if none."),0, 0, 1, 70);
    621621  pLayout->addWidget(new QLabel("Proxy host"),                               1, 0);
    622622  pLayout->addWidget(_proxyHostLineEdit,                                     1, 1, 1,10);
     
    628628  pLayout->addWidget(new QLabel("Ignore SSL authorization errors"),          4, 0);
    629629  pLayout->addWidget(_ignoreSslErrorsCheckBox,                               4, 1, 1,10);
    630   pLayout->addWidget(new QLabel(" "),                                        4, 0);
    631   pLayout->addWidget(new QLabel(" "),                                        5, 0);
    632   pLayout->addWidget(new QLabel(" "),                                        6, 0);
     630  pLayout->addWidget(new QLabel(""),                                         5, 1);
     631  pLayout->setRowStretch(6, 999);
     632
    633633  pgroup->setLayout(pLayout);
    634634
     
    650650  gLayout->addWidget(new QLabel("Raw output file (full path)"),  5, 0);
    651651  gLayout->addWidget(_rawOutFileLineEdit,                        5, 1, 1,30);
    652   gLayout->addWidget(new QLabel(" "),                            6, 0);
     652  gLayout->addWidget(new QLabel(""),                             6, 1);
     653  gLayout->setRowStretch(7, 999);
     654
    653655  ggroup->setLayout(gLayout);
    654656
     
    676678  oLayout->addWidget(new QLabel("Version 3"),                      6, 0);
    677679  oLayout->addWidget(_rnxV3CheckBox,                               6, 1);
    678   oLayout->addWidget(new QLabel(" "),                              7, 0);
     680  oLayout->addWidget(new QLabel(""),                               7, 1);
     681  oLayout->setRowStretch(8, 999);
     682
    679683  ogroup->setLayout(oLayout);
    680684
     
    686690  _outEphPortLineEdit->setMaximumWidth(9*ww);
    687691
    688   eLayout->addWidget(new QLabel("Saving RINEX ephemeris files and ephemeris output through IP port."),0,0,1,50);
     692  eLayout->addWidget(new QLabel("Saving RINEX ephemeris files and ephemeris output through IP port."),0,0,1,70);
    689693  eLayout->addWidget(new QLabel("Directory"),                     1, 0);
    690694  eLayout->addWidget(_ephPathLineEdit,                            1, 1, 1,30);
     
    695699  eLayout->addWidget(new QLabel("Version 3"),                     4, 0);
    696700  eLayout->addWidget(_ephV3CheckBox,                              4, 1);
    697   eLayout->addWidget(new QLabel(" "),                             5, 0);
    698   eLayout->addWidget(new QLabel(" "),                             6, 0);
     701  eLayout->addWidget(new QLabel(""),                              5, 1);
     702  eLayout->setRowStretch(6, 999);
     703
    699704  egroup->setLayout(eLayout);
    700705
     
    707712  _corrPortLineEdit->setMaximumWidth(9*ww);
    708713
    709   cLayout->addWidget(new QLabel("Saving Broadcast Ephemeris correction files and correction output through IP port."),0,0,1,50);
     714  cLayout->addWidget(new QLabel("Saving Broadcast Ephemeris correction files and correction output through IP port."),0,0,1,70);
    710715  cLayout->addWidget(new QLabel("Directory, ASCII"),              1, 0);
    711716  cLayout->addWidget(_corrPathLineEdit,                           1, 1, 1,20);
     
    714719  cLayout->addWidget(new QLabel("Port"),                          3, 0);
    715720  cLayout->addWidget(_corrPortLineEdit,                           3, 1);
    716   cLayout->addWidget(new QLabel(" "),                             4, 0);
    717   cLayout->addWidget(new QLabel(" "),                             5, 0);
    718   cLayout->addWidget(new QLabel(" "),                             6, 0);
     721  cLayout->addWidget(new QLabel(""),                              4, 1);
     722  cLayout->setRowStretch(7, 999);
    719723  cgroup->setLayout(cLayout);
    720724
     
    739743  sLayout->addWidget(new QLabel("Port (unsynchronized)"),         4, 0);
    740744  sLayout->addWidget(_outUPortLineEdit,                           4, 1);
    741   sLayout->addWidget(new QLabel(" "),                             5, 0);
    742   sLayout->addWidget(new QLabel(" "),                             6, 0);
     745  sLayout->addWidget(new QLabel(""),                              5, 1);
     746  sLayout->setRowStretch(6, 999);
     747
    743748  sgroup->setLayout(sLayout);
    744749
     
    776781  serLayout->addWidget(new QLabel("Height"),                      5,20, Qt::AlignRight);
    777782  serLayout->addWidget(_serialHeightNMEALineEdit,                 5,21, 1,11);
    778   serLayout->addWidget(new QLabel(" "),                           6, 0);
     783  serLayout->addWidget(new QLabel(""),                            6, 1);
     784  serLayout->setRowStretch(7, 999);
    779785
    780786  sergroup->setLayout(serLayout);
     
    797803  aLayout->addWidget(new QLabel("Script (full path)"),            4, 0);
    798804  aLayout->addWidget(_adviseScriptLineEdit,                       4, 1, 1,30);
    799   aLayout->addWidget(new QLabel("    "),                          5, 0);
    800   aLayout->addWidget(new QLabel("    "),                          6, 0);
     805  aLayout->addWidget(new QLabel(""),                              5, 1);
     806  aLayout->setRowStretch(6, 999);
     807
    801808  agroup->setLayout(aLayout);
    802809
     
    808815  _miscPortLineEdit->setMaximumWidth(9*ww);
    809816
    810   rLayout->addWidget(new QLabel("Log latencies or scan RTCM streams for message types and antenna information or output raw data through TCP/IP port."),0, 0,1,30);
     817  rLayout->addWidget(new QLabel("Log latencies or scan RTCM streams for message types and antenna information or output raw data through TCP/IP port."),0, 0,1,80);
    811818  rLayout->addWidget(new QLabel("Mountpoint"),                    1, 0);
    812819  rLayout->addWidget(_miscMountLineEdit,                          1, 1, 1,7);
     
    817824  rLayout->addWidget(new QLabel("Port"),                          4, 0);
    818825  rLayout->addWidget(_miscPortLineEdit,                           4, 1);
    819   rLayout->addWidget(new QLabel(" "),                             5, 0);
    820   rLayout->addWidget(new QLabel(" "),                             6, 0);
     826  rLayout->addWidget(new QLabel(""),                              5, 1);
     827  rLayout->setRowStretch(6, 999);
     828
    821829  rgroup->setLayout(rLayout);
    822830
     
    825833  QGridLayout* pppLayout1 = new QGridLayout();
    826834  int ir = 0;
    827   pppLayout1->addWidget(new QLabel("<b>Precise Point Positioning (Input and Output)</b>"), ir, 0, 1, 7, Qt::AlignLeft);
     835  pppLayout1->addWidget(new QLabel("Precise Point Positioning - Input and Output"), ir, 0, 1, 7, Qt::AlignLeft);
    828836  ++ir;     
    829837  pppLayout1->addWidget(new QLabel("Data source"),        ir, 0, Qt::AlignLeft);
     
    841849  pppLayout1->addWidget(_pppWidgets._corrFile,            ir, 4, 1, 2);
    842850  ++ir;
    843   pppLayout1->addWidget(new QLabel("<b>Input</b>"),       ir, 0, Qt::AlignLeft);
    844   pppLayout1->addWidget(new QLabel("<b>Output</b>"),      ir, 4, 1, 2, Qt::AlignLeft);
     851  pppLayout1->addWidget(new QLabel("Input:"),             ir, 0, Qt::AlignLeft);
     852  pppLayout1->addWidget(new QLabel("Output:"),            ir, 4, 1, 2, Qt::AlignLeft);
    845853  ++ir;
    846854  pppLayout1->addWidget(new QLabel("Coordinates"),        ir, 0, Qt::AlignLeft);
     
    863871
    864872  pppLayout1->addItem(new QSpacerItem(4*ww, 0),           ir, 8);
     873  ++ir;
     874  pppLayout1->addWidget(new QLabel(""),                   ir, 1);
     875  ++ir;
     876  pppLayout1->setRowStretch(ir, 999);
     877
    865878
    866879  pppGroup1->setLayout(pppLayout1);
    867880
    868881  QVBoxLayout* pppLayout2 = new QVBoxLayout();
    869   pppLayout2->addWidget(new QLabel("<b>Precise Point Positioning (Processed Stations)</b>"));
     882  pppLayout2->addWidget(new QLabel("Precise Point Positioning - Processed Stations"));
    870883  pppLayout2->addWidget(_pppWidgets._staTable, 99);
    871884  QHBoxLayout* pppLayout2sub = new QHBoxLayout();
     
    880893  QGridLayout* pppLayout3 = new QGridLayout();
    881894  ir = 0;
    882   pppLayout3->addWidget(new QLabel("<b>Precise Point Positioning (Options)</b>"), ir, 0, 1, 2, Qt::AlignLeft);
     895  pppLayout3->addWidget(new QLabel("Precise Point Positioning - Options"), ir, 0, 1, 2, Qt::AlignLeft);
    883896  ++ir;     
    884897  pppLayout3->addWidget(new QLabel("GPS LCs"),              ir, 0, Qt::AlignLeft);
     
    917930  pppLayout3->addWidget(new QLabel(""),                     ir, 8);
    918931  pppLayout3->setColumnStretch(8, 999);
     932  ++ir;
     933  pppLayout3->addWidget(new QLabel(""),                      ir, 1);
     934  pppLayout3->setRowStretch(ir, 999);
    919935
    920936  pppGroup3->setLayout(pppLayout3);
     
    922938  // ------------------------
    923939  QVBoxLayout* pppLayout4 = new QVBoxLayout;
    924   pppLayout4->addWidget(new QLabel("<b>Precise Point Positioning (Plots)</b>"));
     940  pppLayout4->addWidget(new QLabel("Precise Point Positioning - Plots"));
    925941  pppLayout4->addSpacing(ww);
    926942
     
    935951
    936952  QHBoxLayout* pppLayout4Hlp2 = new QHBoxLayout;
    937   pppLayout4Hlp2->addWidget(new QLabel("Track Plot         "));
     953  pppLayout4Hlp2->addWidget(new QLabel("Track Plot "));
    938954  connect(_pppWidgets._mapWinButton, SIGNAL(clicked()), SLOT(slotMapPPP()));
    939955  pppLayout4Hlp2->addWidget(_pppWidgets._mapWinButton);
     
    10231039
    10241040  ir = 0;
    1025   reqcLayout->addWidget(new QLabel("RINEX file editing, concatenation and quality check."),ir, 0, 1, 20);
     1041  reqcLayout->addWidget(new QLabel("RINEX file editing, concatenation and quality check."),ir, 0, 1, 50);
    10261042  ++ir;
    10271043  reqcLayout->addWidget(new QLabel("Action"),                   ir, 0, Qt::AlignLeft);
     
    10321048  reqcLayout->addWidget(new QLabel("Input files (full path)"),  ir, 0, Qt::AlignLeft);
    10331049  reqcLayout->addWidget(_reqcObsFileChooser,                    ir, 1, Qt::AlignRight);
    1034   reqcLayout->addWidget(new QLabel("Obs"),                      ir, 2, Qt::AlignLeft);
     1050  reqcLayout->addWidget(new QLabel("     Obs"),                 ir, 2, Qt::AlignLeft);
    10351051  reqcLayout->addWidget(_reqcNavFileChooser,                    ir, 3, Qt::AlignRight);
    1036   reqcLayout->addWidget(new QLabel("Nav"),                      ir, 4, Qt::AlignLeft);
     1052  reqcLayout->addWidget(new QLabel("     Nav"),                 ir, 4, Qt::AlignLeft);
    10371053  ++ir;
    10381054  reqcLayout->addWidget(new QLabel("Output files (full path)"),  ir, 0, Qt::AlignLeft);
    10391055  reqcLayout->addWidget(_reqcOutObsLineEdit,                     ir, 1, Qt::AlignRight);
    1040   reqcLayout->addWidget(new QLabel("Obs"),                       ir, 2, Qt::AlignLeft);
     1056  reqcLayout->addWidget(new QLabel("     Obs"),                  ir, 2, Qt::AlignLeft);
    10411057  reqcLayout->addWidget(_reqcOutNavLineEdit,                     ir, 3, Qt::AlignRight);
    1042   reqcLayout->addWidget(new QLabel("Nav"),                       ir, 4, Qt::AlignLeft);
     1058  reqcLayout->addWidget(new QLabel("     Nav"),                  ir, 4, Qt::AlignLeft);
    10431059  ++ir;
    10441060  reqcLayout->addWidget(new QLabel("Logfile"),                   ir, 0, Qt::AlignLeft);
    10451061  reqcLayout->addWidget(_reqcOutLogLineEdit,                     ir, 1, Qt::AlignRight);
    1046   reqcLayout->addWidget(new QLabel("summary only"),              ir, 3, Qt::AlignRight);
     1062  reqcLayout->addWidget(new QLabel("Summary only"),              ir, 3, Qt::AlignRight);
    10471063  reqcLayout->addWidget(_reqcLogSummaryOnly,                     ir, 4, Qt::AlignLeft);
    10481064  ++ir;
     
    10831099
    10841100  ir = 0;
    1085   sp3CompLayout->addWidget(new QLabel("Orbit and clock comparison."),  ir, 0, 1, 20);
     1101  sp3CompLayout->addWidget(new QLabel("Orbit and clock comparison."),  ir, 0, 1, 50);
    10861102  ++ir;
    10871103  sp3CompLayout->addWidget(new QLabel("Input SP3 files (full path)"),  ir, 0, Qt::AlignLeft);
     
    10941110  sp3CompLayout->addWidget(_sp3CompLogLineEdit,                        ir, 1, Qt::AlignRight);
    10951111  ++ir;
    1096   sp3CompLayout->addWidget(new QLabel(""), ir, 1);
     1112  sp3CompLayout->addWidget(new QLabel(""),                             ir, 1);
     1113  ++ir;
    10971114  sp3CompLayout->setRowStretch(ir, 999);
    10981115
Note: See TracChangeset for help on using the changeset viewer.