mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-14 05:47:14 +02:00
gui: rx_zmqfreq set to 0 in gui for fast detectors that overload the network unnecessarily
This commit is contained in:
@ -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