Added tooltips for water treatment.

Tue, 03 May 2022 22:48:09 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 03 May 2022 22:48:09 +0200
changeset 192
718f71f14b41
parent 191
7446ee2fb427
child 193
f5a1973236ef

Added tooltips for water treatment.

ui/EditProduct.ui file | annotate | diff | comparison | revisions
--- a/ui/EditProduct.ui	Tue May 03 21:37:12 2022 +0200
+++ b/ui/EditProduct.ui	Tue May 03 22:48:09 2022 +0200
@@ -95,7 +95,7 @@
        <enum>QTabWidget::Rounded</enum>
       </property>
       <property name="currentIndex">
-       <number>0</number>
+       <number>7</number>
       </property>
       <property name="elideMode">
        <enum>Qt::ElideNone</enum>
@@ -2940,7 +2940,7 @@
          </rect>
         </property>
         <property name="currentIndex">
-         <number>2</number>
+         <number>1</number>
         </property>
         <widget class="QWidget" name="yeastNot"/>
         <widget class="QWidget" name="yeastLiquid">
@@ -4192,6 +4192,9 @@
            <height>24</height>
           </rect>
          </property>
+         <property name="toolTip">
+          <string>The division between the main and dilution water. The total volume does not change.</string>
+         </property>
          <property name="alignment">
           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
          </property>
@@ -4673,6 +4676,9 @@
            <height>24</height>
           </rect>
          </property>
+         <property name="toolTip">
+          <string>The ideal amount of Magnesium is between 5 and 40.</string>
+         </property>
          <property name="alignment">
           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
          </property>
@@ -4698,6 +4704,9 @@
            <height>24</height>
           </rect>
          </property>
+         <property name="toolTip">
+          <string>0 to 50 for light beers, 50 to 150 for amber beers, 150 to 250 for dark beers.</string>
+         </property>
          <property name="alignment">
           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
          </property>
@@ -4723,6 +4732,10 @@
            <height>24</height>
           </rect>
          </property>
+         <property name="toolTip">
+          <string>The ideal Sulfate amount should be between 50 and 400.
+Together with Chloride it must be below 500.</string>
+         </property>
          <property name="alignment">
           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
          </property>
@@ -4748,6 +4761,9 @@
            <height>24</height>
           </rect>
          </property>
+         <property name="toolTip">
+          <string>The ideal amount of Calcium is between 40 and 150.</string>
+         </property>
          <property name="alignment">
           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
          </property>
@@ -4773,6 +4789,10 @@
            <height>24</height>
           </rect>
          </property>
+         <property name="toolTip">
+          <string>The ideal Chloride amount is between 50 and 150.
+Together with Sulfate it must be below 500.</string>
+         </property>
          <property name="alignment">
           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
          </property>
@@ -4823,6 +4843,9 @@
            <height>24</height>
           </rect>
          </property>
+         <property name="toolTip">
+          <string>The ideal amount of Natrium should be below 150.</string>
+         </property>
          <property name="alignment">
           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
          </property>
@@ -5091,7 +5114,8 @@
           </rect>
          </property>
          <property name="toolTip">
-          <string>Calcium Chloride</string>
+          <string>To change the water profile. This adds Calcium and Chloride.
+To improve sweet style beers.</string>
          </property>
          <property name="alignment">
           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
@@ -5122,7 +5146,8 @@
           </rect>
          </property>
          <property name="toolTip">
-          <string>Gypsym</string>
+          <string>Gypsum to change the water profile. This adds Calcium and Sulfate.
+To improve bitter beers.</string>
          </property>
          <property name="alignment">
           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
@@ -5153,7 +5178,7 @@
           </rect>
          </property>
          <property name="toolTip">
-          <string>Epsom</string>
+          <string>Epsom salt to change the water profile. Use with caution!</string>
          </property>
          <property name="alignment">
           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
@@ -5184,7 +5209,8 @@
           </rect>
          </property>
          <property name="toolTip">
-          <string>Table salt</string>
+          <string>Table salt to change the water profile. This adds Sodium and Chloride.
+Improves the sweetness of the beer. The beer will become salty at high doses.</string>
          </property>
          <property name="alignment">
           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
@@ -5378,6 +5404,9 @@
            <height>24</height>
           </rect>
          </property>
+         <property name="toolTip">
+          <string>Mash pH should be between 5.2 and 5.6. Use 5.2 for light and 5.5 for dark beers.</string>
+         </property>
          <property name="alignment">
           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
          </property>

mercurial