Changeset 5893 in ntrip
- Timestamp:
- Aug 8, 2014, 5:23:21 PM (8 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r5887 r5893 880 880 // ------------------------ 881 881 QVBoxLayout* pppLayout4 = new QVBoxLayout; 882 pppLayout4->addWidget(new QLabel(" Precise Point Positioning, Panel 3."));882 pppLayout4->addWidget(new QLabel("<b>Precise Point Positioning (Plots)</b>")); 883 883 pppLayout4->addSpacing(ww); 884 884 -
trunk/BNC/src/bncwindow.h
r5863 r5893 132 132 QLineEdit* _proxyHostLineEdit; 133 133 QLineEdit* _proxyPortLineEdit; 134 QLineEdit* _mapWinDotSizeLineEdit;135 134 QLineEdit* _sslCaCertPathLineEdit; 136 135 QCheckBox* _ignoreSslErrorsCheckBox; … … 230 229 bool _runningPostProcessingReqc; 231 230 232 QPushButton* _mapWinButton;233 QRadioButton* _gmRadioButton;234 QCheckBox* _pppPlotCoordinates;235 QRadioButton* _osmRadioButton;236 QComboBox* _mapWinDotColorComboBox;237 QSlider* _mapSpeedSlider;238 231 bncMapWin* _mapWin; 239 232
Note:
See TracChangeset
for help on using the changeset viewer.