ui/EditRecipe.ui

changeset 93
4cfd0dd17fa5
parent 92
fb0bb9a2a7e1
child 94
380b1331ad2e
--- a/ui/EditRecipe.ui	Wed Mar 30 15:31:57 2022 +0200
+++ b/ui/EditRecipe.ui	Wed Mar 30 17:21:43 2022 +0200
@@ -391,6 +391,38 @@
          <double>0.500000000000000</double>
         </property>
        </widget>
+       <widget class="RangedSlider" name="est_ogShow">
+        <property name="geometry">
+         <rect>
+          <x>140</x>
+          <y>200</y>
+          <width>148</width>
+          <height>37</height>
+         </rect>
+        </property>
+        <property name="toolTip">
+         <string>The ranged slider</string>
+        </property>
+        <property name="whatsThis">
+         <string>Slider that shows if a value is in range.</string>
+        </property>
+       </widget>
+       <widget class="QLabel" name="est_ogLabel">
+        <property name="geometry">
+         <rect>
+          <x>0</x>
+          <y>200</y>
+          <width>131</width>
+          <height>20</height>
+         </rect>
+        </property>
+        <property name="text">
+         <string>Estimated OG:</string>
+        </property>
+        <property name="alignment">
+         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+        </property>
+       </widget>
       </widget>
       <widget class="QWidget" name="fermentables">
        <attribute name="icon">
@@ -485,6 +517,13 @@
    </item>
   </layout>
  </widget>
+ <customwidgets>
+  <customwidget>
+   <class>RangedSlider</class>
+   <extends>QWidget</extends>
+   <header>RangedSlider.h</header>
+  </customwidget>
+ </customwidgets>
  <tabstops>
   <tabstop>quitButton</tabstop>
   <tabstop>deleteButton</tabstop>

mercurial