Changeset 6636 in ntrip


Ignore:
Timestamp:
Mar 9, 2015, 1:26:55 PM (9 years ago)
Author:
weber
Message:

Documentation completed.

File:
1 edited

Legend:

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

    r6633 r6636  
    827827  pppLayout1->addWidget(new QLabel("<b>Precise Point Positioning (Input and Output)</b>"), ir, 0, 1, 7, Qt::AlignLeft);
    828828  ++ir;     
    829   pppLayout1->addWidget(new QLabel("Data Source"),        ir, 0, Qt::AlignLeft);
     829  pppLayout1->addWidget(new QLabel("Data source"),        ir, 0, Qt::AlignLeft);
    830830  pppLayout1->addWidget(_pppWidgets._dataSource,          ir, 1);
    831831  pppLayout1->addItem(new QSpacerItem(4*ww, 0),           ir, 2);
     
    10681068  _sp3CompFileChooser = new qtFileChooser(0, qtFileChooser::Files);
    10691069  _sp3CompFileChooser->setFileName(settings.value("sp3CompFile").toString());
    1070   _sp3CompFileChooser->setWhatsThis(tr("Specify the full path to orbits in SP3 format"));
     1070  _sp3CompFileChooser->setWhatsThis(tr("Specify the full path to two files with orbits and clocks in SP3 format, separate them by comma."));
    10711071  _sp3CompFileChooser->setMinimumWidth(15*ww);
    1072   _sp3CompFileChooser->setMaximumWidth(15*ww);
     1072  _sp3CompFileChooser->setMaximumWidth(50*ww);
    10731073
    10741074  _sp3CompExclude = new QLineEdit(settings.value("sp3CompExclude").toString());
    10751075  _sp3CompExclude->setMinimumWidth(15*ww);
    10761076  _sp3CompExclude->setMaximumWidth(15*ww);
     1077  _sp3CompExclude->setWhatsThis(tr("<p>Specify satellites to exclude them from orbit and clock comparision. Example:<p>G04,G31,R</p><p>This excludes GPS satellites RPN 4 and 31 as well as all GLONASS satellites from the comparision.</p><p>Default is an empty option field, meaning that no satellite is excluded from the comparison.</p>"));
    10771078
    10781079  _sp3CompLogLineEdit = new QLineEdit(settings.value("sp3CompOutLogFile").toString());
     
    10821083
    10831084  ir = 0;
    1084   sp3CompLayout->addWidget(new QLabel("Orbit and clock comparison"),   ir, 0, 1, 20);
     1085  sp3CompLayout->addWidget(new QLabel("Orbit and clock comparison."),  ir, 0, 1, 20);
    10851086  ++ir;
    10861087  sp3CompLayout->addWidget(new QLabel("Input SP3 files (full path)"),  ir, 0, Qt::AlignLeft);
    1087   sp3CompLayout->addWidget(_sp3CompFileChooser,                        ir, 1, Qt::AlignRight);
     1088  sp3CompLayout->addWidget(_sp3CompFileChooser,                        ir, 1, 1, 20);
    10881089  ++ir;
    10891090  sp3CompLayout->addWidget(new QLabel("Exclude satellites"),           ir, 0, Qt::AlignLeft);
Note: See TracChangeset for help on using the changeset viewer.