Changeset 1242 in ntrip


Ignore:
Timestamp:
Nov 28, 2008, 12:07:18 PM (15 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r1235 r1242  
    421421  cLayout->setColumnMinimumWidth(0,14*ww);
    422422  cLayout->addWidget(new QLabel("Directory"),                     0, 0);
    423   cLayout->addWidget(_corrPathLineEdit,                           0, 1);
     423  cLayout->addWidget(_corrPathLineEdit,                           0, 1,1,30);
    424424  cLayout->addWidget(new QLabel("Interval"),                      1, 0);
    425425  cLayout->addWidget(_corrIntrComboBox,                           1, 1);
    426426  cLayout->addWidget(new QLabel("Port"),                          2, 0);
    427427  cLayout->addWidget(_corrPortLineEdit,                           2, 1);
    428   cLayout->addWidget(new QLabel("Wait for full epoch"),           3, 0);
    429   cLayout->addWidget(_corrTimeSpinBox,                            3, 1);
    430   cLayout->addWidget(new QLabel("Saving Broadcast Ephemeris correction files and correction output through IP port."),4,0,1,2,Qt::AlignLeft);
     428  cLayout->addWidget(new QLabel("Wait for full epoch"),           2, 2, Qt::AlignRight);
     429  cLayout->addWidget(_corrTimeSpinBox,                            2, 3, Qt::AlignLeft);
     430  cLayout->addWidget(new QLabel("Saving Broadcast Ephemeris correction files and correction output through IP port."),3,0,1,30);
     431  cLayout->addWidget(new QLabel("    "),4,0);
    431432  cLayout->addWidget(new QLabel("    "),5,0);
    432433  cgroup->setLayout(cLayout);
Note: See TracChangeset for help on using the changeset viewer.