Changeset 5704 in ntrip


Ignore:
Timestamp:
Jul 30, 2014, 11:25:09 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncwindow.cpp

    r5701 r5704  
    11521152  pppLayout2->addWidget(new QLabel("<b>Precise Point Positioning (Processed Stations)</b>"));
    11531153  pppLayout2->addWidget(_pppWidgets._staTable, 99);
     1154  QHBoxLayout* pppLayout2sub = new QHBoxLayout();
     1155  pppLayout2sub->addWidget(_pppWidgets._addStaButton);
     1156  pppLayout2sub->addWidget(_pppWidgets._delStaButton);
     1157  pppLayout2->addLayout(pppLayout2sub);
    11541158
    11551159  pppGroup2->setLayout(pppLayout2);
Note: See TracChangeset for help on using the changeset viewer.