Changeset 1455 in ntrip


Ignore:
Timestamp:
Jan 8, 2009, 1:24:08 PM (15 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r1454 r1455  
    418418  QGridLayout* sLayout = new QGridLayout;
    419419  sLayout->setColumnMinimumWidth(0,14*ww);
    420   sLayout->addWidget(new QLabel("Port (unsynchronized)"),         0, 0);
    421   sLayout->addWidget(_outUPortLineEdit,                           0, 1);
    422   sLayout->addWidget(new QLabel("Port (synchronized)"),           1, 0);
    423   sLayout->addWidget(_outPortLineEdit,                            1, 1);
    424   sLayout->addWidget(new QLabel("Wait for full epoch"),           1, 2, Qt::AlignRight);
    425   sLayout->addWidget(_waitTimeSpinBox,                            1, 3, Qt::AlignLeft);
     420  sLayout->addWidget(new QLabel("Port"),                          0, 0);
     421  sLayout->addWidget(_outPortLineEdit,                            0, 1);
     422  sLayout->addWidget(new QLabel("Wait for full epoch"),           0, 2, Qt::AlignRight);
     423  sLayout->addWidget(_waitTimeSpinBox,                            0, 3, Qt::AlignLeft);
     424  sLayout->addWidget(new QLabel("Sampling"),                      1, 0);
     425  sLayout->addWidget(_binSamplSpinBox,                            1, 1, Qt::AlignLeft);
    426426  sLayout->addWidget(new QLabel("File (full path)"),              2, 0);
    427427  sLayout->addWidget(_outFileLineEdit,                            2, 1, 1, 30);
    428   sLayout->addWidget(new QLabel("Sampling"),                      3, 0);
    429   sLayout->addWidget(_binSamplSpinBox,                            3, 1, Qt::AlignLeft);
     428  sLayout->addWidget(new QLabel("Port (unsynchronized)"),         3, 0);
     429  sLayout->addWidget(_outUPortLineEdit,                           3, 1);
    430430  sLayout->addWidget(new QLabel("Output decoded observations in a binary format to feed a real-time GNSS engine."),4,0,1,30);
    431431  sLayout->addWidget(new QLabel("    "),5,0);
Note: See TracChangeset for help on using the changeset viewer.