Changeset 2765 in ntrip


Ignore:
Timestamp:
Dec 4, 2010, 9:36:02 AM (13 years ago)
Author:
weber
Message:

Design of PPP section modified

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r2763 r2765  
    735735  pppLayout->addWidget(_pppMountLineEdit,                    0, 1);
    736736  pppLayout->addWidget(_pppSPPComboBox,                      0, 2);
    737   pppLayout->addWidget(new QLabel("            X "),         0, 3, Qt::AlignRight);
     737  pppLayout->addWidget(new QLabel("           X "),         0, 3, Qt::AlignRight);
    738738  pppLayout->addWidget(_pppRefCrdXLineEdit,                  0, 4);
    739   pppLayout->addWidget(new QLabel("            Y "),         0, 5, Qt::AlignRight);
     739  pppLayout->addWidget(new QLabel("           Y "),         0, 5, Qt::AlignRight);
    740740  pppLayout->addWidget(_pppRefCrdYLineEdit,                  0, 6);
    741   pppLayout->addWidget(new QLabel("            Z "),         0, 7, Qt::AlignRight);
     741  pppLayout->addWidget(new QLabel("           Z "),         0, 7, Qt::AlignRight);
    742742  pppLayout->addWidget(_pppRefCrdZLineEdit,                  0, 8);
    743743  pppLayout->addWidget(new QLabel("Options"),                1, 0, 1, 5);
     
    768768  pppLayout->addWidget(_pppSigTrpP,                          3, 7);
    769769  pppLayout->addWidget(new QLabel("Tropo White Noise"),      3, 8);
    770   pppLayout->addWidget(new QLabel("NMEA file (full path)"),  4, 0);
     770  pppLayout->addWidget(new QLabel("NMEA file (full path)  "),4, 0);
    771771  pppLayout->addWidget(_pppNMEALineEdit,                     4, 1, 1, 4);
    772772  pppLayout->addWidget(new QLabel("Port"),                   4, 5, Qt::AlignRight);
Note: See TracChangeset for help on using the changeset viewer.