- Reverted Initially enqueue GUI setter

This commit is contained in:
jens
2020-11-25 20:48:03 +01:00
parent 0bb510e7ad
commit 77213fefaa
4 changed files with 66 additions and 28 deletions
+45 -19
View File
@@ -1925,30 +1925,56 @@
</rect>
</property>
</widget>
<widget class="QwtSlider" name="Slider">
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>430</x>
<y>90</y>
<width>91</width>
<height>381</height>
<x>410</x>
<y>30</y>
<width>261</width>
<height>441</height>
</rect>
</property>
<property name="lowerBound">
<double>0.000000000000000</double>
</property>
<property name="upperBound">
<double>100.000000000000000</double>
</property>
<property name="scaleMaxMajor">
<number>7</number>
</property>
<property name="scaleMaxMinor">
<number>3</number>
</property>
<property name="scaleStepSize">
<double>0.000000000000000</double>
<property name="title">
<string>Heater</string>
</property>
<widget class="QCheckBox" name="checkbox_heater_activate">
<property name="geometry">
<rect>
<x>140</x>
<y>390</y>
<width>92</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Activate</string>
</property>
</widget>
<widget class="QwtSlider" name="Slider">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>91</width>
<height>381</height>
</rect>
</property>
<property name="lowerBound">
<double>0.000000000000000</double>
</property>
<property name="upperBound">
<double>100.000000000000000</double>
</property>
<property name="scaleMaxMajor">
<number>7</number>
</property>
<property name="scaleMaxMinor">
<number>3</number>
</property>
<property name="scaleStepSize">
<double>0.000000000000000</double>
</property>
</widget>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">