Changeset 2190 in ntrip


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r2189 r2190  
    684684  pppLayout->addWidget(new QLabel("Estimate tropo        "), 1, 6, 1, 1, Qt::AlignLeft);
    685685  pppLayout->addWidget(_pppGLONASSCheckBox,                  1, 7);
    686   pppLayout->addWidget(new QLabel("Use GLONASS           "), 1, 8, 1, 1, Qt::AlignLeft);
     686  pppLayout->addWidget(new QLabel("Use GLONASS           "), 1, 8, 1, 3, Qt::AlignLeft);
    687687  pppLayout->addWidget(new QLabel("Ref. coordinates"),       2, 0);
    688688  pppLayout->addWidget(_pppRefCrdXLineEdit,                  2, 1, 1, 2);
     
    692692  pppLayout->addWidget(_pppRefCrdZLineEdit,                  2, 6, 1, 1);
    693693  pppLayout->addWidget(new QLabel("Z"),                      2, 7, 1, 1);
    694   pppLayout->addWidget(new QLabel("NMEA file (full path)"),  3, 0);
    695   pppLayout->addWidget(_pppNMEALineEdit,                     3, 1, 1, 6);
    696   pppLayout->addWidget(new QLabel("  port"),                   3, 7, 1, 1);
    697   pppLayout->addWidget(_pppNMEAPortLineEdit,                 3, 8, 1, 2);
     694  pppLayout->addWidget(new QLabel("NMEA output"),            3, 0);
     695  pppLayout->addWidget(_pppNMEALineEdit,                     3, 1, 1, 5);
     696  pppLayout->addWidget(new QLabel("File (full path)"),       3, 6, 1, 1);
     697  pppLayout->addWidget(_pppNMEAPortLineEdit,                 3, 7, 1, 2);
     698  pppLayout->addWidget(new QLabel("Port"),                   3, 9, 1, 2);
    698699  pppLayout->addWidget(new QLabel("Coordinates from Precise Point Positioning (PPP)."),4, 0,1,15);
    699700  pppLayout->addWidget(new QLabel("    "),                   5, 0);
Note: See TracChangeset for help on using the changeset viewer.