mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
gui: rx_zmqfreq set to 0 in gui for fast detectors that overload the network unnecessarily
This commit is contained in:
@ -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>
|
||||
|
@ -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() {
|
||||
|
Reference in New Issue
Block a user