Changeset 6002 in ntrip


Ignore:
Timestamp:
Aug 18, 2014, 10:32:55 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5970 r6002  
    119119  _staTable->setRowCount(0);
    120120  _staTable->setHorizontalHeaderLabels(
    121      QString("Station,Sigma N,Sigma E,Sigma H,Noise N,Noise E,Noise H,Tropo Sigma,Tropo Noise").split(","));
     121     QString("Station,Sigma X,Sigma Y,Sigma Z,Noise X,Noise Y,Noise Z,Tropo Sigma,Tropo Noise").split(","));
    122122  _staTable->setSelectionMode(QAbstractItemView::ExtendedSelection);
    123123  _staTable->setSelectionBehavior(QAbstractItemView::SelectRows);
Note: See TracChangeset for help on using the changeset viewer.