Changeset 6010 in ntrip for trunk/BNC/src
- Timestamp:
- Aug 18, 2014, 11:31:50 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppWidgets.cpp
r6002 r6010 119 119 _staTable->setRowCount(0); 120 120 _staTable->setHorizontalHeaderLabels( 121 QString("Station,Sigma X,Sigma Y,Sigma Z,Noise X,Noise Y,Noise Z,Tropo Sigma,Tropo Noise").split(","));121 QString("Station,Sigma N,Sigma E,Sigma H,Noise N,Noise E,Noise H,Tropo Sigma,Tropo Noise").split(",")); 122 122 _staTable->setSelectionMode(QAbstractItemView::ExtendedSelection); 123 123 _staTable->setSelectionBehavior(QAbstractItemView::SelectRows);
Note:
See TracChangeset
for help on using the changeset viewer.