Changeset 5950 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Aug 16, 2014, 2:27:15 PM (10 years ago)
- Location:
- trunk/BNC/src/PPP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppRun.cpp
r5949 r5950 105 105 connect(this, SIGNAL(progressRnxPPP(int)), BNC_CORE, SIGNAL(progressRnxPPP(int))); 106 106 connect(this, SIGNAL(finishedRnxPPP()), BNC_CORE, SIGNAL(finishedRnxPPP())); 107 connect(BNC_CORE, SIGNAL(mapSpeedSliderChanged(int)), 108 this, SLOT(slotSetSpeed(int))); 107 109 } 108 110 } … … 419 421 emit progressRnxPPP(nEpo); 420 422 } 423 424 QCoreApplication::processEvents(); 421 425 } 422 426 -
trunk/BNC/src/PPP/pppWidgets.cpp
r5895 r5950 44 44 #include "qtfilechooser.h" 45 45 #include "bncsettings.h" 46 #include "bnccore.h" 46 47 47 48 using namespace std; … … 119 120 _mapSpeedSlider->setTickPosition(QSlider::TicksBelow); 120 121 _mapSpeedSlider->setTickInterval(10); 121 122 connect(_mapSpeedSlider, SIGNAL(valueChanged(int)), BNC_CORE, SIGNAL(mapSpeedSliderChanged(int))); 123 124 122 125 _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 126 _gmRadioButton->setWhatsThis(tr("<p>Specify Google Maps as the background for your rover positions."));
Note:
See TracChangeset
for help on using the changeset viewer.