Changeset 1085 in ntrip


Ignore:
Timestamp:
Aug 31, 2008, 10:18:57 PM (16 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnswindow.cpp

    r1084 r1085  
    334334  layout_cas->addWidget(new QLabel("Mountpoint 1"),            1, 0, Qt::AlignLeft);
    335335  layout_cas->addWidget(_mountpoint_1_LineEdit,                1, 1);
    336   layout_cas->addWidget(new QLabel("System"),                  1, 2, Qt::AlignRight);
     336  layout_cas->addWidget(new QLabel("  System"),                1, 2, Qt::AlignRight);
    337337  layout_cas->addWidget(_refSys_1_ComboBox,                    1, 3);
    338   layout_cas->addWidget(new QLabel("Save (full path)"),        1, 4, Qt::AlignRight);
    339   layout_cas->addWidget(_outFile_1_LineEdit,                   1, 5, 1, 6);
     338  layout_cas->addWidget(new QLabel("  Save (full path)"),      1, 4, Qt::AlignRight);
     339  layout_cas->addWidget(_outFile_1_LineEdit,                   1, 5, 1, 8);
    340340
    341341  layout_cas->addWidget(new QLabel("Mountpoint 2"),            2, 0, Qt::AlignLeft);
    342342  layout_cas->addWidget(_mountpoint_2_LineEdit,                2, 1);
    343   layout_cas->addWidget(new QLabel("System"),                  2, 2, Qt::AlignRight);
     343  layout_cas->addWidget(new QLabel("  System"),                2, 2, Qt::AlignRight);
    344344  layout_cas->addWidget(_refSys_2_ComboBox,                    2, 3);
    345   layout_cas->addWidget(new QLabel("Save (full path)"),        2, 4, Qt::AlignRight);
    346   layout_cas->addWidget(_outFile_2_LineEdit,                   2, 5, 1, 6);
    347 
    348   layout_cas->addWidget(new QLabel("Broadcast ephemeris corrections, upload to caster, reference system, local storage."), 3, 0, 1, 7, Qt::AlignLeft);
     345  layout_cas->addWidget(new QLabel("  Save (full path)"),      2, 4, Qt::AlignRight);
     346  layout_cas->addWidget(_outFile_2_LineEdit,                   2, 5, 1, 8);
     347
     348  layout_cas->addWidget(new QLabel("Broadcast ephemeris corrections, upload to caster, reference system, local storage."), 3, 0, 1, 8, Qt::AlignLeft);
    349349
    350350  tab_cas->setLayout(layout_cas);
Note: See TracChangeset for help on using the changeset viewer.