Changeset 6883 in ntrip for trunk/BNC/src/bncwindow.cpp


Ignore:
Timestamp:
Jun 9, 2015, 10:15:31 AM (9 years ago)
Author:
stuerze
Message:

some gui chages regarding planned activities

File:
1 edited

Legend:

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

    r6829 r6883  
    852852  // PPP
    853853  // ---
    854   _pppWidgets._nmeaPort->setMaximumWidth(8*ww);
    855854  _pppWidgets._dataSource->setMaximumWidth(20*ww);
    856855  _pppWidgets._corrMount->setMaximumWidth(20*ww);
     
    862861  pppLayout1->addWidget(new QLabel("Data source"),           ir, 0);
    863862  pppLayout1->addWidget(_pppWidgets._dataSource,             ir, 1);
    864 //pppLayout1->addItem(new QSpacerItem(4*ww, 0),              ir, 2);
     863  pppLayout1->addItem(new QSpacerItem(4*ww, 0),              ir, 2);
    865864  pppLayout1->addWidget(new QLabel("   RINEX Obs file(s)"),  ir, 3);
    866865  pppLayout1->addWidget(_pppWidgets._rinexObs,               ir, 4);
     
    884883  pppLayout1->addWidget(new QLabel("   NMEA file"),          ir, 3);
    885884  pppLayout1->addWidget(_pppWidgets._nmeaFile,               ir, 4);
    886   pppLayout1->addWidget(new QLabel("   Port"),               ir, 5);
    887   pppLayout1->addWidget(_pppWidgets._nmeaPort,               ir, 6);
    888885  ++ir;
    889886  pppLayout1->addWidget(new QLabel("   SNX TRO file"),       ir, 3);
     
    915912  _pppWidgets._nmeaFile->setWhatsThis(tr("<p>Specify the path to daily NMEA files using e.g. the following syntax (example):</p><p> ./PPP_$(STATION)_$(DATE).nmea</p><p>BNC will produce one daily NMEA file per station, mainly to save NMEA GGA sentences from the PPP solution. Variable $(STATION) stands for the affected station and $(DATE) stands for the date.</p>"));
    916913
    917   _pppWidgets._nmeaPort->setWhatsThis(tr("<p>Text fehlt</p>"));
    918 
    919914  _pppWidgets._snxtroFile->setWhatsThis(tr("<p>Specify the path to daily SINEX Troposphere files using e.g. the following syntax (example):</p><p> ./PPP_$(STATION)_$(DATE).tro</p><p>BNC will produce one daily troposphere file per station to save troposphere parameters from the PPP solution in SINEX Troposphere format. Variable $(STATION) stands for the affected station and $(DATE) stands for the date.</p>"));
    920915
     
    942937
    943938  _pppWidgets._lcGalileo->setWhatsThis(tr("<p>Specify on which kind of ionosphere-free linear combination of Galileo observations you want to base ambiguity resolutions.</p><p><ul><li>Specifying 'P3' means that you request BNC to use the so-called P3 ionosphere-free linear combination of code observations.</li><li>'L3' means that you request BNC to use the so-called L3 ionosphere-free linear combination of phase observations.</li> <li>'P3&L3' means that you request BNC to use both, P3 and L3 ionosphere-free linear combination of code and phase observations.</li></ul></p><p>Specifying 'no' means that you don't want BNC to estimate ambiguities using linear combinations of Galileo observations.</p>"));
     939
     940  _pppWidgets._lcBDS->setWhatsThis(tr("<p>Specify on which kind of ionosphere-free linear combination of BDS observations you want to base ambiguity resolutions.</p><p><ul><li>Specifying 'P3' means that you request BNC to use the so-called P3 ionosphere-free linear combination of code observations.</li><li>'L3' means that you request BNC to use the so-called L3 ionosphere-free linear combination of phase observations.</li> <li>'P3&L3' means that you request BNC to use both, P3 and L3 ionosphere-free linear combination of code and phase observations.</li></ul></p><p>Specifying 'no' means that you don't want BNC to estimate ambiguities using linear combinations of BDS observations.</p>"));
    944941
    945942  QVBoxLayout* pppLayout2 = new QVBoxLayout();
     
    982979  pppLayout3->addWidget(_pppWidgets._eleWgtPhase,           ir, 7);
    983980  ++ir;
    984   pppLayout3->addWidget(new QLabel("Wait for corrections"), ir, 0, Qt::AlignLeft);
    985   pppLayout3->addWidget(_pppWidgets._corrWaitTime,          ir, 1);
     981  pppLayout3->addWidget(new QLabel("BDS LCs"),              ir, 0, Qt::AlignLeft);
     982  pppLayout3->addWidget(_pppWidgets._lcBDS,                 ir, 1);
    986983  pppLayout3->addWidget(new QLabel("Min # of Obs"),         ir, 3, Qt::AlignLeft);
    987984  pppLayout3->addWidget(_pppWidgets._minObs,                ir, 4);
     
    989986  pppLayout3->addWidget(_pppWidgets._minEle,                ir, 7);
    990987  ++ir;
    991   pppLayout3->addWidget(new QLabel("Seeding (sec)"),        ir, 0, Qt::AlignLeft);
    992   pppLayout3->addWidget(_pppWidgets._seedingTime,           ir, 1);
     988  pppLayout3->addWidget(new QLabel("Wait for corrections"), ir, 0, Qt::AlignLeft);
     989  pppLayout3->addWidget(_pppWidgets._corrWaitTime,          ir, 1);
     990  pppLayout3->addWidget(new QLabel("Seeding (sec)"),        ir, 3, Qt::AlignLeft);
     991  pppLayout3->addWidget(_pppWidgets._seedingTime,           ir, 4);
    993992  ++ir;
    994993  pppLayout3->addWidget(new QLabel(""),                     ir, 8);
Note: See TracChangeset for help on using the changeset viewer.