Changeset 2202 in ntrip


Ignore:
Timestamp:
Jan 6, 2010, 11:31:43 AM (14 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r2199 r2202  
    674674  // ----------
    675675  QGridLayout* pppLayout = new QGridLayout;
     676  _pppRefCrdXLineEdit->setMaximumWidth(14*ww);
     677  _pppRefCrdYLineEdit->setMaximumWidth(14*ww);
     678  _pppRefCrdZLineEdit->setMaximumWidth(14*ww);
    676679  pppLayout->setColumnMinimumWidth(0,14*ww);
    677680  pppLayout->addWidget(new QLabel("Mountpoint"),             0, 0);
     
    679682  pppLayout->addWidget(new QLabel("Options"),                1, 0);
    680683  pppLayout->addWidget(_pppStaticCheckBox,                   1, 1);
    681   pppLayout->addWidget(new QLabel("Static                "), 1, 2, 1, 1, Qt::AlignLeft);
     684  pppLayout->addWidget(new QLabel("Static                "), 1, 2);
    682685  pppLayout->addWidget(_pppUsePhaseCheckBox,                 1, 3);
    683   pppLayout->addWidget(new QLabel("Use phase obs         "), 1, 4, 1, 1, Qt::AlignLeft);
     686  pppLayout->addWidget(new QLabel("Use phase obs         "), 1, 4);
    684687  pppLayout->addWidget(_pppEstTropoCheckBox,                 1, 5);
    685   pppLayout->addWidget(new QLabel("Estimate tropo        "), 1, 6, 1, 1, Qt::AlignLeft);
     688  pppLayout->addWidget(new QLabel("Estimate tropo        "), 1, 6);
    686689  pppLayout->addWidget(_pppGLONASSCheckBox,                  1, 7);
    687   pppLayout->addWidget(new QLabel("Use GLONASS"),            1, 8, 1, 2, Qt::AlignLeft);
     690  pppLayout->addWidget(new QLabel("Use GLONASS"),            1, 8);
    688691  pppLayout->addWidget(new QLabel("Ref. coordinates"),       2, 0);
    689692  pppLayout->addWidget(_pppRefCrdXLineEdit,                  2, 1, 1, 2);
    690   pppLayout->addWidget(new QLabel("X"),                      2, 3, 1, 1);
    691   pppLayout->addWidget(_pppRefCrdYLineEdit,                  2, 4, 1, 1);
    692   pppLayout->addWidget(new QLabel("Y"),                      2, 5, 1, 1);
    693   pppLayout->addWidget(_pppRefCrdZLineEdit,                  2, 6, 1, 1);
    694   pppLayout->addWidget(new QLabel("Z"),                      2, 7, 1, 1);
    695   pppLayout->addWidget(new QLabel("NMEA File (full path)"),  3, 0);
     693  pppLayout->addWidget(new QLabel("X"),                      2, 3);
     694  pppLayout->addWidget(_pppRefCrdYLineEdit,                  2, 4);
     695  pppLayout->addWidget(new QLabel("Y"),                      2, 5);
     696  pppLayout->addWidget(_pppRefCrdZLineEdit,                  2, 6);
     697  pppLayout->addWidget(new QLabel("Z"),                      2, 7);
     698  pppLayout->addWidget(new QLabel("NMEA File (full path)"),  3, 0); 
    696699  pppLayout->addWidget(_pppNMEALineEdit,                     3, 1, 1, 6);
    697   pppLayout->addWidget(new QLabel("Port"),                   3, 7, 1, 1);
     700  pppLayout->addWidget(new QLabel("Port"),                   3, 7);
    698701  pppLayout->addWidget(_pppNMEAPortLineEdit,                 3, 8, 1, 2);
    699702  pppLayout->addWidget(new QLabel("Coordinates from Precise Point Positioning (PPP)."),4, 0,1,15);
Note: See TracChangeset for help on using the changeset viewer.