Changeset 6002 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Aug 18, 2014, 10:32:55 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppWidgets.cpp
r5970 r6002 119 119 _staTable->setRowCount(0); 120 120 _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(",")); 122 122 _staTable->setSelectionMode(QAbstractItemView::ExtendedSelection); 123 123 _staTable->setSelectionBehavior(QAbstractItemView::SelectRows);
Note:
See TracChangeset
for help on using the changeset viewer.