Changeset 5702 in ntrip


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

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppwidgets.cpp

    r5701 r5702  
    8888  _corrWaitTime->setSpecialValueText("no");
    8989
     90  _staTable->setColumnCount(9);
     91  _staTable->setRowCount(10);
     92  _staTable->setHorizontalHeaderLabels(
     93     QString("Station,Sigma N,Sigma E,Sigma H,Noise N,Noise E,Noise H,Tropo Sigma,Tropo Noise").split(","));
     94
     95
    9096  readOptions();
    9197}
Note: See TracChangeset for help on using the changeset viewer.