- Timestamp:
- Jun 17, 2013, 4:35:56 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/src/bncwindow.cpp ¶
r5259 r5261 2794 2794 enableStartStop(); 2795 2795 2796 _postProcessing = new t_postProcessing(this); 2796 _postProcessing = new t_postProcessing(this, _mapSpeedSlider->maximum()); 2797 2797 connect(_postProcessing, SIGNAL(finished()), this, SLOT(slotFinishedPostProcessingPPP())); 2798 2798 connect(_postProcessing, SIGNAL(progress(int)), this, SLOT(slotPostProgress(int))); 2799 connect(_mapSpeedSlider, SIGNAL(valueChanged(int)), _postProcessing, SLOT(slotSetSpeed(int))); 2799 2800 bncSettings settings; 2800 2801 if ( Qt::CheckState(settings.value("pppPlotCoordinates").toInt()) == Qt::Checked) { … … 2956 2957 enableWidget(false, _osmRadioButton); 2957 2958 enableWidget(false, _mapWinTraceCheckBox); 2958 enableWidget(false, _mapSpeedSlider);2959 2959 if (!_mapWin) { 2960 2960 _mapWin = new bncMapWin(this);
Note:
See TracChangeset
for help on using the changeset viewer.