Changeset 5702 in ntrip for trunk/BNC/src/PPP/pppwidgets.cpp
- Timestamp:
- Jul 30, 2014, 11:06:22 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppwidgets.cpp
r5701 r5702 88 88 _corrWaitTime->setSpecialValueText("no"); 89 89 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 90 96 readOptions(); 91 97 }
Note:
See TracChangeset
for help on using the changeset viewer.