Changeset 3604 in ntrip


Ignore:
Timestamp:
Jan 22, 2012, 10:30:22 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r3603 r3604  
    956956  pppLayout->addWidget(new QLabel("PPP Plot"),         ir, 8);
    957957  ++ir;
    958   pppLayout->addWidget(new QLabel("<b>Post-Processing</b>"), ir, 0);
    959   pppLayout->addWidget(new QLabel("Input (RINEX)"),    ir, 1);
    960   pppLayout->addWidget(_postObsFileChooser,            ir, 2);
    961   pppLayout->addWidget(new QLabel("Obs"),              ir, 3);
    962   pppLayout->addWidget(_postNavFileChooser,            ir, 4);
    963   pppLayout->addWidget(new QLabel("Nav"),              ir, 5);
    964   ++ir;
    965   pppLayout->addWidget(_postCorrFileChooser,           ir, 2);
    966   ++ir;
    967   pppLayout->addWidget(new QLabel(" "),                ir, 0);
    968   pppLayout->setRowStretch(ir, 99);
     958  pppLayout->addWidget(new QLabel("<b>Post-Processing</b>"));
     959  QHBoxLayout* hlpLayout = new QHBoxLayout;
     960  {
     961    hlpLayout->addWidget(_postObsFileChooser);
     962    hlpLayout->addWidget(new QLabel("Obs"));
     963    hlpLayout->addWidget(_postNavFileChooser);
     964    hlpLayout->addWidget(new QLabel("Nav"));
     965    hlpLayout->addWidget(_postCorrFileChooser);
     966    hlpLayout->addWidget(new QLabel("Corr"));
     967  }
     968  pppLayout->addLayout(hlpLayout, ir, 1, 1, 7);
    969969
    970970  pppgroup->setLayout(pppLayout);
Note: See TracChangeset for help on using the changeset viewer.