Changeset 2801 in ntrip


Ignore:
Timestamp:
Dec 15, 2010, 2:48:04 PM (13 years ago)
Author:
weber
Message:

PPP Client tab layout changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r2794 r2801  
    7474  static const QStringList labels = QString("account, Streams:   resource loader / mountpoint, decoder, lat, long, nmea, ntrip, bytes").split(",");
    7575
    76   setMinimumSize(95*ww, 65*ww);
     76  setMinimumSize(85*ww, 65*ww);
    7777
    7878  setWindowTitle(tr("BKG Ntrip Client (BNC) Version " BNCVERSION));
     
    474474  _pppGLONASSCheckBox->setWhatsThis(tr("<p>By default BNC does not use GLONASS observations in PPP mode.</p><p>Tick 'Use GLONASS' for a combined processing of both, GPS and GLONASS observations in PPP mode.</p>"));
    475475  _pppGalileoCheckBox->setWhatsThis(tr("<p>By default BNC does not use Galileo observations in PPP mode.</p><p>Tick 'Use Galileo' for a combined processing of both, GPS and Galileo observations in PPP mode.</p>"));
    476   _pppPlotCoordinates->setWhatsThis(tr("<p>PPP time series of North (red), East (green) and Up (blue) coordinate components are shown in the 'PPP Plot' tab when this option is selected. Values will be either referred to an XYZ reference coordinate (if specified) or referred to the first estimated coordinate. The sliding PPP time series window will cover the period of the latest 5 minutes.</p><p>Note that a PPP time series makes only sense for a stationary operated receiver."));
     476  _pppPlotCoordinates->setWhatsThis(tr("<p>BNC will plot PPP results in the 'PPP Plot' tab as North (red), East (green) and Up (blue) displacements when this option is selected. Values will be either referred to an XYZ reference coordinate (if specified) or referred to the first estimated coordinate. The sliding PPP time series window will cover the period of the latest 5 minutes.</p><p>Note that a PPP time series makes only sense for a stationary operated receiver."));
    477477  _pppNMEALineEdit->setWhatsThis(tr("<p>Specify the full path to a file where PPP results are saved as NMEA messages.</p>"));
    478478  _pppNMEAPortLineEdit->setWhatsThis(tr("<p>Specify an IP port number to output PPP results as NMEA messages through an IP port.</p>"));
     
    733733  _pppRefCrdYLineEdit->setMaximumWidth(14*ww);
    734734  _pppRefCrdZLineEdit->setMaximumWidth(14*ww);
    735   _pppNMEAPortLineEdit->setMaximumWidth(14*ww);
    736735  _pppSPPComboBox->setMaximumWidth(8*ww);
     736  _pppNMEAPortLineEdit->setMaximumWidth(6*ww);
    737737//pppLayout->setColumnMinimumWidth(0,12*ww);
    738738  pppLayout->addWidget(new QLabel("Mountpoint"),             0, 0);
    739739  pppLayout->addWidget(_pppMountLineEdit,                    0, 1);
    740740  pppLayout->addWidget(_pppSPPComboBox,                      0, 2);
    741   pppLayout->addWidget(new QLabel("           X  "),         0, 3, Qt::AlignRight);
     741  pppLayout->addWidget(new QLabel("          X   "),         0, 3, Qt::AlignRight);
    742742  pppLayout->addWidget(_pppRefCrdXLineEdit,                  0, 4);
    743   pppLayout->addWidget(new QLabel("           Y  "),         0, 5, Qt::AlignRight);
     743  pppLayout->addWidget(new QLabel("          Y   "),         0, 5, Qt::AlignRight);
    744744  pppLayout->addWidget(_pppRefCrdYLineEdit,                  0, 6);
    745   pppLayout->addWidget(new QLabel("           Z  "),         0, 7, Qt::AlignRight);
     745  pppLayout->addWidget(new QLabel("          Z   "),         0, 7, Qt::AlignRight);
    746746  pppLayout->addWidget(_pppRefCrdZLineEdit,                  0, 8);
    747747  pppLayout->addWidget(new QLabel("Options"),                1, 0, 1, 5);
     
    754754  pppLayout->addWidget(_pppGalileoCheckBox,                  1, 7, Qt::AlignRight);
    755755  pppLayout->addWidget(new QLabel("Use Galileo"),            1, 8);
    756   pppLayout->addWidget(_pppPlotCoordinates,                  1, 9, Qt::AlignRight);
    757   pppLayout->addWidget(new QLabel("PPP Plot               "),1,10);
    758756  pppLayout->addWidget(new QLabel("Options cont'd"),         2, 0); 
    759757  pppLayout->addWidget(_pppSigCLineEdit,                     2, 1, Qt::AlignRight);
     
    761759  pppLayout->addWidget(_pppSigPLineEdit,                     2, 3);
    762760  pppLayout->addWidget(new QLabel("Sigma Phase"),            2, 4);
    763   pppLayout->addWidget(_pppQuickStartLineEdit,               2, 5);
    764   pppLayout->addWidget(new QLabel("Quick-Start (sec)") ,     2, 6); 
     761  pppLayout->addWidget(_pppQuickStartLineEdit,               2, 5, Qt::AlignRight);
     762  pppLayout->addWidget(new QLabel("Quick-Start (sec)   ") ,  2, 6); 
    765763  pppLayout->addWidget(_pppAverageLineEdit,                  2, 7);
    766764  pppLayout->addWidget(new QLabel("Averaging (min)") ,       2, 8); 
     
    769767  pppLayout->addWidget(new QLabel("XYZ Init"),               3, 2);
    770768  pppLayout->addWidget(_pppSigCrdP,                          3, 3);
    771   pppLayout->addWidget(new QLabel("XYZ White Noise"),        3, 4);
    772   pppLayout->addWidget(_pppSigTrp0,                          3, 5);
     769  pppLayout->addWidget(new QLabel("XYZ White Noise   "),     3, 4);
     770  pppLayout->addWidget(_pppSigTrp0,                          3, 5, Qt::AlignRight);
    773771  pppLayout->addWidget(new QLabel("Tropo Init"),             3, 6);
    774772  pppLayout->addWidget(_pppSigTrpP,                          3, 7);
    775773  pppLayout->addWidget(new QLabel("Tropo White Noise"),      3, 8);
    776   pppLayout->addWidget(new QLabel("NMEA file (full path)  "),4, 0);
    777   pppLayout->addWidget(_pppNMEALineEdit,                     4, 1, 1, 4);
    778   pppLayout->addWidget(new QLabel("Port"),                   4, 5, Qt::AlignRight);
    779   pppLayout->addWidget(_pppNMEAPortLineEdit,                 4, 6);
     774  pppLayout->addWidget(new QLabel("Output"),                 4, 0);
     775  pppLayout->addWidget(_pppNMEALineEdit,                     4, 1, 1, 3);
     776  pppLayout->addWidget(new QLabel("NMEA file"),              4, 4);
     777  pppLayout->addWidget(_pppNMEAPortLineEdit,                 4, 5);
     778  pppLayout->addWidget(new QLabel("NMEA port"),              4, 6);
     779  pppLayout->addWidget(_pppPlotCoordinates,                  4, 7, Qt::AlignRight);
     780  pppLayout->addWidget(new QLabel("PPP Plot"),               4, 8);
    780781
    781782  pppLayout->addWidget(new QLabel("Coordinates from Precise Point Positioning (PPP)."),5, 0,1,5);
Note: See TracChangeset for help on using the changeset viewer.