Changeset 6700 in ntrip


Ignore:
Timestamp:
Mar 20, 2015, 9:44:31 AM (9 years ago)
Author:
weber
Message:

Documentation completed

File:
1 edited

Legend:

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

    r6699 r6700  
    843843  QGridLayout* pppLayout1 = new QGridLayout();
    844844  int ir = 0;
    845   pppLayout1->addWidget(new QLabel("Precise Point Positioning - Input and Output"), ir, 0, 1, 7, Qt::AlignLeft);
     845  pppLayout1->addWidget(new QLabel("Precise Point Positioning - Input and Output."), ir, 0, 1, 7, Qt::AlignLeft);
    846846  ++ir;     
    847847  pppLayout1->addWidget(new QLabel("Data source"),           ir, 0);
     
    869869  pppLayout1->addWidget(new QLabel("ANTEX file"),            ir, 0);
    870870  pppLayout1->addWidget(_pppWidgets._antexFile,              ir, 1);
     871  _pppWidgets._antexFile->setWhatsThis(tr("<p>Observations should be referred to the receiver's Antenna Phase Center (APC) and therefore be corrected for APC offsets and variations. Specify the full path to an IGS 'ANTEX file' which contains APC offsets and variations.</p><p>If you don't specify an 'ANTEX file' observations will not be corrected for APC offsets and variations.</p>"));
    871872
    872873  pppLayout1->addWidget(new QLabel("   NMEA file"),          ir, 3);
     
    888889
    889890  QVBoxLayout* pppLayout2 = new QVBoxLayout();
    890   pppLayout2->addWidget(new QLabel("Precise Point Positioning - Processed Stations"));
     891  pppLayout2->addWidget(new QLabel("Precise Point Positioning - Processed Stations."));
    891892  pppLayout2->addWidget(_pppWidgets._staTable, 99);
    892893  QHBoxLayout* pppLayout2sub = new QHBoxLayout();
     
    901902  QGridLayout* pppLayout3 = new QGridLayout();
    902903  ir = 0;
    903   pppLayout3->addWidget(new QLabel("Precise Point Positioning - Options"), ir, 0, 1, 2, Qt::AlignLeft);
     904  pppLayout3->addWidget(new QLabel("Precise Point Positioning - Options."), ir, 0, 1, 2, Qt::AlignLeft);
    904905  ++ir;     
    905906  pppLayout3->addWidget(new QLabel("GPS LCs"),              ir, 0, Qt::AlignLeft);
     
    950951  QGridLayout* pppLayout4 = new QGridLayout();
    951952  ir = 0;
    952   pppLayout4->addWidget(new QLabel("Precise Point Positioning - Plots"), ir, 0, 1, 50, Qt::AlignLeft);
     953  pppLayout4->addWidget(new QLabel("Precise Point Positioning - Plots."), ir, 0, 1, 50, Qt::AlignLeft);
    953954  ++ir;
    954955  pppLayout4->addWidget(new QLabel("PPP Plot"),                          ir, 0, Qt::AlignLeft);
Note: See TracChangeset for help on using the changeset viewer.