Changeset 5895 in ntrip for trunk/BNC/src/PPP/pppWidgets.cpp
- Timestamp:
- Aug 8, 2014, 5:33:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppWidgets.cpp
r5894 r5895 120 120 _mapSpeedSlider->setTickInterval(10); 121 121 122 _mapWinButton->setWhatsThis(tr("<p>You make like to track your rover position using Google Maps or Open Street Map as a background map. Track plots can be produced with BNC in 'Realtime-PPP', 'Realtime-SPP' and 'Post-Processing' mode.</p><p>The 'Open Map' button opens a windows showing a map according to specified options.</p><p>When in 'Post-Processing' mode you should not forget to specify a proxy under the 'Network' tab if that is operated in front of BNC.")); 123 _gmRadioButton->setWhatsThis(tr("<p>Specify Google Maps as the background for your rover positions.")); 124 _osmRadioButton->setWhatsThis(tr("<p>Specify Open Street Map as the background for your rover positions.")); 125 _mapWinDotSizeLineEdit->setWhatsThis(tr("<p>Specify the size of dots showing the rover positions.</p><p>A dot size of '3' may be appropriate. The maximum possible dot size is '10'. An empty option field or a size of '0' would mean that you don't want BNC to show the rover's track on the map.</p>")); 126 _mapWinDotColorComboBox->setWhatsThis(tr("<p>Specify the color of dots showing the rover track.</p>")); 127 _mapSpeedSlider->setWhatsThis(tr("<p>With BNC in PPP post-processing mode you can specify the speed of computations as appropriate for visualization. Note that you can adjust 'Speed' on-the-fly while BNC is already processing your observations.")); 128 122 129 readOptions(); 123 130 }
Note:
See TracChangeset
for help on using the changeset viewer.