Changeset 3600 in ntrip


Ignore:
Timestamp:
Jan 22, 2012, 9:54:20 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r3599 r3600  
    911911  _pppNMEAPortLineEdit->setMaximumWidth(6*ww);
    912912  int ir = 0;
    913   pppLayout->addWidget(new QLabel("<b>Precise Point Positioning (Panel 1)</b>"), ir, 0);
     913  pppLayout->addWidget(new QLabel("<b>Precise Point Positioning (Panel 1)</b>"), ir, 0, 1, 8);
    914914  ++ir;
    915915  pppLayout->addWidget(new QLabel("Obs Mountpoint"),   ir, 0);
     
    950950  pppLayout->addWidget(new QLabel("PPP Plot"),         ir, 8);
    951951  ++ir;
     952  pppLayout->addWidget(new QLabel("<b>Post-Processing</b>"), ir, 0);
     953  ++ir;
    952954  pppLayout->addWidget(new QLabel(" "),                ir, 0);
    953955  pppLayout->setRowStretch(ir, 99);
     
    959961  QGridLayout* ppp2Layout = new QGridLayout;
    960962  ir = 0;
    961   ppp2Layout->addWidget(new QLabel("<b>Precise Point Positioning (Panel 2)</b>"), 0, 0);
     963  ppp2Layout->addWidget(new QLabel("<b>Precise Point Positioning (Panel 2)</b>"), ir, 0, 1, 8);
    962964  ++ir;
    963965  ppp2Layout->addWidget(new QLabel("Antennas"),             ir, 0);
Note: See TracChangeset for help on using the changeset viewer.