gui: rx_zmqfreq set to 0 in gui for fast detectors that overload the network unnecessarily

This commit is contained in:
2020-10-01 11:45:45 +02:00
parent b650ad0376
commit c9372f3d0e
4 changed files with 8 additions and 5 deletions

View File

@ -75,6 +75,12 @@ void qTabPlot::SetupWidgetWindow() {
Select1DPlot(is1d);
Initialization();
Refresh();
// set default timer
spinTimeGap->setValue(DEFAULT_STREAMING_TIMER_IN_MS);
// set to streaming timer
stackedTimeInterval->setCurrentIndex(0);
comboFrequency->setCurrentIndex(0);
}
void qTabPlot::Initialization() {