ui/EditRecipe.ui

changeset 162
19156b8b339f
parent 151
b5b2483f3a3f
child 163
6cccd340ea8c
--- a/ui/EditRecipe.ui	Mon Apr 25 12:53:36 2022 +0200
+++ b/ui/EditRecipe.ui	Mon Apr 25 15:52:21 2022 +0200
@@ -4253,6 +4253,9 @@
          <property name="accelerated">
           <bool>true</bool>
          </property>
+         <property name="suffix">
+          <string> ml</string>
+         </property>
          <property name="decimals">
           <number>2</number>
          </property>
@@ -4485,8 +4488,14 @@
          <property name="alignment">
           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
          </property>
+         <property name="readOnly">
+          <bool>true</bool>
+         </property>
+         <property name="buttonSymbols">
+          <enum>QAbstractSpinBox::NoButtons</enum>
+         </property>
          <property name="accelerated">
-          <bool>true</bool>
+          <bool>false</bool>
          </property>
          <property name="suffix">
           <string>%</string>
@@ -4513,8 +4522,17 @@
          <property name="alignment">
           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
          </property>
+         <property name="readOnly">
+          <bool>true</bool>
+         </property>
+         <property name="buttonSymbols">
+          <enum>QAbstractSpinBox::NoButtons</enum>
+         </property>
          <property name="accelerated">
-          <bool>true</bool>
+          <bool>false</bool>
+         </property>
+         <property name="suffix">
+          <string> ml</string>
          </property>
          <property name="decimals">
           <number>2</number>

mercurial