Changeset 6711 in ntrip for trunk


Ignore:
Timestamp:
Mar 24, 2015, 12:05:07 PM (9 years ago)
Author:
weber
Message:

Documentation completed

File:
1 edited

Legend:

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

    r6709 r6711  
    625625  _proxyPortLineEdit->setMaximumWidth(9*ww);
    626626
    627   pLayout->addWidget(new QLabel("Settings for proxy in protected networks and for SSL authorization, leave boxes blank if none."),0, 0, 1, 50);
     627  pLayout->addWidget(new QLabel("Settings for proxy in protected networks and for SSL authorization, leave boxes blank if none.<br>"),0, 0, 1, 50);
    628628  pLayout->addWidget(new QLabel("Proxy host"),                               1, 0);
    629629  pLayout->addWidget(_proxyHostLineEdit,                                     1, 1, 1,10);
     
    646646  _onTheFlyComboBox->setMaximumWidth(9*ww);
    647647
    648   gLayout->addWidget(new QLabel("General settings for logfile, file handling, configuration on-the-fly, and auto-start."),0, 0, 1, 50);
     648  gLayout->addWidget(new QLabel("General settings for logfile, file handling, configuration on-the-fly, and auto-start.<br>"),0, 0, 1, 50);
    649649  gLayout->addWidget(new QLabel("Logfile (full path)"),          1, 0);
    650650  gLayout->addWidget(_logFileLineEdit,                           1, 1, 1,20);
     
    669669//_rnxSamplSpinBox->setMaximumWidth(9*ww);
    670670
    671   oLayout->addWidget(new QLabel("Saving RINEX observation files."),0, 0, 1,50);
     671  oLayout->addWidget(new QLabel("Saving RINEX observation files.<br>"),0, 0, 1,50);
    672672  oLayout->addWidget(new QLabel("Directory"),                      1, 0);
    673673  oLayout->addWidget(_rnxPathLineEdit,                             1, 1, 1, 15);
     
    697697  _outEphPortLineEdit->setMaximumWidth(9*ww);
    698698
    699   eLayout->addWidget(new QLabel("Saving RINEX navigation files and ephemeris output through IP port."),0,0,1,70);
     699  eLayout->addWidget(new QLabel("Saving RINEX navigation files and ephemeris output through IP port.<br>"),0,0,1,70);
    700700  eLayout->addWidget(new QLabel("Directory"),                     1, 0);
    701701  eLayout->addWidget(_ephPathLineEdit,                            1, 1, 1,30);
     
    718718  _corrPortLineEdit->setMaximumWidth(9*ww);
    719719
    720   cLayout->addWidget(new QLabel("Saving Broadcast Ephemeris correction files and correction output through IP port."),0,0,1,70);
     720  cLayout->addWidget(new QLabel("Saving Broadcast Ephemeris correction files and correction output through IP port.<br>"),0,0,1,70);
    721721  cLayout->addWidget(new QLabel("Directory, ASCII"),              1, 0);
    722722  cLayout->addWidget(_corrPathLineEdit,                           1, 1, 1,30);
     
    738738  _outUPortLineEdit->setMaximumWidth(9*ww);
    739739
    740   sLayout->addWidget(new QLabel("Output decoded observations in ASCII format to feed a real-time GNSS network engine."),0,0,1,50);
     740  sLayout->addWidget(new QLabel("Output decoded observations in ASCII format to feed a real-time GNSS network engine.<br>"),0,0,1,50);
    741741  sLayout->addWidget(new QLabel("Port"),                            1, 0);
    742742  sLayout->addWidget(_outPortLineEdit,                              1, 1);
     
    766766  _serialHeightNMEALineEdit->setMaximumWidth(8*ww);
    767767
    768   serLayout->addWidget(new QLabel("Port settings to feed a serial connected receiver."),0,0,1,30);
     768  serLayout->addWidget(new QLabel("Port settings to feed a serial connected receiver.<br>"),0,0,1,30);
    769769  serLayout->addWidget(new QLabel("Mountpoint"),                  1, 0, Qt::AlignLeft);
    770770  serLayout->addWidget(_serialMountPointLineEdit,                 1, 1, 1, 2);
     
    800800  _adviseRecoSpinBox->setMaximumWidth(9*ww);
    801801
    802   aLayout->addWidget(new QLabel("Failure and recovery reports, advisory notes."),0,0,1,50,Qt::AlignLeft);
     802  aLayout->addWidget(new QLabel("Failure and recovery reports, advisory notes.<br>"),0,0,1,50,Qt::AlignLeft);
    803803  aLayout->addWidget(new QLabel("Observation rate"),              1, 0);
    804804  aLayout->addWidget(_obsRateComboBox,                            1, 1);
     
    821821  _miscPortLineEdit->setMaximumWidth(9*ww);
    822822
    823   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,50);
     823  rLayout->addWidget(new QLabel("Log latencies or scan RTCM streams for message types and antenna information or output raw data through TCP/IP port.<br>"),0, 0,1,50);
    824824  rLayout->addWidget(new QLabel("Mountpoint"),                    1, 0);
    825825  rLayout->addWidget(_miscMountLineEdit,                          1, 1, 1, 7);
     
    881881  pppLayout1->addWidget(_pppWidgets._snxtroSampl,            ir, 6);
    882882  ++ir;
    883   pppLayout1->addWidget(new QLabel(""),                      ir, 7);
    884   ++ir;
    885883  pppLayout1->setRowStretch(ir, 999);
    886884
     
    889887
    890888  QVBoxLayout* pppLayout2 = new QVBoxLayout();
    891   pppLayout2->addWidget(new QLabel("Precise Point Positioning - Processed Stations."));
     889  pppLayout2->addWidget(new QLabel("Precise Point Positioning - Processed Stations.<br>"));
    892890  pppLayout2->addWidget(_pppWidgets._staTable, 99);
    893891  QHBoxLayout* pppLayout2sub = new QHBoxLayout();
     
    902900  QGridLayout* pppLayout3 = new QGridLayout();
    903901  ir = 0;
    904   pppLayout3->addWidget(new QLabel("Precise Point Positioning - Options."), ir, 0, 1, 2, Qt::AlignLeft);
     902  pppLayout3->addWidget(new QLabel("Precise Point Positioning - Options.<br>"), ir, 0, 1, 2, Qt::AlignLeft);
    905903  ++ir;     
    906904  pppLayout3->addWidget(new QLabel("GPS LCs"),              ir, 0, Qt::AlignLeft);
     
    951949  QGridLayout* pppLayout4 = new QGridLayout();
    952950  ir = 0;
    953   pppLayout4->addWidget(new QLabel("Precise Point Positioning - Plots."), ir, 0, 1, 50, Qt::AlignLeft);
     951  pppLayout4->addWidget(new QLabel("Precise Point Positioning - Plots.<br>"), ir, 0, 1, 50, Qt::AlignLeft);
    954952  ++ir;
    955953  pppLayout4->addWidget(new QLabel("PPP Plot"),                          ir, 0, Qt::AlignLeft);
     
    10251023
    10261024  ir = 0;
    1027   reqcLayout->addWidget(new QLabel("RINEX file editing, concatenation and quality check."),ir, 0, 1, 8);
     1025  reqcLayout->addWidget(new QLabel("RINEX file editing, concatenation and quality check.<br>"),ir, 0, 1, 8);
    10281026  ++ir;
    10291027  reqcLayout->addWidget(new QLabel("Action"),                    ir, 0);
     
    10941092
    10951093  ir = 0;
    1096   sp3CompLayout->addWidget(new QLabel("Orbit and clock comparison."),  ir, 0, 1, 40);
     1094  sp3CompLayout->addWidget(new QLabel("Orbit and clock comparison.<br>"),  ir, 0, 1, 40);
    10971095  ++ir;
    10981096  sp3CompLayout->addWidget(new QLabel("Input SP3 files (full path)"),  ir, 0, Qt::AlignLeft);
     
    11231121  populateCmbTable();
    11241122  cmbLayout->addWidget(_cmbTable,                                            0, 0, 8, 3);
    1125   cmbLayout->addWidget(new QLabel(" Combine Broadcast Correction streams."), 1, 6, 1, 10);
     1123  cmbLayout->addWidget(new QLabel(" Combine Broadcast Correction streams.<br>"), 1, 6, 1, 10);
    11261124  cmbLayout->addWidget(addCmbRowButton,                                      2, 6);
    11271125  cmbLayout->addWidget(delCmbRowButton,                                      2, 7);
     
    11661164  populateUploadTable();
    11671165
    1168   uploadLayout->addWidget(new QLabel("Upload RTCM Version 3 Broadcast Corrections to caster."));
     1166  uploadLayout->addWidget(new QLabel("Upload RTCM Version 3 Broadcast Corrections to caster.<br>"));
    11691167  uploadLayout->addWidget(_uploadTable);
    11701168  uploadLayout->addLayout(uploadHlpLayout);
     
    11811179  _uploadEphMountpointLineEdit->setMaximumWidth(12*ww);
    11821180
    1183   uploadLayoutEph->addWidget(new QLabel("Upload concatenated RTCMv3 Broadcast Ephemeris to caster."), 0, 0, 1, 50);
     1181  uploadLayoutEph->addWidget(new QLabel("Upload concatenated RTCMv3 Broadcast Ephemeris to caster.<br>"), 0, 0, 1, 50);
    11841182  uploadLayoutEph->addWidget(new QLabel("Host"),                  1, 0);
    11851183  uploadLayoutEph->addWidget(_uploadEphHostLineEdit,              1, 1, 1, 3);
Note: See TracChangeset for help on using the changeset viewer.