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

@ -2191,7 +2191,7 @@ Displays minimum, maximum and sum of values for each plot.
<double>999999.000000000000000</double>
</property>
<property name="value">
<double>200.000000000000000</double>
<double>500.000000000000000</double>
</property>
</widget>
</item>

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() {