Changeset 5950 in ntrip for trunk/BNC/src/PPP/pppWidgets.cpp


Ignore:
Timestamp:
Aug 16, 2014, 2:27:15 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppWidgets.cpp

    r5895 r5950  
    4444#include "qtfilechooser.h"
    4545#include "bncsettings.h"
     46#include "bnccore.h"
    4647
    4748using namespace std;
     
    119120  _mapSpeedSlider->setTickPosition(QSlider::TicksBelow);
    120121  _mapSpeedSlider->setTickInterval(10);
    121  
     122  connect(_mapSpeedSlider, SIGNAL(valueChanged(int)), BNC_CORE, SIGNAL(mapSpeedSliderChanged(int)));
     123
     124
    122125  _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."));
    123126  _gmRadioButton->setWhatsThis(tr("<p>Specify Google Maps as the background for your rover positions."));
Note: See TracChangeset for help on using the changeset viewer.