ui/EditProduct.ui

Fri, 20 May 2022 20:43:33 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 20 May 2022 20:43:33 +0200
changeset 225
448e4187cada
parent 224
d369948a3eb5
child 226
23fe317dcf3c
permissions
-rw-r--r--

Implemented the tasting tab. On the generic tab, show the ingredients check or the read only prompt on the same place depending on the product stage. Fixed the yeasts ingredients in stock check. Reordered the tab order of all edit fields. It looks like this module is ready and needs testing.

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>EditProduct</class>
 <widget class="QDialog" name="EditProduct">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>1152</width>
    <height>560</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Dialog</string>
  </property>
  <layout class="QGridLayout" name="gridLayout">
   <item row="0" column="0">
    <widget class="QWidget" name="overviewBox" native="true">
     <widget class="QPushButton" name="quitButton">
      <property name="geometry">
       <rect>
        <x>90</x>
        <y>510</y>
        <width>80</width>
        <height>23</height>
       </rect>
      </property>
      <property name="sizePolicy">
       <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
        <horstretch>0</horstretch>
        <verstretch>0</verstretch>
       </sizepolicy>
      </property>
      <property name="text">
       <string>Quit</string>
      </property>
      <property name="icon">
       <iconset>
        <normaloff>:icons/silk/door_out.png</normaloff>:icons/silk/door_out.png</iconset>
      </property>
     </widget>
     <widget class="QPushButton" name="saveButton">
      <property name="enabled">
       <bool>true</bool>
      </property>
      <property name="geometry">
       <rect>
        <x>940</x>
        <y>510</y>
        <width>80</width>
        <height>23</height>
       </rect>
      </property>
      <property name="text">
       <string>Save</string>
      </property>
      <property name="icon">
       <iconset>
        <normaloff>:icons/silk/disk.png</normaloff>:icons/silk/disk.png</iconset>
      </property>
     </widget>
     <widget class="QPushButton" name="deleteButton">
      <property name="enabled">
       <bool>true</bool>
      </property>
      <property name="geometry">
       <rect>
        <x>520</x>
        <y>510</y>
        <width>80</width>
        <height>23</height>
       </rect>
      </property>
      <property name="text">
       <string>Delete</string>
      </property>
      <property name="icon">
       <iconset>
        <normaloff>:icons/silk/delete.png</normaloff>:icons/silk/delete.png</iconset>
      </property>
     </widget>
     <widget class="QTabWidget" name="tabWidget">
      <property name="geometry">
       <rect>
        <x>0</x>
        <y>0</y>
        <width>1128</width>
        <height>501</height>
       </rect>
      </property>
      <property name="tabPosition">
       <enum>QTabWidget::North</enum>
      </property>
      <property name="tabShape">
       <enum>QTabWidget::Rounded</enum>
      </property>
      <property name="currentIndex">
       <number>0</number>
      </property>
      <property name="elideMode">
       <enum>Qt::ElideNone</enum>
      </property>
      <property name="usesScrollButtons">
       <bool>true</bool>
      </property>
      <property name="documentMode">
       <bool>false</bool>
      </property>
      <property name="tabBarAutoHide">
       <bool>false</bool>
      </property>
      <widget class="QWidget" name="generic">
       <attribute name="icon">
        <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
         <normaloff>:/icons/bms/beerstyles.png</normaloff>:/icons/bms/beerstyles.png</iconset>
       </attribute>
       <attribute name="title">
        <string>Generic</string>
       </attribute>
       <widget class="QLabel" name="nameLabel">
        <property name="geometry">
         <rect>
          <x>370</x>
          <y>10</y>
          <width>131</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Brew name:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QLabel" name="notesLabel">
        <property name="geometry">
         <rect>
          <x>0</x>
          <y>70</y>
          <width>131</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Brew notes:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QLineEdit" name="nameEdit">
        <property name="geometry">
         <rect>
          <x>510</x>
          <y>10</y>
          <width>551</width>
          <height>23</height>
         </rect>
        </property>
        <property name="maxLength">
         <number>64</number>
        </property>
       </widget>
       <widget class="QPlainTextEdit" name="notesEdit">
        <property name="geometry">
         <rect>
          <x>140</x>
          <y>70</y>
          <width>921</width>
          <height>71</height>
         </rect>
        </property>
       </widget>
       <widget class="QLabel" name="lockedLabel">
        <property name="geometry">
         <rect>
          <x>740</x>
          <y>180</y>
          <width>131</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Read only:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QCheckBox" name="lockedEdit">
        <property name="geometry">
         <rect>
          <x>880</x>
          <y>180</y>
          <width>61</width>
          <height>21</height>
         </rect>
        </property>
        <property name="text">
         <string>Yes</string>
        </property>
       </widget>
       <widget class="QLabel" name="typeLabel">
        <property name="geometry">
         <rect>
          <x>740</x>
          <y>40</y>
          <width>131</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Brew type:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QComboBox" name="typeEdit">
        <property name="geometry">
         <rect>
          <x>880</x>
          <y>40</y>
          <width>181</width>
          <height>23</height>
         </rect>
        </property>
       </widget>
       <widget class="QLabel" name="efficiencyLabel">
        <property name="geometry">
         <rect>
          <x>360</x>
          <y>180</y>
          <width>141</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Efficiency:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QLabel" name="boil_timeLabel">
        <property name="geometry">
         <rect>
          <x>370</x>
          <y>150</y>
          <width>131</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Boil time:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QLabel" name="batch_sizeLabel">
        <property name="geometry">
         <rect>
          <x>0</x>
          <y>150</y>
          <width>131</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Batch size:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QLabel" name="boil_sizeLabel">
        <property name="geometry">
         <rect>
          <x>720</x>
          <y>150</y>
          <width>151</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Boil size:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QDoubleSpinBox" name="efficiencyEdit">
        <property name="geometry">
         <rect>
          <x>510</x>
          <y>180</y>
          <width>101</width>
          <height>24</height>
         </rect>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
        <property name="accelerated">
         <bool>true</bool>
        </property>
        <property name="suffix">
         <string> %</string>
        </property>
        <property name="decimals">
         <number>1</number>
        </property>
        <property name="singleStep">
         <double>0.500000000000000</double>
        </property>
       </widget>
       <widget class="QSpinBox" name="boil_timeEdit">
        <property name="geometry">
         <rect>
          <x>510</x>
          <y>150</y>
          <width>101</width>
          <height>24</height>
         </rect>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
        <property name="accelerated">
         <bool>true</bool>
        </property>
        <property name="suffix">
         <string> min</string>
        </property>
        <property name="maximum">
         <number>1536</number>
        </property>
        <property name="singleStep">
         <number>5</number>
        </property>
       </widget>
       <widget class="QDoubleSpinBox" name="batch_sizeEdit">
        <property name="geometry">
         <rect>
          <x>140</x>
          <y>150</y>
          <width>101</width>
          <height>24</height>
         </rect>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
        <property name="accelerated">
         <bool>true</bool>
        </property>
        <property name="suffix">
         <string> L</string>
        </property>
        <property name="decimals">
         <number>1</number>
        </property>
        <property name="maximum">
         <double>100000.000000000000000</double>
        </property>
        <property name="singleStep">
         <double>0.500000000000000</double>
        </property>
       </widget>
       <widget class="QDoubleSpinBox" name="boil_sizeEdit">
        <property name="geometry">
         <rect>
          <x>880</x>
          <y>150</y>
          <width>87</width>
          <height>24</height>
         </rect>
        </property>
        <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>false</bool>
        </property>
        <property name="suffix">
         <string> L</string>
        </property>
        <property name="decimals">
         <number>1</number>
        </property>
        <property name="maximum">
         <double>100000.000000000000000</double>
        </property>
        <property name="singleStep">
         <double>0.500000000000000</double>
        </property>
       </widget>
       <widget class="QGroupBox" name="estBox">
        <property name="geometry">
         <rect>
          <x>10</x>
          <y>340</y>
          <width>1101</width>
          <height>121</height>
         </rect>
        </property>
        <property name="title">
         <string>Overview</string>
        </property>
        <widget class="QDoubleSpinBox" name="est_ogEdit">
         <property name="geometry">
          <rect>
           <x>130</x>
           <y>20</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="buttonSymbols">
          <enum>QAbstractSpinBox::UpDownArrows</enum>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="decimals">
          <number>3</number>
         </property>
         <property name="minimum">
          <double>0.980000000000000</double>
         </property>
         <property name="maximum">
          <double>2.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.001000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="est_abvEdit">
         <property name="geometry">
          <rect>
           <x>870</x>
           <y>20</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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>false</bool>
         </property>
         <property name="suffix">
          <string> %</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="minimum">
          <double>0.000000000000000</double>
         </property>
         <property name="maximum">
          <double>80.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.100000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="est_fgEdit">
         <property name="geometry">
          <rect>
           <x>500</x>
           <y>20</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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>false</bool>
         </property>
         <property name="decimals">
          <number>3</number>
         </property>
         <property name="minimum">
          <double>0.980000000000000</double>
         </property>
         <property name="maximum">
          <double>2.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.001000000000000</double>
         </property>
        </widget>
        <widget class="QLabel" name="est_abvLabel">
         <property name="geometry">
          <rect>
           <x>730</x>
           <y>20</y>
           <width>131</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Alcohol Volume:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="est_fgLabel">
         <property name="geometry">
          <rect>
           <x>360</x>
           <y>20</y>
           <width>131</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Estimated FG:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="RangedSlider" name="est_fgShow">
         <property name="geometry">
          <rect>
           <x>580</x>
           <y>20</y>
           <width>148</width>
           <height>24</height>
          </rect>
         </property>
        </widget>
        <widget class="RangedSlider" name="est_ogShow">
         <property name="geometry">
          <rect>
           <x>210</x>
           <y>20</y>
           <width>148</width>
           <height>24</height>
          </rect>
         </property>
        </widget>
        <widget class="QLabel" name="est_ogLabel">
         <property name="geometry">
          <rect>
           <x>5</x>
           <y>20</y>
           <width>116</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 class="RangedSlider" name="est_abvShow">
         <property name="geometry">
          <rect>
           <x>950</x>
           <y>20</y>
           <width>148</width>
           <height>24</height>
          </rect>
         </property>
        </widget>
        <widget class="QComboBox" name="color_methodEdit">
         <property name="geometry">
          <rect>
           <x>500</x>
           <y>50</y>
           <width>141</width>
           <height>23</height>
          </rect>
         </property>
        </widget>
        <widget class="RangedSlider" name="est_colorShow">
         <property name="geometry">
          <rect>
           <x>210</x>
           <y>50</y>
           <width>148</width>
           <height>24</height>
          </rect>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="est_carbEdit">
         <property name="geometry">
          <rect>
           <x>870</x>
           <y>50</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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>false</bool>
         </property>
         <property name="suffix">
          <string> %</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="minimum">
          <double>0.000000000000000</double>
         </property>
         <property name="maximum">
          <double>80.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.100000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="est_colorEdit">
         <property name="geometry">
          <rect>
           <x>130</x>
           <y>50</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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>false</bool>
         </property>
         <property name="decimals">
          <number>0</number>
         </property>
         <property name="minimum">
          <double>0.000000000000000</double>
         </property>
         <property name="maximum">
          <double>400.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>1.000000000000000</double>
         </property>
        </widget>
        <widget class="QLabel" name="color_methodLabel">
         <property name="geometry">
          <rect>
           <x>360</x>
           <y>50</y>
           <width>131</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Color method:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="est_carbLabel">
         <property name="geometry">
          <rect>
           <x>730</x>
           <y>50</y>
           <width>131</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Carbonation:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="RangedSlider" name="est_carbShow">
         <property name="geometry">
          <rect>
           <x>950</x>
           <y>50</y>
           <width>148</width>
           <height>24</height>
          </rect>
         </property>
        </widget>
        <widget class="QLabel" name="est_colorLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>50</y>
           <width>111</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Color EBC:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="RangedSlider" name="est_ibuShow">
         <property name="geometry">
          <rect>
           <x>210</x>
           <y>80</y>
           <width>148</width>
           <height>24</height>
          </rect>
         </property>
        </widget>
        <widget class="QComboBox" name="ibu_methodEdit">
         <property name="geometry">
          <rect>
           <x>500</x>
           <y>80</y>
           <width>141</width>
           <height>23</height>
          </rect>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="est_ibuEdit">
         <property name="geometry">
          <rect>
           <x>130</x>
           <y>80</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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>false</bool>
         </property>
         <property name="decimals">
          <number>0</number>
         </property>
         <property name="minimum">
          <double>0.000000000000000</double>
         </property>
         <property name="maximum">
          <double>400.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>1.000000000000000</double>
         </property>
        </widget>
        <widget class="QLabel" name="ibu_methodLabel">
         <property name="geometry">
          <rect>
           <x>360</x>
           <y>80</y>
           <width>131</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>IBU method:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="calLabel">
         <property name="geometry">
          <rect>
           <x>730</x>
           <y>80</y>
           <width>131</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Energy kcal/l:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="est_ibuLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>80</y>
           <width>111</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Bitterness IBU:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="calEdit">
         <property name="geometry">
          <rect>
           <x>870</x>
           <y>80</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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>false</bool>
         </property>
         <property name="decimals">
          <number>0</number>
         </property>
         <property name="minimum">
          <double>0.000000000000000</double>
         </property>
         <property name="maximum">
          <double>8000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.100000000000000</double>
         </property>
        </widget>
       </widget>
       <widget class="QGroupBox" name="styleBox">
        <property name="geometry">
         <rect>
          <x>10</x>
          <y>210</y>
          <width>1101</width>
          <height>121</height>
         </rect>
        </property>
        <property name="title">
         <string>Beerstyle</string>
        </property>
        <widget class="QComboBox" name="beerstyleEdit">
         <property name="geometry">
          <rect>
           <x>130</x>
           <y>20</y>
           <width>211</width>
           <height>23</height>
          </rect>
         </property>
        </widget>
        <widget class="QLineEdit" name="st_groupEdit">
         <property name="geometry">
          <rect>
           <x>870</x>
           <y>50</y>
           <width>101</width>
           <height>23</height>
          </rect>
         </property>
         <property name="dragEnabled">
          <bool>true</bool>
         </property>
         <property name="readOnly">
          <bool>true</bool>
         </property>
        </widget>
        <widget class="QLineEdit" name="st_guideEdit">
         <property name="geometry">
          <rect>
           <x>130</x>
           <y>50</y>
           <width>211</width>
           <height>23</height>
          </rect>
         </property>
         <property name="dragEnabled">
          <bool>true</bool>
         </property>
         <property name="readOnly">
          <bool>true</bool>
         </property>
        </widget>
        <widget class="QLabel" name="st_guideLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>50</y>
           <width>111</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Style guide:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="st_groupLabel">
         <property name="geometry">
          <rect>
           <x>720</x>
           <y>50</y>
           <width>141</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Style group:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="beerstyleLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>20</y>
           <width>111</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Select style:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="st_typeLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>80</y>
           <width>111</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Style type:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLineEdit" name="st_typeEdit">
         <property name="geometry">
          <rect>
           <x>130</x>
           <y>80</y>
           <width>211</width>
           <height>23</height>
          </rect>
         </property>
         <property name="dragEnabled">
          <bool>true</bool>
         </property>
         <property name="readOnly">
          <bool>true</bool>
         </property>
        </widget>
        <widget class="QLabel" name="st_catLabel">
         <property name="geometry">
          <rect>
           <x>360</x>
           <y>80</y>
           <width>131</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Category:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLineEdit" name="st_catnrEdit">
         <property name="geometry">
          <rect>
           <x>870</x>
           <y>80</y>
           <width>71</width>
           <height>23</height>
          </rect>
         </property>
         <property name="dragEnabled">
          <bool>true</bool>
         </property>
         <property name="readOnly">
          <bool>true</bool>
         </property>
        </widget>
        <widget class="QLabel" name="st_catnrLabel">
         <property name="geometry">
          <rect>
           <x>720</x>
           <y>80</y>
           <width>141</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Category number:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLineEdit" name="st_catEdit">
         <property name="geometry">
          <rect>
           <x>500</x>
           <y>80</y>
           <width>211</width>
           <height>23</height>
          </rect>
         </property>
         <property name="dragEnabled">
          <bool>true</bool>
         </property>
         <property name="readOnly">
          <bool>true</bool>
         </property>
        </widget>
        <widget class="QLineEdit" name="st_nameEdit">
         <property name="geometry">
          <rect>
           <x>500</x>
           <y>50</y>
           <width>211</width>
           <height>23</height>
          </rect>
         </property>
         <property name="dragEnabled">
          <bool>true</bool>
         </property>
         <property name="readOnly">
          <bool>true</bool>
         </property>
        </widget>
        <widget class="QLabel" name="st_nameLabel">
         <property name="geometry">
          <rect>
           <x>380</x>
           <y>50</y>
           <width>111</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Style name:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
       </widget>
       <widget class="QLabel" name="codeLabel">
        <property name="geometry">
         <rect>
          <x>0</x>
          <y>10</y>
          <width>131</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Brew code:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QLabel" name="splitatLabel">
        <property name="geometry">
         <rect>
          <x>0</x>
          <y>180</y>
          <width>131</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Split product:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QLineEdit" name="codeEdit">
        <property name="geometry">
         <rect>
          <x>140</x>
          <y>10</y>
          <width>181</width>
          <height>23</height>
         </rect>
        </property>
        <property name="maxLength">
         <number>32</number>
        </property>
       </widget>
       <widget class="QLineEdit" name="splitatEdit">
        <property name="geometry">
         <rect>
          <x>140</x>
          <y>180</y>
          <width>211</width>
          <height>23</height>
         </rect>
        </property>
        <property name="readOnly">
         <bool>true</bool>
        </property>
       </widget>
       <widget class="QLabel" name="birthLabel">
        <property name="geometry">
         <rect>
          <x>370</x>
          <y>40</y>
          <width>131</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Brew plan start:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QLineEdit" name="birthEdit">
        <property name="geometry">
         <rect>
          <x>510</x>
          <y>40</y>
          <width>101</width>
          <height>23</height>
         </rect>
        </property>
        <property name="readOnly">
         <bool>true</bool>
        </property>
       </widget>
       <widget class="QLabel" name="stageLabel">
        <property name="geometry">
         <rect>
          <x>0</x>
          <y>40</y>
          <width>131</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Brew fase:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QLineEdit" name="stageEdit">
        <property name="geometry">
         <rect>
          <x>140</x>
          <y>40</y>
          <width>101</width>
          <height>23</height>
         </rect>
        </property>
        <property name="readOnly">
         <bool>true</bool>
        </property>
       </widget>
       <widget class="QLabel" name="ok_pmptLabel">
        <property name="geometry">
         <rect>
          <x>720</x>
          <y>180</y>
          <width>151</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Ingredients present:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QLabel" name="ok_pmptIcon">
        <property name="geometry">
         <rect>
          <x>880</x>
          <y>180</y>
          <width>20</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string/>
        </property>
        <property name="pixmap">
         <pixmap resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">:/icons/silk/cancel.png</pixmap>
        </property>
       </widget>
      </widget>
      <widget class="QWidget" name="equipment">
       <attribute name="icon">
        <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
         <normaloff>:/icons/bms/mash.png</normaloff>:/icons/bms/mash.png</iconset>
       </attribute>
       <attribute name="title">
        <string>Equipment</string>
       </attribute>
       <widget class="QComboBox" name="eq_selectEdit">
        <property name="geometry">
         <rect>
          <x>170</x>
          <y>20</y>
          <width>181</width>
          <height>23</height>
         </rect>
        </property>
       </widget>
       <widget class="QLabel" name="eq_selectLabel">
        <property name="geometry">
         <rect>
          <x>10</x>
          <y>20</y>
          <width>151</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Equipment select:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QLineEdit" name="eq_nameEdit">
        <property name="geometry">
         <rect>
          <x>570</x>
          <y>20</y>
          <width>281</width>
          <height>23</height>
         </rect>
        </property>
        <property name="readOnly">
         <bool>true</bool>
        </property>
       </widget>
       <widget class="QLabel" name="eq_nameLabel">
        <property name="geometry">
         <rect>
          <x>430</x>
          <y>20</y>
          <width>131</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Equipment name:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QLabel" name="eq_notesLabel">
        <property name="geometry">
         <rect>
          <x>10</x>
          <y>50</y>
          <width>151</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Remarks:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QPlainTextEdit" name="eq_notesEdit">
        <property name="geometry">
         <rect>
          <x>170</x>
          <y>50</y>
          <width>881</width>
          <height>91</height>
         </rect>
        </property>
       </widget>
       <widget class="QGroupBox" name="masheqBox">
        <property name="geometry">
         <rect>
          <x>10</x>
          <y>160</y>
          <width>311</width>
          <height>151</height>
         </rect>
        </property>
        <property name="title">
         <string>Mashing</string>
        </property>
        <widget class="QLabel" name="mash_volumeLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>80</y>
           <width>141</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Mash water:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="mash_volumeEdit">
         <property name="geometry">
          <rect>
           <x>160</x>
           <y>80</y>
           <width>87</width>
           <height>24</height>
          </rect>
         </property>
         <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>false</bool>
         </property>
         <property name="suffix">
          <string> L</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>100000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.500000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="mash_maxEdit">
         <property name="geometry">
          <rect>
           <x>160</x>
           <y>110</y>
           <width>87</width>
           <height>24</height>
          </rect>
         </property>
         <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>false</bool>
         </property>
         <property name="suffix">
          <string> Kg</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>100000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.500000000000000</double>
         </property>
        </widget>
        <widget class="QLabel" name="mash_maxLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>110</y>
           <width>141</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Max malts:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="tun_volumeEdit">
         <property name="geometry">
          <rect>
           <x>160</x>
           <y>20</y>
           <width>87</width>
           <height>24</height>
          </rect>
         </property>
         <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>false</bool>
         </property>
         <property name="suffix">
          <string> L</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>100000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.500000000000000</double>
         </property>
        </widget>
        <widget class="QLabel" name="tun_volumeLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>20</y>
           <width>141</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Tun volume:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="tun_materialLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>50</y>
           <width>141</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Tun material:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLineEdit" name="tun_materialEdit">
         <property name="geometry">
          <rect>
           <x>160</x>
           <y>50</y>
           <width>141</width>
           <height>23</height>
          </rect>
         </property>
         <property name="readOnly">
          <bool>true</bool>
         </property>
        </widget>
       </widget>
       <widget class="QGroupBox" name="lauterBox">
        <property name="geometry">
         <rect>
          <x>10</x>
          <y>320</y>
          <width>311</width>
          <height>91</height>
         </rect>
        </property>
        <property name="title">
         <string>Lautering</string>
        </property>
        <widget class="QDoubleSpinBox" name="lauter_deadspaceEdit">
         <property name="geometry">
          <rect>
           <x>160</x>
           <y>50</y>
           <width>87</width>
           <height>24</height>
          </rect>
         </property>
         <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>false</bool>
         </property>
         <property name="suffix">
          <string> L</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>100000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.500000000000000</double>
         </property>
        </widget>
        <widget class="QLabel" name="lauter_deadspaceLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>50</y>
           <width>141</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Lauter deadspace:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="lauter_volumeLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>20</y>
           <width>141</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Lauter volume:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="lauter_volumeEdit">
         <property name="geometry">
          <rect>
           <x>160</x>
           <y>20</y>
           <width>87</width>
           <height>24</height>
          </rect>
         </property>
         <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>false</bool>
         </property>
         <property name="suffix">
          <string> L</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>100000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.500000000000000</double>
         </property>
        </widget>
       </widget>
       <widget class="QGroupBox" name="chilleqBox">
        <property name="geometry">
         <rect>
          <x>800</x>
          <y>160</y>
          <width>311</width>
          <height>91</height>
         </rect>
        </property>
        <property name="title">
         <string>Chilling</string>
        </property>
        <widget class="QLabel" name="trub_chillerlossLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>20</y>
           <width>141</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Trub chiller loss:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="trub_chillerlossEdit">
         <property name="geometry">
          <rect>
           <x>160</x>
           <y>20</y>
           <width>87</width>
           <height>24</height>
          </rect>
         </property>
         <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>false</bool>
         </property>
         <property name="suffix">
          <string> L</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>100000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.500000000000000</double>
         </property>
        </widget>
        <widget class="QLabel" name="topup_waterLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>50</y>
           <width>141</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Top up water:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="topup_waterEdit">
         <property name="geometry">
          <rect>
           <x>160</x>
           <y>50</y>
           <width>87</width>
           <height>24</height>
          </rect>
         </property>
         <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>false</bool>
         </property>
         <property name="suffix">
          <string> L</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>100000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.500000000000000</double>
         </property>
        </widget>
       </widget>
       <widget class="QGroupBox" name="boilBox">
        <property name="geometry">
         <rect>
          <x>410</x>
          <y>160</y>
          <width>311</width>
          <height>271</height>
         </rect>
        </property>
        <property name="title">
         <string>Boiling</string>
        </property>
        <widget class="QLabel" name="kettle_volumeLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>20</y>
           <width>141</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Kettle volume:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="kettle_volumeEdit">
         <property name="geometry">
          <rect>
           <x>160</x>
           <y>20</y>
           <width>87</width>
           <height>24</height>
          </rect>
         </property>
         <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>false</bool>
         </property>
         <property name="suffix">
          <string> L</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>100000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.500000000000000</double>
         </property>
        </widget>
        <widget class="QLabel" name="eqboil_sizeLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>50</y>
           <width>141</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Boil size:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="eqboil_sizeEdit">
         <property name="geometry">
          <rect>
           <x>160</x>
           <y>50</y>
           <width>87</width>
           <height>24</height>
          </rect>
         </property>
         <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>false</bool>
         </property>
         <property name="suffix">
          <string> L</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>100000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.500000000000000</double>
         </property>
        </widget>
        <widget class="QLabel" name="evap_rateLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>80</y>
           <width>141</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Evaporation / hour:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="evap_rateEdit">
         <property name="geometry">
          <rect>
           <x>160</x>
           <y>80</y>
           <width>87</width>
           <height>24</height>
          </rect>
         </property>
         <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>false</bool>
         </property>
         <property name="suffix">
          <string> L</string>
         </property>
         <property name="decimals">
          <number>2</number>
         </property>
         <property name="maximum">
          <double>100000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.500000000000000</double>
         </property>
        </widget>
        <widget class="QLabel" name="eqboil_timeLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>110</y>
           <width>141</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Boil time:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="eqboil_timeEdit">
         <property name="geometry">
          <rect>
           <x>160</x>
           <y>110</y>
           <width>87</width>
           <height>24</height>
          </rect>
         </property>
         <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>false</bool>
         </property>
         <property name="suffix">
          <string> min</string>
         </property>
         <property name="decimals">
          <number>0</number>
         </property>
         <property name="maximum">
          <double>100000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.500000000000000</double>
         </property>
        </widget>
        <widget class="QLabel" name="topup_kettleLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>140</y>
           <width>141</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Top up kettle:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="topup_kettleEdit">
         <property name="geometry">
          <rect>
           <x>160</x>
           <y>140</y>
           <width>87</width>
           <height>24</height>
          </rect>
         </property>
         <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>false</bool>
         </property>
         <property name="suffix">
          <string> L</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>100000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.500000000000000</double>
         </property>
        </widget>
        <widget class="QLabel" name="hop_utilizationLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>170</y>
           <width>141</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Hop utilization:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="hop_utilizationEdit">
         <property name="geometry">
          <rect>
           <x>160</x>
           <y>170</y>
           <width>87</width>
           <height>24</height>
          </rect>
         </property>
         <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>false</bool>
         </property>
         <property name="suffix">
          <string> %</string>
         </property>
         <property name="decimals">
          <number>0</number>
         </property>
         <property name="maximum">
          <double>100000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.500000000000000</double>
         </property>
        </widget>
        <widget class="QLabel" name="eqbatch_sizeLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>200</y>
           <width>141</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Batch size:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="eqbatch_sizeEdit">
         <property name="geometry">
          <rect>
           <x>160</x>
           <y>200</y>
           <width>87</width>
           <height>24</height>
          </rect>
         </property>
         <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>false</bool>
         </property>
         <property name="suffix">
          <string> L</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>100000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.500000000000000</double>
         </property>
        </widget>
        <widget class="QLabel" name="eq_efficiencyLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>230</y>
           <width>141</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Efficiency:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="eq_efficiencyEdit">
         <property name="geometry">
          <rect>
           <x>160</x>
           <y>230</y>
           <width>87</width>
           <height>24</height>
          </rect>
         </property>
         <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>false</bool>
         </property>
         <property name="suffix">
          <string> %</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>100000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.500000000000000</double>
         </property>
        </widget>
       </widget>
      </widget>
      <widget class="QWidget" name="fermentables">
       <attribute name="icon">
        <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
         <normaloff>:/icons/bms/graan.png</normaloff>:/icons/bms/graan.png</iconset>
       </attribute>
       <attribute name="title">
        <string>Fermentables</string>
       </attribute>
       <widget class="QLabel" name="est_color2Label">
        <property name="geometry">
         <rect>
          <x>0</x>
          <y>10</y>
          <width>131</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Color EBC:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QDoubleSpinBox" name="est_color2Edit">
        <property name="geometry">
         <rect>
          <x>140</x>
          <y>10</y>
          <width>71</width>
          <height>24</height>
         </rect>
        </property>
        <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>false</bool>
        </property>
        <property name="decimals">
         <number>0</number>
        </property>
        <property name="minimum">
         <double>0.000000000000000</double>
        </property>
        <property name="maximum">
         <double>400.000000000000000</double>
        </property>
        <property name="singleStep">
         <double>1.000000000000000</double>
        </property>
       </widget>
       <widget class="QLabel" name="est_og2Label">
        <property name="geometry">
         <rect>
          <x>0</x>
          <y>40</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 class="QDoubleSpinBox" name="est_og2Edit">
        <property name="geometry">
         <rect>
          <x>140</x>
          <y>40</y>
          <width>71</width>
          <height>24</height>
         </rect>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
        <property name="buttonSymbols">
         <enum>QAbstractSpinBox::UpDownArrows</enum>
        </property>
        <property name="accelerated">
         <bool>true</bool>
        </property>
        <property name="decimals">
         <number>3</number>
        </property>
        <property name="minimum">
         <double>0.980000000000000</double>
        </property>
        <property name="maximum">
         <double>2.000000000000000</double>
        </property>
        <property name="singleStep">
         <double>0.001000000000000</double>
        </property>
       </widget>
       <widget class="QLabel" name="perc_mashLabel">
        <property name="geometry">
         <rect>
          <x>420</x>
          <y>10</y>
          <width>151</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Mash tun %:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QLabel" name="perc_sugarLabel">
        <property name="geometry">
         <rect>
          <x>420</x>
          <y>40</y>
          <width>151</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Sugars %:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QLabel" name="perc_caraLabel">
        <property name="geometry">
         <rect>
          <x>420</x>
          <y>70</y>
          <width>151</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Cara/crystal %:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QLabel" name="lintnerLabel">
        <property name="geometry">
         <rect>
          <x>420</x>
          <y>100</y>
          <width>151</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Lintner:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QTableWidget" name="fermentablesTable">
        <property name="geometry">
         <rect>
          <x>5</x>
          <y>130</y>
          <width>1111</width>
          <height>331</height>
         </rect>
        </property>
       </widget>
       <widget class="QProgressBar" name="lintnerShow">
        <property name="geometry">
         <rect>
          <x>580</x>
          <y>100</y>
          <width>381</width>
          <height>20</height>
         </rect>
        </property>
        <property name="maximum">
         <number>200</number>
        </property>
        <property name="value">
         <number>24</number>
        </property>
        <property name="orientation">
         <enum>Qt::Horizontal</enum>
        </property>
        <property name="format">
         <string>%v lintner</string>
        </property>
       </widget>
       <widget class="QProgressBar" name="perc_mashShow">
        <property name="geometry">
         <rect>
          <x>580</x>
          <y>10</y>
          <width>381</width>
          <height>20</height>
         </rect>
        </property>
        <property name="maximum">
         <number>120</number>
        </property>
        <property name="value">
         <number>24</number>
        </property>
        <property name="orientation">
         <enum>Qt::Horizontal</enum>
        </property>
        <property name="format">
         <string>%v%</string>
        </property>
       </widget>
       <widget class="QProgressBar" name="perc_sugarsShow">
        <property name="geometry">
         <rect>
          <x>580</x>
          <y>40</y>
          <width>381</width>
          <height>20</height>
         </rect>
        </property>
        <property name="maximum">
         <number>50</number>
        </property>
        <property name="value">
         <number>24</number>
        </property>
        <property name="orientation">
         <enum>Qt::Horizontal</enum>
        </property>
        <property name="format">
         <string>%v%</string>
        </property>
       </widget>
       <widget class="QProgressBar" name="perc_caraShow">
        <property name="geometry">
         <rect>
          <x>580</x>
          <y>70</y>
          <width>381</width>
          <height>20</height>
         </rect>
        </property>
        <property name="maximum">
         <number>50</number>
        </property>
        <property name="value">
         <number>24</number>
        </property>
        <property name="orientation">
         <enum>Qt::Horizontal</enum>
        </property>
        <property name="format">
         <string>%v%</string>
        </property>
       </widget>
       <widget class="QPushButton" name="addFermentable">
        <property name="geometry">
         <rect>
          <x>140</x>
          <y>100</y>
          <width>80</width>
          <height>23</height>
         </rect>
        </property>
        <property name="text">
         <string>Add</string>
        </property>
        <property name="icon">
         <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
          <normaloff>:/icons/bms/graan.png</normaloff>:/icons/bms/graan.png</iconset>
        </property>
       </widget>
       <widget class="QDoubleSpinBox" name="mash_kgEdit">
        <property name="geometry">
         <rect>
          <x>140</x>
          <y>70</y>
          <width>71</width>
          <height>24</height>
         </rect>
        </property>
        <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>false</bool>
        </property>
        <property name="suffix">
         <string> kg</string>
        </property>
        <property name="decimals">
         <number>3</number>
        </property>
        <property name="minimum">
         <double>0.000000000000000</double>
        </property>
        <property name="maximum">
         <double>100000.000000000000000</double>
        </property>
        <property name="singleStep">
         <double>1.000000000000000</double>
        </property>
       </widget>
       <widget class="QLabel" name="mash_kgLabel">
        <property name="geometry">
         <rect>
          <x>0</x>
          <y>70</y>
          <width>131</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Mash weight:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
      </widget>
      <widget class="QWidget" name="hops">
       <attribute name="icon">
        <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
         <normaloff>:/icons/bms/hop.png</normaloff>:/icons/bms/hop.png</iconset>
       </attribute>
       <attribute name="title">
        <string>Hops</string>
       </attribute>
       <widget class="QLabel" name="est_ibu2Label">
        <property name="geometry">
         <rect>
          <x>0</x>
          <y>10</y>
          <width>131</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Bitterness IBU:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QDoubleSpinBox" name="est_ibu2Edit">
        <property name="geometry">
         <rect>
          <x>140</x>
          <y>10</y>
          <width>81</width>
          <height>24</height>
         </rect>
        </property>
        <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>false</bool>
        </property>
        <property name="decimals">
         <number>0</number>
        </property>
        <property name="minimum">
         <double>0.000000000000000</double>
        </property>
        <property name="maximum">
         <double>400.000000000000000</double>
        </property>
        <property name="singleStep">
         <double>1.000000000000000</double>
        </property>
       </widget>
       <widget class="QLabel" name="hop_tasteLabel">
        <property name="geometry">
         <rect>
          <x>225</x>
          <y>10</y>
          <width>126</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Hop taste:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QLabel" name="hop_aromaLabel">
        <property name="geometry">
         <rect>
          <x>670</x>
          <y>10</y>
          <width>131</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Hop aroma:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QProgressBar" name="hop_tasteShow">
        <property name="geometry">
         <rect>
          <x>360</x>
          <y>10</y>
          <width>301</width>
          <height>20</height>
         </rect>
        </property>
        <property name="maximum">
         <number>100</number>
        </property>
        <property name="value">
         <number>24</number>
        </property>
        <property name="orientation">
         <enum>Qt::Horizontal</enum>
        </property>
        <property name="format">
         <string>%v%</string>
        </property>
       </widget>
       <widget class="QProgressBar" name="hop_aromaShow">
        <property name="geometry">
         <rect>
          <x>810</x>
          <y>10</y>
          <width>301</width>
          <height>20</height>
         </rect>
        </property>
        <property name="maximum">
         <number>100</number>
        </property>
        <property name="value">
         <number>24</number>
        </property>
        <property name="orientation">
         <enum>Qt::Horizontal</enum>
        </property>
        <property name="format">
         <string>%v%</string>
        </property>
       </widget>
       <widget class="QTableWidget" name="hopsTable">
        <property name="geometry">
         <rect>
          <x>5</x>
          <y>100</y>
          <width>1111</width>
          <height>361</height>
         </rect>
        </property>
       </widget>
       <widget class="QPushButton" name="addHop">
        <property name="geometry">
         <rect>
          <x>140</x>
          <y>70</y>
          <width>80</width>
          <height>23</height>
         </rect>
        </property>
        <property name="text">
         <string>Add</string>
        </property>
        <property name="icon">
         <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
          <normaloff>:/icons/bms/hop.png</normaloff>:/icons/bms/hop.png</iconset>
        </property>
       </widget>
      </widget>
      <widget class="QWidget" name="miscs">
       <attribute name="icon">
        <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
         <normaloff>:/icons/bms/peper.png</normaloff>:/icons/bms/peper.png</iconset>
       </attribute>
       <attribute name="title">
        <string>Miscs</string>
       </attribute>
       <widget class="QTableWidget" name="miscsTable">
        <property name="geometry">
         <rect>
          <x>140</x>
          <y>10</y>
          <width>849</width>
          <height>451</height>
         </rect>
        </property>
       </widget>
       <widget class="QPushButton" name="addMisc">
        <property name="geometry">
         <rect>
          <x>30</x>
          <y>40</y>
          <width>80</width>
          <height>23</height>
         </rect>
        </property>
        <property name="text">
         <string>Add</string>
        </property>
        <property name="icon">
         <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
          <normaloff>:/icons/bms/peper.png</normaloff>:/icons/bms/peper.png</iconset>
        </property>
       </widget>
      </widget>
      <widget class="QWidget" name="yeasts">
       <attribute name="icon">
        <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
         <normaloff>:/icons/bms/erlenmeyer.png</normaloff>:/icons/bms/erlenmeyer.png</iconset>
       </attribute>
       <attribute name="title">
        <string>Yeasts</string>
       </attribute>
       <widget class="QLabel" name="est_og4Label">
        <property name="geometry">
         <rect>
          <x>30</x>
          <y>10</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 class="QDoubleSpinBox" name="est_og4Edit">
        <property name="geometry">
         <rect>
          <x>170</x>
          <y>10</y>
          <width>71</width>
          <height>24</height>
         </rect>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
        <property name="buttonSymbols">
         <enum>QAbstractSpinBox::NoButtons</enum>
        </property>
        <property name="accelerated">
         <bool>true</bool>
        </property>
        <property name="decimals">
         <number>3</number>
        </property>
        <property name="minimum">
         <double>0.980000000000000</double>
        </property>
        <property name="maximum">
         <double>2.000000000000000</double>
        </property>
        <property name="singleStep">
         <double>0.001000000000000</double>
        </property>
       </widget>
       <widget class="QLabel" name="est_fg3Label">
        <property name="geometry">
         <rect>
          <x>30</x>
          <y>40</y>
          <width>131</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Estimated FG:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QDoubleSpinBox" name="est_fg3Edit">
        <property name="geometry">
         <rect>
          <x>170</x>
          <y>40</y>
          <width>71</width>
          <height>24</height>
         </rect>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
        <property name="buttonSymbols">
         <enum>QAbstractSpinBox::NoButtons</enum>
        </property>
        <property name="accelerated">
         <bool>true</bool>
        </property>
        <property name="decimals">
         <number>3</number>
        </property>
        <property name="minimum">
         <double>0.980000000000000</double>
        </property>
        <property name="maximum">
         <double>2.000000000000000</double>
        </property>
        <property name="singleStep">
         <double>0.001000000000000</double>
        </property>
       </widget>
       <widget class="QLabel" name="est_abv2Label">
        <property name="geometry">
         <rect>
          <x>30</x>
          <y>70</y>
          <width>131</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Alcohol Volume:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QDoubleSpinBox" name="est_abv2Edit">
        <property name="geometry">
         <rect>
          <x>170</x>
          <y>70</y>
          <width>71</width>
          <height>24</height>
         </rect>
        </property>
        <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>false</bool>
        </property>
        <property name="suffix">
         <string> %</string>
        </property>
        <property name="decimals">
         <number>1</number>
        </property>
        <property name="minimum">
         <double>0.000000000000000</double>
        </property>
        <property name="maximum">
         <double>80.000000000000000</double>
        </property>
        <property name="singleStep">
         <double>0.100000000000000</double>
        </property>
       </widget>
       <widget class="QLabel" name="est_svgLabel">
        <property name="geometry">
         <rect>
          <x>10</x>
          <y>100</y>
          <width>151</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Appearant Attenuation:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QDoubleSpinBox" name="est_svgEdit">
        <property name="geometry">
         <rect>
          <x>170</x>
          <y>100</y>
          <width>71</width>
          <height>24</height>
         </rect>
        </property>
        <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>false</bool>
        </property>
        <property name="suffix">
         <string> %</string>
        </property>
        <property name="decimals">
         <number>1</number>
        </property>
        <property name="minimum">
         <double>0.000000000000000</double>
        </property>
        <property name="maximum">
         <double>120.000000000000000</double>
        </property>
        <property name="singleStep">
         <double>0.100000000000000</double>
        </property>
       </widget>
       <widget class="QTableWidget" name="yeastsTable">
        <property name="geometry">
         <rect>
          <x>10</x>
          <y>280</y>
          <width>1101</width>
          <height>181</height>
         </rect>
        </property>
       </widget>
       <widget class="QStackedWidget" name="yeastProcedure">
        <property name="geometry">
         <rect>
          <x>370</x>
          <y>10</y>
          <width>741</width>
          <height>261</height>
         </rect>
        </property>
        <property name="currentIndex">
         <number>1</number>
        </property>
        <widget class="QWidget" name="yeastNot"/>
        <widget class="QWidget" name="yeastLiquid">
         <widget class="QDoubleSpinBox" name="pitchrateEdit">
          <property name="geometry">
           <rect>
            <x>550</x>
            <y>10</y>
            <width>91</width>
            <height>24</height>
           </rect>
          </property>
          <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>false</bool>
          </property>
          <property name="decimals">
           <number>3</number>
          </property>
          <property name="maximum">
           <double>1000.000000000000000</double>
          </property>
         </widget>
         <widget class="QLabel" name="pitchrateLabel">
          <property name="geometry">
           <rect>
            <x>360</x>
            <y>10</y>
            <width>181</width>
            <height>20</height>
           </rect>
          </property>
          <property name="text">
           <string>Pitchrate billion cells/ml/°P:</string>
          </property>
          <property name="alignment">
           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
          </property>
         </widget>
         <widget class="QComboBox" name="stmethodEdit">
          <property name="geometry">
           <rect>
            <x>200</x>
            <y>10</y>
            <width>101</width>
            <height>23</height>
           </rect>
          </property>
         </widget>
         <widget class="QLabel" name="stmethodLabel">
          <property name="geometry">
           <rect>
            <x>10</x>
            <y>10</y>
            <width>181</width>
            <height>20</height>
           </rect>
          </property>
          <property name="text">
           <string>Starter method:</string>
          </property>
          <property name="alignment">
           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
          </property>
         </widget>
         <widget class="QLabel" name="startersgLabel">
          <property name="geometry">
           <rect>
            <x>10</x>
            <y>40</y>
            <width>181</width>
            <height>20</height>
           </rect>
          </property>
          <property name="text">
           <string>Starter SG:</string>
          </property>
          <property name="alignment">
           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
          </property>
         </widget>
         <widget class="QDoubleSpinBox" name="startersgEdit">
          <property name="geometry">
           <rect>
            <x>200</x>
            <y>40</y>
            <width>71</width>
            <height>24</height>
           </rect>
          </property>
          <property name="alignment">
           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
          </property>
          <property name="buttonSymbols">
           <enum>QAbstractSpinBox::UpDownArrows</enum>
          </property>
          <property name="accelerated">
           <bool>true</bool>
          </property>
          <property name="decimals">
           <number>3</number>
          </property>
          <property name="minimum">
           <double>0.980000000000000</double>
          </property>
          <property name="maximum">
           <double>2.000000000000000</double>
          </property>
          <property name="singleStep">
           <double>0.001000000000000</double>
          </property>
         </widget>
         <widget class="QToolButton" name="pitchrateButton">
          <property name="geometry">
           <rect>
            <x>655</x>
            <y>10</y>
            <width>28</width>
            <height>22</height>
           </rect>
          </property>
          <property name="toolTip">
           <string>Set or clear date</string>
          </property>
          <property name="text">
           <string>...</string>
          </property>
          <property name="icon">
           <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
            <normaloff>:/icons/bms/erlenmeyer.png</normaloff>:/icons/bms/erlenmeyer.png</iconset>
          </property>
         </widget>
         <widget class="QTableWidget" name="starterTable">
          <property name="geometry">
           <rect>
            <x>50</x>
            <y>100</y>
            <width>636</width>
            <height>146</height>
           </rect>
          </property>
          <property name="sizePolicy">
           <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
            <horstretch>0</horstretch>
            <verstretch>0</verstretch>
           </sizepolicy>
          </property>
          <property name="minimumSize">
           <size>
            <width>0</width>
            <height>0</height>
           </size>
          </property>
         </widget>
         <widget class="QLabel" name="neededLabel">
          <property name="geometry">
           <rect>
            <x>360</x>
            <y>40</y>
            <width>181</width>
            <height>20</height>
           </rect>
          </property>
          <property name="text">
           <string>Need billion cells:</string>
          </property>
          <property name="alignment">
           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
          </property>
         </widget>
         <widget class="QDoubleSpinBox" name="neededShow">
          <property name="geometry">
           <rect>
            <x>550</x>
            <y>40</y>
            <width>91</width>
            <height>24</height>
           </rect>
          </property>
          <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>false</bool>
          </property>
          <property name="decimals">
           <number>1</number>
          </property>
          <property name="maximum">
           <double>100000.000000000000000</double>
          </property>
          <property name="value">
           <double>0.000000000000000</double>
          </property>
         </widget>
        </widget>
        <widget class="QWidget" name="yeastDry">
         <widget class="QLabel" name="label_2">
          <property name="geometry">
           <rect>
            <x>170</x>
            <y>10</y>
            <width>261</width>
            <height>20</height>
           </rect>
          </property>
          <property name="font">
           <font>
            <pointsize>11</pointsize>
            <weight>75</weight>
            <bold>true</bold>
           </font>
          </property>
          <property name="text">
           <string>Dry yeast claculation.</string>
          </property>
         </widget>
         <widget class="QLabel" name="lo_gr_hlLabel">
          <property name="geometry">
           <rect>
            <x>40</x>
            <y>60</y>
            <width>121</width>
            <height>20</height>
           </rect>
          </property>
          <property name="text">
           <string>Low grams/hl:</string>
          </property>
          <property name="alignment">
           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
          </property>
         </widget>
         <widget class="QLabel" name="hi_gr_hlLabel">
          <property name="geometry">
           <rect>
            <x>40</x>
            <y>90</y>
            <width>121</width>
            <height>20</height>
           </rect>
          </property>
          <property name="text">
           <string>High grams/hl:</string>
          </property>
          <property name="alignment">
           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
          </property>
         </widget>
         <widget class="QSpinBox" name="lo_gr_hlEdit">
          <property name="geometry">
           <rect>
            <x>170</x>
            <y>60</y>
            <width>61</width>
            <height>24</height>
           </rect>
          </property>
          <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="maximum">
           <number>500</number>
          </property>
         </widget>
         <widget class="QSpinBox" name="hi_gr_hlEdit">
          <property name="geometry">
           <rect>
            <x>170</x>
            <y>90</y>
            <width>61</width>
            <height>24</height>
           </rect>
          </property>
          <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="maximum">
           <number>1000</number>
          </property>
         </widget>
         <widget class="QLabel" name="lo_atLabel">
          <property name="geometry">
           <rect>
            <x>240</x>
            <y>60</y>
            <width>31</width>
            <height>20</height>
           </rect>
          </property>
          <property name="text">
           <string>at</string>
          </property>
          <property name="alignment">
           <set>Qt::AlignCenter</set>
          </property>
         </widget>
         <widget class="QLabel" name="hi_atLabel">
          <property name="geometry">
           <rect>
            <x>240</x>
            <y>90</y>
            <width>31</width>
            <height>20</height>
           </rect>
          </property>
          <property name="text">
           <string>at</string>
          </property>
          <property name="alignment">
           <set>Qt::AlignCenter</set>
          </property>
         </widget>
         <widget class="QDoubleSpinBox" name="lo_sgEdit">
          <property name="geometry">
           <rect>
            <x>280</x>
            <y>60</y>
            <width>71</width>
            <height>24</height>
           </rect>
          </property>
          <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>false</bool>
          </property>
          <property name="decimals">
           <number>3</number>
          </property>
          <property name="maximum">
           <double>2.000000000000000</double>
          </property>
          <property name="value">
           <double>0.000000000000000</double>
          </property>
         </widget>
         <widget class="QDoubleSpinBox" name="hi_sgEdit">
          <property name="geometry">
           <rect>
            <x>280</x>
            <y>90</y>
            <width>71</width>
            <height>24</height>
           </rect>
          </property>
          <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>false</bool>
          </property>
          <property name="decimals">
           <number>3</number>
          </property>
          <property name="maximum">
           <double>2.000000000000000</double>
          </property>
         </widget>
         <widget class="QLabel" name="pitch_grLabel">
          <property name="geometry">
           <rect>
            <x>390</x>
            <y>120</y>
            <width>181</width>
            <height>20</height>
           </rect>
          </property>
          <property name="text">
           <string>This recipe pitch grams/hl:</string>
          </property>
          <property name="alignment">
           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
          </property>
         </widget>
         <widget class="QDoubleSpinBox" name="dry_pitchrateShow">
          <property name="geometry">
           <rect>
            <x>580</x>
            <y>60</y>
            <width>91</width>
            <height>24</height>
           </rect>
          </property>
          <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>false</bool>
          </property>
          <property name="decimals">
           <number>2</number>
          </property>
          <property name="maximum">
           <double>1000.000000000000000</double>
          </property>
         </widget>
         <widget class="QLabel" name="dry_pitchrateLabel">
          <property name="geometry">
           <rect>
            <x>390</x>
            <y>60</y>
            <width>181</width>
            <height>20</height>
           </rect>
          </property>
          <property name="text">
           <string>Pitchrate grams/hectoliter:</string>
          </property>
          <property name="alignment">
           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
          </property>
         </widget>
         <widget class="QLabel" name="dry_needLabel">
          <property name="geometry">
           <rect>
            <x>390</x>
            <y>90</y>
            <width>181</width>
            <height>20</height>
           </rect>
          </property>
          <property name="text">
           <string>Yeast grams needed:</string>
          </property>
          <property name="alignment">
           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
          </property>
         </widget>
         <widget class="QDoubleSpinBox" name="dry_needShow">
          <property name="geometry">
           <rect>
            <x>580</x>
            <y>90</y>
            <width>91</width>
            <height>24</height>
           </rect>
          </property>
          <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>false</bool>
          </property>
          <property name="decimals">
           <number>1</number>
          </property>
          <property name="maximum">
           <double>100000.000000000000000</double>
          </property>
          <property name="value">
           <double>0.000000000000000</double>
          </property>
         </widget>
         <widget class="QDoubleSpinBox" name="pitch_grShow">
          <property name="geometry">
           <rect>
            <x>580</x>
            <y>120</y>
            <width>91</width>
            <height>24</height>
           </rect>
          </property>
          <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>false</bool>
          </property>
          <property name="decimals">
           <number>2</number>
          </property>
          <property name="maximum">
           <double>1000.000000000000000</double>
          </property>
         </widget>
        </widget>
       </widget>
       <widget class="QPushButton" name="addYeast">
        <property name="geometry">
         <rect>
          <x>90</x>
          <y>240</y>
          <width>80</width>
          <height>23</height>
         </rect>
        </property>
        <property name="text">
         <string>Add</string>
        </property>
        <property name="icon">
         <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
          <normaloff>:/icons/bms/erlenmeyer.png</normaloff>:/icons/bms/erlenmeyer.png</iconset>
        </property>
       </widget>
       <widget class="QLabel" name="productionLabel">
        <property name="geometry">
         <rect>
          <x>10</x>
          <y>130</y>
          <width>151</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Production date:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QLabel" name="conditionLabel">
        <property name="geometry">
         <rect>
          <x>10</x>
          <y>160</y>
          <width>151</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Yeast condition:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QToolButton" name="productionButton1">
        <property name="geometry">
         <rect>
          <x>290</x>
          <y>130</y>
          <width>28</width>
          <height>22</height>
         </rect>
        </property>
        <property name="toolTip">
         <string>Set the date to today.</string>
        </property>
        <property name="text">
         <string>...</string>
        </property>
        <property name="icon">
         <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
          <normaloff>:/icons/silk/date.png</normaloff>:/icons/silk/date.png</iconset>
        </property>
       </widget>
       <widget class="QSpinBox" name="conditionShow">
        <property name="geometry">
         <rect>
          <x>170</x>
          <y>160</y>
          <width>71</width>
          <height>24</height>
         </rect>
        </property>
        <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>false</bool>
        </property>
        <property name="suffix">
         <string> %</string>
        </property>
        <property name="maximum">
         <number>100</number>
        </property>
       </widget>
       <widget class="NullDateEdit" name="productionEdit">
        <property name="geometry">
         <rect>
          <x>170</x>
          <y>130</y>
          <width>111</width>
          <height>24</height>
         </rect>
        </property>
        <property name="toolTip">
         <string>Edit the production date.</string>
        </property>
        <property name="displayFormat">
         <string>dd-MM-yyyy</string>
        </property>
        <property name="calendarPopup">
         <bool>true</bool>
        </property>
       </widget>
       <widget class="QToolButton" name="productionButton2">
        <property name="geometry">
         <rect>
          <x>320</x>
          <y>130</y>
          <width>28</width>
          <height>22</height>
         </rect>
        </property>
        <property name="toolTip">
         <string>Clear the date</string>
        </property>
        <property name="text">
         <string>...</string>
        </property>
        <property name="icon">
         <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
          <normaloff>:/icons/silk/delete.png</normaloff>:/icons/silk/delete.png</iconset>
        </property>
       </widget>
      </widget>
      <widget class="QWidget" name="mash">
       <attribute name="icon">
        <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
         <normaloff>:/icons/bms/mash.png</normaloff>:/icons/bms/mash.png</iconset>
       </attribute>
       <attribute name="title">
        <string>Mash</string>
       </attribute>
       <widget class="QTableWidget" name="mashsTable">
        <property name="geometry">
         <rect>
          <x>10</x>
          <y>120</y>
          <width>1101</width>
          <height>341</height>
         </rect>
        </property>
       </widget>
       <widget class="QPushButton" name="addMash">
        <property name="geometry">
         <rect>
          <x>170</x>
          <y>80</y>
          <width>80</width>
          <height>23</height>
         </rect>
        </property>
        <property name="text">
         <string>Add</string>
        </property>
        <property name="icon">
         <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
          <normaloff>:/icons/bms/mash.png</normaloff>:/icons/bms/mash.png</iconset>
        </property>
       </widget>
       <widget class="QLabel" name="mash_nameLabel">
        <property name="geometry">
         <rect>
          <x>10</x>
          <y>10</y>
          <width>151</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Mash name:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QLabel" name="mash_pickLabel">
        <property name="geometry">
         <rect>
          <x>560</x>
          <y>10</y>
          <width>171</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Mash schedule:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QComboBox" name="mash_pickEdit">
        <property name="geometry">
         <rect>
          <x>740</x>
          <y>10</y>
          <width>321</width>
          <height>23</height>
         </rect>
        </property>
       </widget>
       <widget class="QLineEdit" name="mash_nameEdit">
        <property name="geometry">
         <rect>
          <x>170</x>
          <y>10</y>
          <width>321</width>
          <height>23</height>
         </rect>
        </property>
        <property name="maxLength">
         <number>128</number>
        </property>
       </widget>
       <widget class="QLabel" name="mash_timeLabel">
        <property name="geometry">
         <rect>
          <x>560</x>
          <y>40</y>
          <width>171</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Mash time:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QLineEdit" name="mash_timeEdit">
        <property name="geometry">
         <rect>
          <x>740</x>
          <y>40</y>
          <width>71</width>
          <height>23</height>
         </rect>
        </property>
        <property name="readOnly">
         <bool>true</bool>
        </property>
       </widget>
       <widget class="QLabel" name="mash_volLabel">
        <property name="geometry">
         <rect>
          <x>10</x>
          <y>40</y>
          <width>151</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Mash total volume:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QDoubleSpinBox" name="mash_volEdit">
        <property name="geometry">
         <rect>
          <x>170</x>
          <y>40</y>
          <width>80</width>
          <height>24</height>
         </rect>
        </property>
        <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>false</bool>
        </property>
        <property name="suffix">
         <string> L</string>
        </property>
        <property name="decimals">
         <number>1</number>
        </property>
        <property name="maximum">
         <double>100000.000000000000000</double>
        </property>
       </widget>
      </widget>
      <widget class="QWidget" name="water">
       <attribute name="icon">
        <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
         <normaloff>:/icons/bms/water.png</normaloff>:/icons/bms/water.png</iconset>
       </attribute>
       <attribute name="title">
        <string>Water</string>
       </attribute>
       <widget class="QGroupBox" name="waterviewBox">
        <property name="geometry">
         <rect>
          <x>170</x>
          <y>0</y>
          <width>941</width>
          <height>221</height>
         </rect>
        </property>
        <property name="autoFillBackground">
         <bool>false</bool>
        </property>
        <property name="title">
         <string>Water overview</string>
        </property>
        <property name="flat">
         <bool>false</bool>
        </property>
        <property name="checkable">
         <bool>false</bool>
        </property>
        <property name="checked">
         <bool>false</bool>
        </property>
        <widget class="QDoubleSpinBox" name="w1_caEdit">
         <property name="geometry">
          <rect>
           <x>300</x>
           <y>50</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="w1_phEdit">
         <property name="geometry">
          <rect>
           <x>860</x>
           <y>50</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>2</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="w1_so4Edit">
         <property name="geometry">
          <rect>
           <x>780</x>
           <y>50</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="w1_clEdit">
         <property name="geometry">
          <rect>
           <x>700</x>
           <y>50</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="w1_naEdit">
         <property name="geometry">
          <rect>
           <x>620</x>
           <y>50</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="w1_caco3Edit">
         <property name="geometry">
          <rect>
           <x>540</x>
           <y>50</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="w1_hco3Edit">
         <property name="geometry">
          <rect>
           <x>460</x>
           <y>50</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="w1_mgEdit">
         <property name="geometry">
          <rect>
           <x>380</x>
           <y>50</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
        </widget>
        <widget class="QLabel" name="caLabel">
         <property name="geometry">
          <rect>
           <x>300</x>
           <y>20</y>
           <width>71</width>
           <height>21</height>
          </rect>
         </property>
         <property name="text">
          <string>Ca</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="mgLabel">
         <property name="geometry">
          <rect>
           <x>380</x>
           <y>20</y>
           <width>71</width>
           <height>21</height>
          </rect>
         </property>
         <property name="text">
          <string>Mg</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="hco3Label">
         <property name="geometry">
          <rect>
           <x>460</x>
           <y>20</y>
           <width>71</width>
           <height>21</height>
          </rect>
         </property>
         <property name="text">
          <string>HCO3</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="caco3Label">
         <property name="geometry">
          <rect>
           <x>540</x>
           <y>20</y>
           <width>71</width>
           <height>21</height>
          </rect>
         </property>
         <property name="text">
          <string>CaCO3</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="naLabel">
         <property name="geometry">
          <rect>
           <x>620</x>
           <y>20</y>
           <width>71</width>
           <height>21</height>
          </rect>
         </property>
         <property name="text">
          <string>Na</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="clLabel">
         <property name="geometry">
          <rect>
           <x>700</x>
           <y>20</y>
           <width>71</width>
           <height>21</height>
          </rect>
         </property>
         <property name="text">
          <string>Cl</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="so4Label">
         <property name="geometry">
          <rect>
           <x>780</x>
           <y>20</y>
           <width>71</width>
           <height>21</height>
          </rect>
         </property>
         <property name="text">
          <string>SO4</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="phLabel">
         <property name="geometry">
          <rect>
           <x>860</x>
           <y>20</y>
           <width>71</width>
           <height>21</height>
          </rect>
         </property>
         <property name="text">
          <string>pH</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="w1_volEdit">
         <property name="geometry">
          <rect>
           <x>200</x>
           <y>50</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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>false</bool>
         </property>
         <property name="decimals">
          <number>2</number>
         </property>
         <property name="maximum">
          <double>100000.000000000000000</double>
         </property>
        </widget>
        <widget class="QLabel" name="volLabel">
         <property name="geometry">
          <rect>
           <x>200</x>
           <y>20</y>
           <width>71</width>
           <height>21</height>
          </rect>
         </property>
         <property name="text">
          <string>Volume</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="w2_hco3Edit">
         <property name="geometry">
          <rect>
           <x>460</x>
           <y>80</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="w2_phEdit">
         <property name="geometry">
          <rect>
           <x>860</x>
           <y>80</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>2</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="w2_caco3Edit">
         <property name="geometry">
          <rect>
           <x>540</x>
           <y>80</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="w2_naEdit">
         <property name="geometry">
          <rect>
           <x>620</x>
           <y>80</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="w2_so4Edit">
         <property name="geometry">
          <rect>
           <x>780</x>
           <y>80</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="w2_caEdit">
         <property name="geometry">
          <rect>
           <x>300</x>
           <y>80</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="w2_clEdit">
         <property name="geometry">
          <rect>
           <x>700</x>
           <y>80</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="w2_volEdit">
         <property name="geometry">
          <rect>
           <x>200</x>
           <y>80</y>
           <width>85</width>
           <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>
         <property name="readOnly">
          <bool>false</bool>
         </property>
         <property name="buttonSymbols">
          <enum>QAbstractSpinBox::UpDownArrows</enum>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="decimals">
          <number>2</number>
         </property>
         <property name="maximum">
          <double>100000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.500000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="w2_mgEdit">
         <property name="geometry">
          <rect>
           <x>380</x>
           <y>80</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="wg_hco3Edit">
         <property name="geometry">
          <rect>
           <x>460</x>
           <y>110</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="wg_phEdit">
         <property name="geometry">
          <rect>
           <x>860</x>
           <y>110</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>2</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="wg_caco3Edit">
         <property name="geometry">
          <rect>
           <x>540</x>
           <y>110</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="wg_naEdit">
         <property name="geometry">
          <rect>
           <x>620</x>
           <y>110</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="wg_so4Edit">
         <property name="geometry">
          <rect>
           <x>780</x>
           <y>110</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="wg_caEdit">
         <property name="geometry">
          <rect>
           <x>300</x>
           <y>110</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="wg_clEdit">
         <property name="geometry">
          <rect>
           <x>700</x>
           <y>110</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="wg_volEdit">
         <property name="geometry">
          <rect>
           <x>200</x>
           <y>110</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>2</number>
         </property>
         <property name="maximum">
          <double>100000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="wg_mgEdit">
         <property name="geometry">
          <rect>
           <x>380</x>
           <y>110</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="wt_hco3Edit">
         <property name="geometry">
          <rect>
           <x>460</x>
           <y>180</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="wb_phEdit">
         <property name="geometry">
          <rect>
           <x>860</x>
           <y>140</y>
           <width>71</width>
           <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>
         <property name="readOnly">
          <bool>true</bool>
         </property>
         <property name="buttonSymbols">
          <enum>QAbstractSpinBox::NoButtons</enum>
         </property>
         <property name="decimals">
          <number>2</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="wt_caco3Edit">
         <property name="geometry">
          <rect>
           <x>540</x>
           <y>180</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="wt_naEdit">
         <property name="geometry">
          <rect>
           <x>620</x>
           <y>180</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="wt_so4Edit">
         <property name="geometry">
          <rect>
           <x>780</x>
           <y>180</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="wt_caEdit">
         <property name="geometry">
          <rect>
           <x>300</x>
           <y>180</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="wt_clEdit">
         <property name="geometry">
          <rect>
           <x>700</x>
           <y>180</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="wt_mgEdit">
         <property name="geometry">
          <rect>
           <x>380</x>
           <y>180</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="wb_mgEdit">
         <property name="geometry">
          <rect>
           <x>380</x>
           <y>140</y>
           <width>71</width>
           <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>
         <property name="readOnly">
          <bool>true</bool>
         </property>
         <property name="buttonSymbols">
          <enum>QAbstractSpinBox::NoButtons</enum>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="wb_hco3Edit">
         <property name="geometry">
          <rect>
           <x>460</x>
           <y>140</y>
           <width>71</width>
           <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>
         <property name="readOnly">
          <bool>true</bool>
         </property>
         <property name="buttonSymbols">
          <enum>QAbstractSpinBox::NoButtons</enum>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="wb_so4Edit">
         <property name="geometry">
          <rect>
           <x>780</x>
           <y>140</y>
           <width>71</width>
           <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>
         <property name="readOnly">
          <bool>true</bool>
         </property>
         <property name="buttonSymbols">
          <enum>QAbstractSpinBox::NoButtons</enum>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="wb_caEdit">
         <property name="geometry">
          <rect>
           <x>300</x>
           <y>140</y>
           <width>71</width>
           <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>
         <property name="readOnly">
          <bool>true</bool>
         </property>
         <property name="buttonSymbols">
          <enum>QAbstractSpinBox::NoButtons</enum>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="wb_clEdit">
         <property name="geometry">
          <rect>
           <x>700</x>
           <y>140</y>
           <width>71</width>
           <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>
         <property name="readOnly">
          <bool>true</bool>
         </property>
         <property name="buttonSymbols">
          <enum>QAbstractSpinBox::NoButtons</enum>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="wb_caco3Edit">
         <property name="geometry">
          <rect>
           <x>540</x>
           <y>140</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="wb_naEdit">
         <property name="geometry">
          <rect>
           <x>620</x>
           <y>140</y>
           <width>71</width>
           <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>
         <property name="readOnly">
          <bool>true</bool>
         </property>
         <property name="buttonSymbols">
          <enum>QAbstractSpinBox::NoButtons</enum>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
        </widget>
        <widget class="QLabel" name="profileLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>20</y>
           <width>171</width>
           <height>21</height>
          </rect>
         </property>
         <property name="text">
          <string>Water profile</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QComboBox" name="w1_nameEdit">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>50</y>
           <width>181</width>
           <height>23</height>
          </rect>
         </property>
         <property name="toolTip">
          <string>The main brewing water</string>
         </property>
         <property name="currentText">
          <string/>
         </property>
         <property name="placeholderText">
          <string>Choose water</string>
         </property>
        </widget>
        <widget class="QComboBox" name="w2_nameEdit">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>80</y>
           <width>181</width>
           <height>23</height>
          </rect>
         </property>
         <property name="toolTip">
          <string>Optional dilution water</string>
         </property>
         <property name="placeholderText">
          <string>Choose dilution</string>
         </property>
        </widget>
        <widget class="QComboBox" name="wt_sourceEdit">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>180</y>
           <width>181</width>
           <height>23</height>
          </rect>
         </property>
         <property name="toolTip">
          <string>If needed, choose a target water profile.</string>
         </property>
        </widget>
        <widget class="QLabel" name="mixedLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>110</y>
           <width>171</width>
           <height>21</height>
          </rect>
         </property>
         <property name="text">
          <string>Mixed water</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="treatedLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>140</y>
           <width>171</width>
           <height>21</height>
          </rect>
         </property>
         <property name="text">
          <string>Treated water</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
         </property>
        </widget>
       </widget>
       <widget class="QGroupBox" name="brewsaltsBox">
        <property name="geometry">
         <rect>
          <x>10</x>
          <y>230</y>
          <width>271</width>
          <height>241</height>
         </rect>
        </property>
        <property name="title">
         <string>Water agents</string>
        </property>
        <widget class="QLabel" name="bs_cacl2Label">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>20</y>
           <width>151</width>
           <height>20</height>
          </rect>
         </property>
         <property name="toolTip">
          <string>Calcium Chloride</string>
         </property>
         <property name="text">
          <string>CaCl2:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="bs_caso4Label">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>50</y>
           <width>151</width>
           <height>20</height>
          </rect>
         </property>
         <property name="toolTip">
          <string>Gypsym</string>
         </property>
         <property name="text">
          <string>CaSO4:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="bs_mgso4Label">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>80</y>
           <width>151</width>
           <height>20</height>
          </rect>
         </property>
         <property name="toolTip">
          <string>Epsom</string>
         </property>
         <property name="text">
          <string>MgSO4:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="bs_naclLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>110</y>
           <width>151</width>
           <height>20</height>
          </rect>
         </property>
         <property name="toolTip">
          <string>Table salt</string>
         </property>
         <property name="text">
          <string>NaCl:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="bs_mgcl2Label">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>140</y>
           <width>151</width>
           <height>20</height>
          </rect>
         </property>
         <property name="toolTip">
          <string>Magnesium Chloride</string>
         </property>
         <property name="text">
          <string>MgCl2:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="bs_nahco3Label">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>170</y>
           <width>151</width>
           <height>20</height>
          </rect>
         </property>
         <property name="toolTip">
          <string>Baking soda</string>
         </property>
         <property name="text">
          <string>NaHCO3:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="bs_caco3Label">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>200</y>
           <width>151</width>
           <height>20</height>
          </rect>
         </property>
         <property name="toolTip">
          <string>Chalk undissolved</string>
         </property>
         <property name="text">
          <string>CaCO3:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="bs_cacl2Edit">
         <property name="geometry">
          <rect>
           <x>170</x>
           <y>20</y>
           <width>91</width>
           <height>24</height>
          </rect>
         </property>
         <property name="toolTip">
          <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>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="suffix">
          <string> gr</string>
         </property>
         <property name="decimals">
          <number>2</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.100000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="bs_caso4Edit">
         <property name="geometry">
          <rect>
           <x>170</x>
           <y>50</y>
           <width>91</width>
           <height>24</height>
          </rect>
         </property>
         <property name="toolTip">
          <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>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="suffix">
          <string> gr</string>
         </property>
         <property name="decimals">
          <number>2</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.100000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="bs_mgso4Edit">
         <property name="geometry">
          <rect>
           <x>170</x>
           <y>80</y>
           <width>91</width>
           <height>24</height>
          </rect>
         </property>
         <property name="toolTip">
          <string>Epsom salt to change the water profile. Use with caution!</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="suffix">
          <string> gr</string>
         </property>
         <property name="decimals">
          <number>2</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.100000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="bs_naclEdit">
         <property name="geometry">
          <rect>
           <x>170</x>
           <y>110</y>
           <width>91</width>
           <height>24</height>
          </rect>
         </property>
         <property name="toolTip">
          <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>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="suffix">
          <string> gr</string>
         </property>
         <property name="decimals">
          <number>2</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.100000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="bs_mgcl2Edit">
         <property name="geometry">
          <rect>
           <x>170</x>
           <y>140</y>
           <width>91</width>
           <height>24</height>
          </rect>
         </property>
         <property name="toolTip">
          <string>Magnesium Chloride</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="suffix">
          <string> gr</string>
         </property>
         <property name="decimals">
          <number>2</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.100000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="bs_nahco3Edit">
         <property name="geometry">
          <rect>
           <x>170</x>
           <y>170</y>
           <width>91</width>
           <height>24</height>
          </rect>
         </property>
         <property name="toolTip">
          <string>Baking soda</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="suffix">
          <string> gr</string>
         </property>
         <property name="decimals">
          <number>2</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.100000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="bs_caco3Edit">
         <property name="geometry">
          <rect>
           <x>170</x>
           <y>200</y>
           <width>91</width>
           <height>24</height>
          </rect>
         </property>
         <property name="toolTip">
          <string>Chalk undissolved</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="suffix">
          <string> gr</string>
         </property>
         <property name="decimals">
          <number>2</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.100000000000000</double>
         </property>
        </widget>
       </widget>
       <widget class="QGroupBox" name="mashBox">
        <property name="geometry">
         <rect>
          <x>350</x>
          <y>230</y>
          <width>421</width>
          <height>91</height>
         </rect>
        </property>
        <property name="title">
         <string>Mash water</string>
        </property>
        <widget class="QLabel" name="mw_phLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>20</y>
           <width>111</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Desired pH:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="mw_autoLabel">
         <property name="geometry">
          <rect>
           <x>235</x>
           <y>20</y>
           <width>141</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Auto calculate:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="mw_acidLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>50</y>
           <width>111</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Acid to use:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QComboBox" name="mw_acidPick">
         <property name="geometry">
          <rect>
           <x>130</x>
           <y>50</y>
           <width>101</width>
           <height>23</height>
          </rect>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="mw_phEdit">
         <property name="geometry">
          <rect>
           <x>130</x>
           <y>20</y>
           <width>101</width>
           <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>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="decimals">
          <number>2</number>
         </property>
         <property name="maximum">
          <double>14.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.100000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="mw_acidpercEdit">
         <property name="geometry">
          <rect>
           <x>240</x>
           <y>50</y>
           <width>61</width>
           <height>24</height>
          </rect>
         </property>
         <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>false</bool>
         </property>
         <property name="suffix">
          <string>%</string>
         </property>
         <property name="decimals">
          <number>0</number>
         </property>
         <property name="maximum">
          <double>100.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>1.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="mw_acidvolEdit">
         <property name="geometry">
          <rect>
           <x>310</x>
           <y>50</y>
           <width>89</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="suffix">
          <string> ml</string>
         </property>
         <property name="decimals">
          <number>2</number>
         </property>
         <property name="maximum">
          <double>10000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.100000000000000</double>
         </property>
        </widget>
        <widget class="QCheckBox" name="mw_autoEdit">
         <property name="geometry">
          <rect>
           <x>385</x>
           <y>20</y>
           <width>16</width>
           <height>21</height>
          </rect>
         </property>
        </widget>
       </widget>
       <widget class="QGroupBox" name="spargeBox">
        <property name="geometry">
         <rect>
          <x>840</x>
          <y>230</y>
          <width>271</width>
          <height>241</height>
         </rect>
        </property>
        <property name="title">
         <string>Sparge water</string>
        </property>
        <widget class="QLabel" name="sp_volLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>20</y>
           <width>151</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Sparge water supply:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="sp_tempLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>50</y>
           <width>151</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Sparge temperature:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="sp_sourceLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>80</y>
           <width>151</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Water source:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="sp_phLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>110</y>
           <width>151</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Desired pH:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="sp_acidtypeLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>140</y>
           <width>151</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Acid type:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="sp_acidpercLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>170</y>
           <width>151</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Acid strength:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="sp_acidvolLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>200</y>
           <width>151</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Acid needed:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="sp_volEdit">
         <property name="geometry">
          <rect>
           <x>170</x>
           <y>20</y>
           <width>91</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>100000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.500000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="sp_tempEdit">
         <property name="geometry">
          <rect>
           <x>170</x>
           <y>50</y>
           <width>91</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>100.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.500000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="sp_phEdit">
         <property name="geometry">
          <rect>
           <x>170</x>
           <y>110</y>
           <width>91</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="decimals">
          <number>2</number>
         </property>
         <property name="maximum">
          <double>14.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.100000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="sp_acidpercEdit">
         <property name="geometry">
          <rect>
           <x>170</x>
           <y>170</y>
           <width>91</width>
           <height>24</height>
          </rect>
         </property>
         <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>false</bool>
         </property>
         <property name="suffix">
          <string>%</string>
         </property>
         <property name="decimals">
          <number>0</number>
         </property>
         <property name="maximum">
          <double>100.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>1.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="sp_acidvolEdit">
         <property name="geometry">
          <rect>
           <x>170</x>
           <y>200</y>
           <width>91</width>
           <height>24</height>
          </rect>
         </property>
         <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>false</bool>
         </property>
         <property name="suffix">
          <string> ml</string>
         </property>
         <property name="decimals">
          <number>2</number>
         </property>
         <property name="maximum">
          <double>10000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.100000000000000</double>
         </property>
        </widget>
        <widget class="QComboBox" name="sp_sourceEdit">
         <property name="geometry">
          <rect>
           <x>170</x>
           <y>80</y>
           <width>91</width>
           <height>23</height>
          </rect>
         </property>
        </widget>
        <widget class="QComboBox" name="sp_acidtypeEdit">
         <property name="geometry">
          <rect>
           <x>170</x>
           <y>140</y>
           <width>91</width>
           <height>23</height>
          </rect>
         </property>
        </widget>
       </widget>
       <widget class="QLabel" name="buguLabel">
        <property name="geometry">
         <rect>
          <x>290</x>
          <y>340</y>
          <width>181</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Bitterness index:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QDoubleSpinBox" name="buguEdit">
        <property name="geometry">
         <rect>
          <x>480</x>
          <y>340</y>
          <width>71</width>
          <height>24</height>
         </rect>
        </property>
        <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>false</bool>
        </property>
        <property name="decimals">
         <number>2</number>
        </property>
        <property name="maximum">
         <double>1000.000000000000000</double>
        </property>
        <property name="singleStep">
         <double>0.100000000000000</double>
        </property>
       </widget>
       <widget class="QLabel" name="buguResult">
        <property name="geometry">
         <rect>
          <x>560</x>
          <y>340</y>
          <width>211</width>
          <height>20</height>
         </rect>
        </property>
        <property name="font">
         <font>
          <italic>true</italic>
         </font>
        </property>
        <property name="text">
         <string>N/A</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QLabel" name="so4clLabel">
        <property name="geometry">
         <rect>
          <x>290</x>
          <y>370</y>
          <width>181</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Preffered SO4:Cl ratio:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QDoubleSpinBox" name="so4clEdit">
        <property name="geometry">
         <rect>
          <x>480</x>
          <y>370</y>
          <width>71</width>
          <height>24</height>
         </rect>
        </property>
        <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>false</bool>
        </property>
        <property name="decimals">
         <number>1</number>
        </property>
        <property name="maximum">
         <double>1000.000000000000000</double>
        </property>
        <property name="singleStep">
         <double>0.100000000000000</double>
        </property>
       </widget>
       <widget class="QLabel" name="so4clResult">
        <property name="geometry">
         <rect>
          <x>560</x>
          <y>370</y>
          <width>211</width>
          <height>20</height>
         </rect>
        </property>
        <property name="font">
         <font>
          <italic>true</italic>
         </font>
        </property>
        <property name="text">
         <string>N/A</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QLabel" name="cur_so4clLabel">
        <property name="geometry">
         <rect>
          <x>290</x>
          <y>400</y>
          <width>181</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Current SO4:Cl ratio:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QDoubleSpinBox" name="cur_so4clEdit">
        <property name="geometry">
         <rect>
          <x>480</x>
          <y>400</y>
          <width>71</width>
          <height>24</height>
         </rect>
        </property>
        <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>false</bool>
        </property>
        <property name="decimals">
         <number>1</number>
        </property>
        <property name="maximum">
         <double>1000.000000000000000</double>
        </property>
        <property name="singleStep">
         <double>0.100000000000000</double>
        </property>
       </widget>
       <widget class="RangedSlider" name="cur_so4clResult">
        <property name="geometry">
         <rect>
          <x>559</x>
          <y>400</y>
          <width>211</width>
          <height>20</height>
         </rect>
        </property>
       </widget>
      </widget>
      <widget class="QWidget" name="brewday">
       <attribute name="title">
        <string>Brewday</string>
       </attribute>
       <widget class="QLabel" name="brew_startLabel">
        <property name="geometry">
         <rect>
          <x>10</x>
          <y>10</y>
          <width>131</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Brewday plan:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QLabel" name="brew_endLabel">
        <property name="geometry">
         <rect>
          <x>10</x>
          <y>70</y>
          <width>131</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Brewday end:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QGroupBox" name="brew_mashBox">
        <property name="geometry">
         <rect>
          <x>10</x>
          <y>200</y>
          <width>341</width>
          <height>241</height>
         </rect>
        </property>
        <property name="title">
         <string>Mashing and Sparge</string>
        </property>
        <widget class="QLabel" name="brew_mashphLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>20</y>
           <width>141</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Mash pH:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="brew_mashphEdit">
         <property name="geometry">
          <rect>
           <x>160</x>
           <y>20</y>
           <width>81</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="maximum">
          <double>14.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.100000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="brew_mashphShow">
         <property name="geometry">
          <rect>
           <x>250</x>
           <y>20</y>
           <width>61</width>
           <height>24</height>
          </rect>
         </property>
         <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>
        </widget>
        <widget class="QDoubleSpinBox" name="brew_mashsgEdit">
         <property name="geometry">
          <rect>
           <x>160</x>
           <y>50</y>
           <width>81</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="decimals">
          <number>3</number>
         </property>
         <property name="singleStep">
          <double>0.001000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="brew_mashsgShow">
         <property name="geometry">
          <rect>
           <x>250</x>
           <y>50</y>
           <width>61</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>3</number>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="brew_masheffShow">
         <property name="geometry">
          <rect>
           <x>160</x>
           <y>80</y>
           <width>81</width>
           <height>24</height>
          </rect>
         </property>
         <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="suffix">
          <string> %</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>200.000000000000000</double>
         </property>
        </widget>
        <widget class="QLabel" name="brew_mashsgLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>50</y>
           <width>141</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Mash SG:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="brew_masheffLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>80</y>
           <width>141</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Mash efficiency:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="brew_spargephLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>200</y>
           <width>141</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Sparge water pH:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="brew_spargevolLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>140</y>
           <width>141</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Sparge supply L:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="brew_spargeestLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>170</y>
           <width>141</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Sparge estimate L:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="brew_spargevolShow">
         <property name="geometry">
          <rect>
           <x>160</x>
           <y>140</y>
           <width>81</width>
           <height>24</height>
          </rect>
         </property>
         <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="suffix">
          <string> L</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>200000.000000000000000</double>
         </property>
        </widget>
        <widget class="QLabel" name="brew_spargetempLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>110</y>
           <width>141</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Sparge temp °C:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="brew_spargephEdit">
         <property name="geometry">
          <rect>
           <x>160</x>
           <y>200</y>
           <width>81</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="maximum">
          <double>14.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.100000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="brew_spargeestShow">
         <property name="geometry">
          <rect>
           <x>160</x>
           <y>170</y>
           <width>81</width>
           <height>24</height>
          </rect>
         </property>
         <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="suffix">
          <string> L</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>200000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="brew_spargetempShow">
         <property name="geometry">
          <rect>
           <x>160</x>
           <y>110</y>
           <width>81</width>
           <height>24</height>
          </rect>
         </property>
         <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="suffix">
          <string> °C</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>200.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="brew_spargephShow">
         <property name="geometry">
          <rect>
           <x>250</x>
           <y>200</y>
           <width>61</width>
           <height>24</height>
          </rect>
         </property>
         <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>
        </widget>
       </widget>
       <widget class="QGroupBox" name="brew_boilBox">
        <property name="geometry">
         <rect>
          <x>370</x>
          <y>10</y>
          <width>361</width>
          <height>151</height>
         </rect>
        </property>
        <property name="title">
         <string>Pre boil</string>
        </property>
        <widget class="QLabel" name="brew_preboilphLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>20</y>
           <width>131</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Measured pH:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="brew_preboilsgLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>50</y>
           <width>131</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Measured SG:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="brew_preboilvolLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>80</y>
           <width>131</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Volume @100°C:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="brew_preboileffLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>110</y>
           <width>131</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Efficiency:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="brew_preboilphEdit">
         <property name="geometry">
          <rect>
           <x>150</x>
           <y>20</y>
           <width>81</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="maximum">
          <double>14.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.100000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="brew_preboilsgEdit">
         <property name="geometry">
          <rect>
           <x>150</x>
           <y>50</y>
           <width>81</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="decimals">
          <number>3</number>
         </property>
         <property name="singleStep">
          <double>0.001000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="brew_preboilsgShow">
         <property name="geometry">
          <rect>
           <x>240</x>
           <y>50</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>3</number>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="brew_preboileffShow">
         <property name="geometry">
          <rect>
           <x>150</x>
           <y>110</y>
           <width>81</width>
           <height>24</height>
          </rect>
         </property>
         <property name="toolTip">
          <string>Mash, sparge and lauter efficiency.</string>
         </property>
         <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="suffix">
          <string> %</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>200.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="brew_preboilvolEdit">
         <property name="geometry">
          <rect>
           <x>150</x>
           <y>80</y>
           <width>81</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="suffix">
          <string> L</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>100000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.100000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="brew_preboilvolShow">
         <property name="geometry">
          <rect>
           <x>240</x>
           <y>80</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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="suffix">
          <string> L</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>100000.000000000000000</double>
         </property>
        </widget>
        <widget class="QToolButton" name="brew_preboilButton">
         <property name="geometry">
          <rect>
           <x>320</x>
           <y>80</y>
           <width>28</width>
           <height>22</height>
          </rect>
         </property>
         <property name="toolTip">
          <string>Edit volume</string>
         </property>
         <property name="text">
          <string>...</string>
         </property>
         <property name="icon">
          <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
           <normaloff>:/icons/silk/pencil.png</normaloff>:/icons/silk/pencil.png</iconset>
         </property>
        </widget>
       </widget>
       <widget class="QGroupBox" name="whirlpoolBox">
        <property name="geometry">
         <rect>
          <x>750</x>
          <y>10</y>
          <width>361</width>
          <height>151</height>
         </rect>
        </property>
        <property name="title">
         <string>Whirlpools</string>
        </property>
        <widget class="QLabel" name="brew_whirlpool7Label">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>50</y>
           <width>151</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Whirlpool 72..79°C:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="brew_whirlpool6Label">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>80</y>
           <width>151</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Whirlpool 60..66°C:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="brew_whirlpool2Label">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>110</y>
           <width>151</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Whirlpool cold:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="brew_whirlpool9Label">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>20</y>
           <width>151</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Whirlpool 85..100°C:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="brew_whirlpool9Edit">
         <property name="geometry">
          <rect>
           <x>170</x>
           <y>20</y>
           <width>81</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="suffix">
          <string> min</string>
         </property>
         <property name="decimals">
          <number>0</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>1.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="brew_whirlpool7Edit">
         <property name="geometry">
          <rect>
           <x>170</x>
           <y>50</y>
           <width>81</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="suffix">
          <string> min</string>
         </property>
         <property name="decimals">
          <number>0</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>1.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="brew_whirlpool6Edit">
         <property name="geometry">
          <rect>
           <x>170</x>
           <y>80</y>
           <width>81</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="suffix">
          <string> min</string>
         </property>
         <property name="decimals">
          <number>0</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>1.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="brew_whirlpool2Edit">
         <property name="geometry">
          <rect>
           <x>170</x>
           <y>110</y>
           <width>81</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="suffix">
          <string> min</string>
         </property>
         <property name="decimals">
          <number>0</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>1.000000000000000</double>
         </property>
        </widget>
       </widget>
       <widget class="QGroupBox" name="brew_tofermentBox">
        <property name="geometry">
         <rect>
          <x>750</x>
          <y>170</y>
          <width>361</width>
          <height>271</height>
         </rect>
        </property>
        <property name="title">
         <string>Transfer to fermenter</string>
        </property>
        <widget class="QLabel" name="brew_tofermentLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>80</y>
           <width>151</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Volume to fermenter:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="brew_trublossLabel_2">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>20</y>
           <width>151</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Trub and chiller loss:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="brew_topupwaterLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>50</y>
           <width>151</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Top up water:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="brew_trublossEdit">
         <property name="geometry">
          <rect>
           <x>170</x>
           <y>20</y>
           <width>81</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="suffix">
          <string> L</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>100000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.100000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="brew_topupwaterEdit">
         <property name="geometry">
          <rect>
           <x>170</x>
           <y>50</y>
           <width>81</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="suffix">
          <string> L</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>100000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.100000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="brew_tofermentEdit">
         <property name="geometry">
          <rect>
           <x>170</x>
           <y>80</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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>false</bool>
         </property>
         <property name="suffix">
          <string> L</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>100000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>1.000000000000000</double>
         </property>
        </widget>
        <widget class="QLabel" name="brew_fermentsgLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>170</y>
           <width>151</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>SG in fermenter:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="brew_fermentcolorLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>200</y>
           <width>151</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>EBC color in fermenter:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="brew_fermentibuLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>230</y>
           <width>151</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>IBU in fermenter:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="brew_fermentcolorShow">
         <property name="geometry">
          <rect>
           <x>170</x>
           <y>200</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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>false</bool>
         </property>
         <property name="decimals">
          <number>0</number>
         </property>
         <property name="minimum">
          <double>0.000000000000000</double>
         </property>
         <property name="maximum">
          <double>400.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>1.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="brew_fermentibuShow">
         <property name="geometry">
          <rect>
           <x>170</x>
           <y>230</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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>false</bool>
         </property>
         <property name="decimals">
          <number>0</number>
         </property>
         <property name="minimum">
          <double>0.000000000000000</double>
         </property>
         <property name="maximum">
          <double>400.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>1.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="brew_fermentsgShow">
         <property name="geometry">
          <rect>
           <x>170</x>
           <y>170</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>3</number>
         </property>
        </widget>
        <widget class="QLabel" name="brew_aertimeLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>140</y>
           <width>151</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Aeration time &amp; speed:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="brew_aerspeedEdit">
         <property name="geometry">
          <rect>
           <x>260</x>
           <y>140</y>
           <width>81</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="suffix">
          <string> L/m</string>
         </property>
         <property name="decimals">
          <number>0</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>1.000000000000000</double>
         </property>
        </widget>
        <widget class="QComboBox" name="brew_aerwithEdit">
         <property name="geometry">
          <rect>
           <x>170</x>
           <y>110</y>
           <width>151</width>
           <height>23</height>
          </rect>
         </property>
        </widget>
        <widget class="QLabel" name="brew_aerwithLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>110</y>
           <width>151</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Aeration with:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="brew_aertimeEdit">
         <property name="geometry">
          <rect>
           <x>170</x>
           <y>140</y>
           <width>81</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="suffix">
          <string> min</string>
         </property>
         <property name="decimals">
          <number>0</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>1.000000000000000</double>
         </property>
        </widget>
       </widget>
       <widget class="QToolButton" name="brew_logButton">
        <property name="geometry">
         <rect>
          <x>150</x>
          <y>160</y>
          <width>28</width>
          <height>22</height>
         </rect>
        </property>
        <property name="toolTip">
         <string>Brew log chart</string>
        </property>
        <property name="text">
         <string>...</string>
        </property>
        <property name="icon">
         <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
          <normaloff>:/icons/silk/chart_line.png</normaloff>:/icons/silk/chart_line.png</iconset>
        </property>
       </widget>
       <widget class="QGroupBox" name="coolingBox">
        <property name="geometry">
         <rect>
          <x>370</x>
          <y>330</y>
          <width>361</width>
          <height>121</height>
         </rect>
        </property>
        <property name="title">
         <string>Cooling</string>
        </property>
        <widget class="QLabel" name="brew_coolwithLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>50</y>
           <width>131</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Cooling method:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="brew_cooltoLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>20</y>
           <width>131</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Cooling to:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="brew_cooltoEdit">
         <property name="geometry">
          <rect>
           <x>150</x>
           <y>20</y>
           <width>81</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="suffix">
          <string> °C</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>100000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>1.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="brew_cooltimeEdit">
         <property name="geometry">
          <rect>
           <x>150</x>
           <y>80</y>
           <width>81</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="suffix">
          <string> min</string>
         </property>
         <property name="decimals">
          <number>0</number>
         </property>
         <property name="maximum">
          <double>1000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>1.000000000000000</double>
         </property>
        </widget>
        <widget class="QComboBox" name="brew_coolwithEdit">
         <property name="geometry">
          <rect>
           <x>150</x>
           <y>50</y>
           <width>161</width>
           <height>23</height>
          </rect>
         </property>
        </widget>
        <widget class="QLabel" name="brew_cooltimeLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>80</y>
           <width>131</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Cooling time:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
       </widget>
       <widget class="QGroupBox" name="afterboilBox">
        <property name="geometry">
         <rect>
          <x>370</x>
          <y>170</y>
          <width>361</width>
          <height>151</height>
         </rect>
        </property>
        <property name="title">
         <string>After boil</string>
        </property>
        <widget class="QDoubleSpinBox" name="brew_aboilvolShow">
         <property name="geometry">
          <rect>
           <x>240</x>
           <y>80</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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="suffix">
          <string> L</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>100000.000000000000000</double>
         </property>
        </widget>
        <widget class="QLabel" name="brew_aboileffLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>110</y>
           <width>131</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Efficiency:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="brew_aboilsgShow">
         <property name="geometry">
          <rect>
           <x>240</x>
           <y>50</y>
           <width>71</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>3</number>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="brew_aboilphEdit">
         <property name="geometry">
          <rect>
           <x>150</x>
           <y>20</y>
           <width>81</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="maximum">
          <double>14.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.100000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="brew_aboilvolEdit">
         <property name="geometry">
          <rect>
           <x>150</x>
           <y>80</y>
           <width>81</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="suffix">
          <string> L</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>100000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.100000000000000</double>
         </property>
        </widget>
        <widget class="QLabel" name="brew_aboilphLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>20</y>
           <width>131</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Measured pH:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="brew_aboileffShow">
         <property name="geometry">
          <rect>
           <x>150</x>
           <y>110</y>
           <width>81</width>
           <height>24</height>
          </rect>
         </property>
         <property name="toolTip">
          <string>The overall efficiency.</string>
         </property>
         <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="suffix">
          <string> %</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>200.000000000000000</double>
         </property>
        </widget>
        <widget class="QToolButton" name="brew_aboilButton">
         <property name="geometry">
          <rect>
           <x>320</x>
           <y>80</y>
           <width>28</width>
           <height>22</height>
          </rect>
         </property>
         <property name="toolTip">
          <string>Edit volume</string>
         </property>
         <property name="text">
          <string>...</string>
         </property>
         <property name="icon">
          <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
           <normaloff>:/icons/silk/pencil.png</normaloff>:/icons/silk/pencil.png</iconset>
         </property>
        </widget>
        <widget class="QLabel" name="brew_aboilsgLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>50</y>
           <width>131</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Measured SG:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="brew_aboilvolLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>80</y>
           <width>131</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Volume @100°C:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="brew_aboilsgEdit">
         <property name="geometry">
          <rect>
           <x>150</x>
           <y>50</y>
           <width>81</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="decimals">
          <number>3</number>
         </property>
         <property name="singleStep">
          <double>0.001000000000000</double>
         </property>
        </widget>
       </widget>
       <widget class="QToolButton" name="brew_startButton1">
        <property name="geometry">
         <rect>
          <x>270</x>
          <y>10</y>
          <width>28</width>
          <height>22</height>
         </rect>
        </property>
        <property name="toolTip">
         <string>Set the date to today.</string>
        </property>
        <property name="text">
         <string>...</string>
        </property>
        <property name="icon">
         <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
          <normaloff>:/icons/silk/date.png</normaloff>:/icons/silk/date.png</iconset>
        </property>
       </widget>
       <widget class="NullDateEdit" name="brew_startDate">
        <property name="geometry">
         <rect>
          <x>150</x>
          <y>10</y>
          <width>111</width>
          <height>24</height>
         </rect>
        </property>
        <property name="toolTip">
         <string>Edit the brewdate plan or start.</string>
        </property>
        <property name="displayFormat">
         <string>dd-MM-yyyy</string>
        </property>
        <property name="calendarPopup">
         <bool>true</bool>
        </property>
       </widget>
       <widget class="QToolButton" name="brew_startButton2">
        <property name="geometry">
         <rect>
          <x>300</x>
          <y>10</y>
          <width>28</width>
          <height>22</height>
         </rect>
        </property>
        <property name="toolTip">
         <string>Clear planned brewdate</string>
        </property>
        <property name="text">
         <string>...</string>
        </property>
        <property name="icon">
         <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
          <normaloff>:/icons/silk/delete.png</normaloff>:/icons/silk/delete.png</iconset>
        </property>
       </widget>
       <widget class="QTimeEdit" name="brew_startTime">
        <property name="geometry">
         <rect>
          <x>150</x>
          <y>40</y>
          <width>111</width>
          <height>24</height>
         </rect>
        </property>
        <property name="toolTip">
         <string>Edit the brewdate start time.</string>
        </property>
        <property name="displayFormat">
         <string>hh:mm</string>
        </property>
       </widget>
       <widget class="NullDateEdit" name="brew_endDate">
        <property name="geometry">
         <rect>
          <x>150</x>
          <y>70</y>
          <width>111</width>
          <height>24</height>
         </rect>
        </property>
        <property name="toolTip">
         <string>Edit the brewdate end.</string>
        </property>
        <property name="displayFormat">
         <string>dd-MM-yyyy</string>
        </property>
        <property name="calendarPopup">
         <bool>true</bool>
        </property>
       </widget>
       <widget class="QTimeEdit" name="brew_endTime">
        <property name="geometry">
         <rect>
          <x>150</x>
          <y>100</y>
          <width>111</width>
          <height>24</height>
         </rect>
        </property>
        <property name="toolTip">
         <string>Edit the brewdate end time.</string>
        </property>
        <property name="displayFormat">
         <string>hh:mm</string>
        </property>
       </widget>
       <widget class="QToolButton" name="brew_endButton1">
        <property name="geometry">
         <rect>
          <x>270</x>
          <y>70</y>
          <width>28</width>
          <height>22</height>
         </rect>
        </property>
        <property name="toolTip">
         <string>Set the brewdate end date.</string>
        </property>
        <property name="text">
         <string>...</string>
        </property>
        <property name="icon">
         <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
          <normaloff>:/icons/silk/date.png</normaloff>:/icons/silk/date.png</iconset>
        </property>
       </widget>
       <widget class="QLabel" name="brew_endLabel2">
        <property name="geometry">
         <rect>
          <x>10</x>
          <y>100</y>
          <width>131</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>End time:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QLabel" name="brew_startLabel2">
        <property name="geometry">
         <rect>
          <x>10</x>
          <y>40</y>
          <width>131</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Start time:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QLabel" name="brew_logLabel">
        <property name="geometry">
         <rect>
          <x>10</x>
          <y>160</y>
          <width>131</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Show brewlog:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QLabel" name="brew_ackLabel">
        <property name="enabled">
         <bool>true</bool>
        </property>
        <property name="geometry">
         <rect>
          <x>10</x>
          <y>130</y>
          <width>131</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Confirm brew done:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QToolButton" name="brew_ackButton">
        <property name="geometry">
         <rect>
          <x>150</x>
          <y>130</y>
          <width>28</width>
          <height>22</height>
         </rect>
        </property>
        <property name="toolTip">
         <string>Confirm the brew dates and times.</string>
        </property>
        <property name="text">
         <string>...</string>
        </property>
        <property name="icon">
         <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
          <normaloff>:/icons/silk/accept.png</normaloff>:/icons/silk/accept.png</iconset>
        </property>
       </widget>
      </widget>
      <widget class="QWidget" name="ferment">
       <attribute name="icon">
        <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
         <normaloff>:/icons/bms/fermenter.png</normaloff>:/icons/bms/fermenter.png</iconset>
       </attribute>
       <attribute name="title">
        <string>Fermenting</string>
       </attribute>
       <widget class="QGroupBox" name="primaryBox">
        <property name="geometry">
         <rect>
          <x>140</x>
          <y>30</y>
          <width>391</width>
          <height>241</height>
         </rect>
        </property>
        <property name="title">
         <string>Primary fermentation</string>
        </property>
        <widget class="QLabel" name="prim_ogLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>20</y>
           <width>161</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Start density:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="prim_startCLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>50</y>
           <width>161</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Start temperature:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="prim_maxCLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>80</y>
           <width>161</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Peak temperature:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="prim_endCLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>110</y>
           <width>161</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>End temperature:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="prim_endsgLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>140</y>
           <width>161</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>End density:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="prim_enddateLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>170</y>
           <width>161</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>End date:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="prim_ogShow">
         <property name="geometry">
          <rect>
           <x>180</x>
           <y>20</y>
           <width>81</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>3</number>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="prim_startCEdit">
         <property name="geometry">
          <rect>
           <x>180</x>
           <y>50</y>
           <width>81</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="suffix">
          <string> °C</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>100000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.500000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="prim_maxCEdit">
         <property name="geometry">
          <rect>
           <x>180</x>
           <y>80</y>
           <width>81</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="suffix">
          <string> °C</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>100000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.500000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="prim_endCEdit">
         <property name="geometry">
          <rect>
           <x>180</x>
           <y>110</y>
           <width>81</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="suffix">
          <string> °C</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>100000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.500000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="prim_endsgEdit">
         <property name="geometry">
          <rect>
           <x>180</x>
           <y>140</y>
           <width>81</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="decimals">
          <number>3</number>
         </property>
         <property name="singleStep">
          <double>0.001000000000000</double>
         </property>
        </widget>
        <widget class="QLabel" name="prim_attLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>200</y>
           <width>161</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Apparent attenuation:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="prim_attShow">
         <property name="geometry">
          <rect>
           <x>180</x>
           <y>200</y>
           <width>81</width>
           <height>24</height>
          </rect>
         </property>
         <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="suffix">
          <string> %</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>100.000000000000000</double>
         </property>
        </widget>
        <widget class="QToolButton" name="prim_endsgButton">
         <property name="geometry">
          <rect>
           <x>300</x>
           <y>140</y>
           <width>28</width>
           <height>22</height>
          </rect>
         </property>
         <property name="toolTip">
          <string>Edit SG in Plato, Brix or SG</string>
         </property>
         <property name="text">
          <string>...</string>
         </property>
         <property name="icon">
          <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
           <normaloff>:/icons/silk/pencil.png</normaloff>:/icons/silk/pencil.png</iconset>
         </property>
        </widget>
        <widget class="QToolButton" name="prim_enddateButton">
         <property name="geometry">
          <rect>
           <x>300</x>
           <y>170</y>
           <width>28</width>
           <height>22</height>
          </rect>
         </property>
         <property name="toolTip">
          <string>Set the date to today</string>
         </property>
         <property name="text">
          <string>...</string>
         </property>
         <property name="icon">
          <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
           <normaloff>:/icons/silk/date.png</normaloff>:/icons/silk/date.png</iconset>
         </property>
        </widget>
        <widget class="NullDateEdit" name="prim_enddateEdit">
         <property name="geometry">
          <rect>
           <x>180</x>
           <y>170</y>
           <width>111</width>
           <height>24</height>
          </rect>
         </property>
         <property name="toolTip">
          <string>Edit the date the primary fermentation was done.</string>
         </property>
         <property name="displayFormat">
          <string>dd-MM-yyyy</string>
         </property>
         <property name="calendarPopup">
          <bool>true</bool>
         </property>
        </widget>
        <widget class="QToolButton" name="prim_ackButton">
         <property name="geometry">
          <rect>
           <x>340</x>
           <y>170</y>
           <width>28</width>
           <height>22</height>
          </rect>
         </property>
         <property name="toolTip">
          <string>Confirm the brew dates and times.</string>
         </property>
         <property name="text">
          <string>...</string>
         </property>
         <property name="icon">
          <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
           <normaloff>:/icons/silk/accept.png</normaloff>:/icons/silk/accept.png</iconset>
         </property>
        </widget>
       </widget>
       <widget class="QGroupBox" name="secondaryBox">
        <property name="geometry">
         <rect>
          <x>590</x>
          <y>30</y>
          <width>391</width>
          <height>151</height>
         </rect>
        </property>
        <property name="title">
         <string>Secondary fermentation</string>
        </property>
        <widget class="QLabel" name="sec_tempLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>20</y>
           <width>161</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>End temperature:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="sec_sgLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>50</y>
           <width>161</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>End density:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="sec_enddateLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>80</y>
           <width>161</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>End date:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="sec_tempEdit">
         <property name="geometry">
          <rect>
           <x>180</x>
           <y>20</y>
           <width>81</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="suffix">
          <string> °C</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>100000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.500000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="sec_sgEdit">
         <property name="geometry">
          <rect>
           <x>180</x>
           <y>50</y>
           <width>81</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="decimals">
          <number>3</number>
         </property>
         <property name="singleStep">
          <double>0.001000000000000</double>
         </property>
        </widget>
        <widget class="QLabel" name="sec_attLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>110</y>
           <width>161</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Apparent attenuation:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="sec_attShow">
         <property name="geometry">
          <rect>
           <x>180</x>
           <y>110</y>
           <width>81</width>
           <height>24</height>
          </rect>
         </property>
         <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="suffix">
          <string> %</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>100.000000000000000</double>
         </property>
        </widget>
        <widget class="QToolButton" name="sec_sgButton">
         <property name="geometry">
          <rect>
           <x>300</x>
           <y>50</y>
           <width>28</width>
           <height>22</height>
          </rect>
         </property>
         <property name="toolTip">
          <string>Edit SG in Plato, Brix or SG</string>
         </property>
         <property name="text">
          <string>...</string>
         </property>
         <property name="icon">
          <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
           <normaloff>:/icons/silk/pencil.png</normaloff>:/icons/silk/pencil.png</iconset>
         </property>
        </widget>
        <widget class="QToolButton" name="sec_enddateButton">
         <property name="geometry">
          <rect>
           <x>300</x>
           <y>80</y>
           <width>28</width>
           <height>22</height>
          </rect>
         </property>
         <property name="toolTip">
          <string>Set the date to today</string>
         </property>
         <property name="text">
          <string>...</string>
         </property>
         <property name="icon">
          <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
           <normaloff>:/icons/silk/date.png</normaloff>:/icons/silk/date.png</iconset>
         </property>
        </widget>
        <widget class="NullDateEdit" name="sec_enddateEdit">
         <property name="geometry">
          <rect>
           <x>180</x>
           <y>80</y>
           <width>111</width>
           <height>24</height>
          </rect>
         </property>
         <property name="toolTip">
          <string>Edit the date the secondary fermentation was done.</string>
         </property>
         <property name="displayFormat">
          <string>dd-MM-yyyy</string>
         </property>
         <property name="calendarPopup">
          <bool>true</bool>
         </property>
        </widget>
        <widget class="QToolButton" name="sec_ackButton">
         <property name="geometry">
          <rect>
           <x>340</x>
           <y>80</y>
           <width>28</width>
           <height>22</height>
          </rect>
         </property>
         <property name="toolTip">
          <string>Confirm the brew dates and times.</string>
         </property>
         <property name="text">
          <string>...</string>
         </property>
         <property name="icon">
          <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
           <normaloff>:/icons/silk/accept.png</normaloff>:/icons/silk/accept.png</iconset>
         </property>
        </widget>
       </widget>
       <widget class="QGroupBox" name="tertiaryBox">
        <property name="geometry">
         <rect>
          <x>590</x>
          <y>200</y>
          <width>391</width>
          <height>181</height>
         </rect>
        </property>
        <property name="title">
         <string>Tertiary fermentation</string>
        </property>
        <widget class="QLabel" name="tert_tempLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>20</y>
           <width>161</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Average temperature:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="tert_sgLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>80</y>
           <width>161</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Final density:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="tert_tempEdit">
         <property name="geometry">
          <rect>
           <x>180</x>
           <y>20</y>
           <width>81</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="suffix">
          <string> °C</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>100000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.500000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="tert_sgEdit">
         <property name="geometry">
          <rect>
           <x>180</x>
           <y>80</y>
           <width>81</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="decimals">
          <number>3</number>
         </property>
         <property name="singleStep">
          <double>0.001000000000000</double>
         </property>
        </widget>
        <widget class="QLabel" name="tert_attLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>110</y>
           <width>161</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Apparent attenuation:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="tert_attShow">
         <property name="geometry">
          <rect>
           <x>180</x>
           <y>110</y>
           <width>81</width>
           <height>24</height>
          </rect>
         </property>
         <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="suffix">
          <string> %</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>100.000000000000000</double>
         </property>
        </widget>
        <widget class="QToolButton" name="tert_sgButton">
         <property name="geometry">
          <rect>
           <x>290</x>
           <y>80</y>
           <width>28</width>
           <height>22</height>
          </rect>
         </property>
         <property name="toolTip">
          <string>Edit SG in Plato, Brix or SG</string>
         </property>
         <property name="text">
          <string>...</string>
         </property>
         <property name="icon">
          <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
           <normaloff>:/icons/silk/pencil.png</normaloff>:/icons/silk/pencil.png</iconset>
         </property>
        </widget>
        <widget class="QLabel" name="tert_estsgLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>50</y>
           <width>161</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Expected end density:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="tert_estsgShow">
         <property name="geometry">
          <rect>
           <x>180</x>
           <y>50</y>
           <width>81</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>3</number>
         </property>
        </widget>
        <widget class="QLabel" name="tert_abvLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>140</y>
           <width>161</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Alcohol volume:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="tert_abvShow">
         <property name="geometry">
          <rect>
           <x>180</x>
           <y>140</y>
           <width>81</width>
           <height>24</height>
          </rect>
         </property>
         <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="suffix">
          <string> %</string>
         </property>
         <property name="decimals">
          <number>2</number>
         </property>
         <property name="maximum">
          <double>100.000000000000000</double>
         </property>
        </widget>
       </widget>
       <widget class="QLabel" name="ferm_log1Label">
        <property name="geometry">
         <rect>
          <x>170</x>
          <y>310</y>
          <width>161</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Show fermenter unit log:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QLabel" name="ferm_log2Label">
        <property name="geometry">
         <rect>
          <x>170</x>
          <y>340</y>
          <width>161</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Show fermentation log:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QToolButton" name="ferm_log1Button">
        <property name="geometry">
         <rect>
          <x>340</x>
          <y>310</y>
          <width>28</width>
          <height>22</height>
         </rect>
        </property>
        <property name="toolTip">
         <string>Brew log chart</string>
        </property>
        <property name="text">
         <string>...</string>
        </property>
        <property name="icon">
         <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
          <normaloff>:/icons/silk/chart_line.png</normaloff>:/icons/silk/chart_line.png</iconset>
        </property>
       </widget>
       <widget class="QToolButton" name="ferm_log2Button">
        <property name="geometry">
         <rect>
          <x>340</x>
          <y>340</y>
          <width>28</width>
          <height>22</height>
         </rect>
        </property>
        <property name="toolTip">
         <string>Brew log chart</string>
        </property>
        <property name="text">
         <string>...</string>
        </property>
        <property name="icon">
         <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
          <normaloff>:/icons/silk/chart_line.png</normaloff>:/icons/silk/chart_line.png</iconset>
        </property>
       </widget>
      </widget>
      <widget class="QWidget" name="package">
       <attribute name="title">
        <string>Package</string>
       </attribute>
       <widget class="QLabel" name="pack_dateLabel">
        <property name="geometry">
         <rect>
          <x>10</x>
          <y>10</y>
          <width>161</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Package date:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QToolButton" name="pack_dateButton">
        <property name="geometry">
         <rect>
          <x>300</x>
          <y>10</y>
          <width>28</width>
          <height>22</height>
         </rect>
        </property>
        <property name="toolTip">
         <string>Set or clear date</string>
        </property>
        <property name="text">
         <string>...</string>
        </property>
        <property name="icon">
         <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
          <normaloff>:/icons/silk/date.png</normaloff>:/icons/silk/date.png</iconset>
        </property>
       </widget>
       <widget class="QDoubleSpinBox" name="pack_carbloShow">
        <property name="geometry">
         <rect>
          <x>740</x>
          <y>10</y>
          <width>71</width>
          <height>24</height>
         </rect>
        </property>
        <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>false</bool>
        </property>
        <property name="suffix">
         <string> %</string>
        </property>
        <property name="decimals">
         <number>1</number>
        </property>
        <property name="minimum">
         <double>0.000000000000000</double>
        </property>
        <property name="maximum">
         <double>80.000000000000000</double>
        </property>
        <property name="singleStep">
         <double>0.100000000000000</double>
        </property>
       </widget>
       <widget class="QLabel" name="pack_carbLabel">
        <property name="geometry">
         <rect>
          <x>570</x>
          <y>10</y>
          <width>161</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Carbonation range:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QDoubleSpinBox" name="pack_carbhiShow">
        <property name="geometry">
         <rect>
          <x>820</x>
          <y>10</y>
          <width>71</width>
          <height>24</height>
         </rect>
        </property>
        <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>false</bool>
        </property>
        <property name="suffix">
         <string> %</string>
        </property>
        <property name="decimals">
         <number>1</number>
        </property>
        <property name="minimum">
         <double>0.000000000000000</double>
        </property>
        <property name="maximum">
         <double>80.000000000000000</double>
        </property>
        <property name="singleStep">
         <double>0.100000000000000</double>
        </property>
       </widget>
       <widget class="QGroupBox" name="packgeneralBox">
        <property name="geometry">
         <rect>
          <x>10</x>
          <y>40</y>
          <width>1101</width>
          <height>151</height>
         </rect>
        </property>
        <property name="title">
         <string>Infusion or Dilution</string>
        </property>
        <widget class="QLabel" name="pack_volumeLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>20</y>
           <width>151</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Package volume:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="pack_addvolLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>50</y>
           <width>151</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Extra added volume:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="pack_notesLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>110</y>
           <width>151</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Extra remarks:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="pack_finalabvLabel">
         <property name="geometry">
          <rect>
           <x>560</x>
           <y>80</y>
           <width>161</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Final ABV %:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="pack_addabvLabel">
         <property name="geometry">
          <rect>
           <x>560</x>
           <y>50</y>
           <width>161</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Extra added ABV %:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="pack_phLabel">
         <property name="geometry">
          <rect>
           <x>270</x>
           <y>20</y>
           <width>161</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>pH from fermenter:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="pack_volumeEdit">
         <property name="geometry">
          <rect>
           <x>170</x>
           <y>20</y>
           <width>91</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="suffix">
          <string> L</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>100000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.500000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="pack_addvolEdit">
         <property name="geometry">
          <rect>
           <x>170</x>
           <y>50</y>
           <width>91</width>
           <height>24</height>
          </rect>
         </property>
         <property name="toolTip">
          <string>Extra dilution or infusion added to this batch.</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="suffix">
          <string> L</string>
         </property>
         <property name="decimals">
          <number>3</number>
         </property>
         <property name="maximum">
          <double>100000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.010000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="pack_finalabvShow">
         <property name="geometry">
          <rect>
           <x>730</x>
           <y>80</y>
           <width>91</width>
           <height>24</height>
          </rect>
         </property>
         <property name="toolTip">
          <string>The ABV including the infusion.</string>
         </property>
         <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="suffix">
          <string> %</string>
         </property>
         <property name="decimals">
          <number>2</number>
         </property>
         <property name="maximum">
          <double>100.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="pack_addabvEdit">
         <property name="geometry">
          <rect>
           <x>730</x>
           <y>50</y>
           <width>91</width>
           <height>24</height>
          </rect>
         </property>
         <property name="toolTip">
          <string>If there is alcohol in the infusion, give the percentage.</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="readOnly">
          <bool>false</bool>
         </property>
         <property name="buttonSymbols">
          <enum>QAbstractSpinBox::UpDownArrows</enum>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="suffix">
          <string> %</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>100.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.100000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="pack_phEdit">
         <property name="geometry">
          <rect>
           <x>440</x>
           <y>20</y>
           <width>91</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="maximum">
          <double>14.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.100000000000000</double>
         </property>
        </widget>
        <widget class="QLineEdit" name="pack_notesEdit">
         <property name="geometry">
          <rect>
           <x>170</x>
           <y>110</y>
           <width>821</width>
           <height>23</height>
          </rect>
         </property>
         <property name="toolTip">
          <string>Could be the description of the infusion.</string>
         </property>
         <property name="maxLength">
          <number>128</number>
         </property>
        </widget>
        <widget class="QLabel" name="pack_abvLabel">
         <property name="geometry">
          <rect>
           <x>560</x>
           <y>20</y>
           <width>161</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Package ABV %:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="pack_abvShow">
         <property name="geometry">
          <rect>
           <x>730</x>
           <y>20</y>
           <width>91</width>
           <height>24</height>
          </rect>
         </property>
         <property name="toolTip">
          <string>The ABV including the infusion.</string>
         </property>
         <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="suffix">
          <string> %</string>
         </property>
         <property name="decimals">
          <number>2</number>
         </property>
         <property name="maximum">
          <double>100.000000000000000</double>
         </property>
        </widget>
       </widget>
       <widget class="QGroupBox" name="bottleBox">
        <property name="geometry">
         <rect>
          <x>10</x>
          <y>200</y>
          <width>541</width>
          <height>211</height>
         </rect>
        </property>
        <property name="title">
         <string>Bottles</string>
        </property>
        <widget class="QLabel" name="bottle_volumeLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>20</y>
           <width>151</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Volume:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="bottle_carbLabel">
         <property name="geometry">
          <rect>
           <x>270</x>
           <y>20</y>
           <width>161</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Desired volume CO2:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="bottle_sugarLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>50</y>
           <width>151</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Priming sugar:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="bottle_sug_weightLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>80</y>
           <width>151</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Sugar amount:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="bottle_sug_amountLabel">
         <property name="geometry">
          <rect>
           <x>310</x>
           <y>50</y>
           <width>121</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Priming:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="bottle_sug_waterLabel">
         <property name="geometry">
          <rect>
           <x>270</x>
           <y>80</y>
           <width>161</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Water amount:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="bottle_tempLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>170</y>
           <width>151</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Bottle fermentation:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="bottle_volumeEdit">
         <property name="geometry">
          <rect>
           <x>170</x>
           <y>20</y>
           <width>91</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="suffix">
          <string> L</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>100000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.500000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="bottle_carbEdit">
         <property name="geometry">
          <rect>
           <x>440</x>
           <y>20</y>
           <width>91</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="suffix">
          <string> %</string>
         </property>
         <property name="decimals">
          <number>2</number>
         </property>
         <property name="maximum">
          <double>30.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.100000000000000</double>
         </property>
        </widget>
        <widget class="QComboBox" name="bottle_sugarEdit">
         <property name="geometry">
          <rect>
           <x>170</x>
           <y>50</y>
           <width>131</width>
           <height>23</height>
          </rect>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="bottle_sug_weightShow">
         <property name="geometry">
          <rect>
           <x>170</x>
           <y>80</y>
           <width>91</width>
           <height>24</height>
          </rect>
         </property>
         <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="suffix">
          <string> gr</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>2000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="bottle_sug_amountShow">
         <property name="geometry">
          <rect>
           <x>440</x>
           <y>50</y>
           <width>91</width>
           <height>24</height>
          </rect>
         </property>
         <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="suffix">
          <string> gr/L</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>20.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="bottle_sug_waterEdit">
         <property name="geometry">
          <rect>
           <x>440</x>
           <y>80</y>
           <width>91</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="suffix">
          <string> L</string>
         </property>
         <property name="decimals">
          <number>3</number>
         </property>
         <property name="maximum">
          <double>100000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.010000000000000</double>
         </property>
        </widget>
        <widget class="QLabel" name="bottle_barLabel">
         <property name="geometry">
          <rect>
           <x>270</x>
           <y>140</y>
           <width>161</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Expected pressure in bar:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="bottle_abvLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>140</y>
           <width>151</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Bottles ABV %:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="bottle_tempEdit">
         <property name="geometry">
          <rect>
           <x>170</x>
           <y>170</y>
           <width>91</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="suffix">
          <string> °C</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>40.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.500000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="bottle_abvShow">
         <property name="geometry">
          <rect>
           <x>170</x>
           <y>140</y>
           <width>91</width>
           <height>24</height>
          </rect>
         </property>
         <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="suffix">
          <string> %</string>
         </property>
         <property name="decimals">
          <number>2</number>
         </property>
         <property name="maximum">
          <double>100.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="bottle_barShow">
         <property name="geometry">
          <rect>
           <x>440</x>
           <y>140</y>
           <width>91</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>20.000000000000000</double>
         </property>
        </widget>
       </widget>
       <widget class="QGroupBox" name="kegBox">
        <property name="geometry">
         <rect>
          <x>570</x>
          <y>200</y>
          <width>541</width>
          <height>211</height>
         </rect>
        </property>
        <property name="title">
         <string>Kegs</string>
        </property>
        <widget class="QLabel" name="keg_abvLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>140</y>
           <width>151</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Kegs ABV %:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="keg_barLabel">
         <property name="geometry">
          <rect>
           <x>270</x>
           <y>140</y>
           <width>161</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Kegs pressure in bar:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="keg_sug_weightLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>80</y>
           <width>151</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Sugar amount:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="keg_carbLabel">
         <property name="geometry">
          <rect>
           <x>270</x>
           <y>20</y>
           <width>161</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Desired volume CO2:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="keg_sug_waterLabel">
         <property name="geometry">
          <rect>
           <x>270</x>
           <y>80</y>
           <width>161</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Water amount:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="keg_sug_amountLabel">
         <property name="geometry">
          <rect>
           <x>310</x>
           <y>50</y>
           <width>121</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Priming:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="keg_tempLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>170</y>
           <width>151</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Kegs temperature:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QLabel" name="keg_sugarLabel">
         <property name="enabled">
          <bool>true</bool>
         </property>
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>50</y>
           <width>151</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Priming sugar:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="keg_sug_weightShow">
         <property name="enabled">
          <bool>true</bool>
         </property>
         <property name="geometry">
          <rect>
           <x>170</x>
           <y>80</y>
           <width>91</width>
           <height>24</height>
          </rect>
         </property>
         <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="suffix">
          <string> gr</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>2000.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="keg_abvShow">
         <property name="geometry">
          <rect>
           <x>170</x>
           <y>140</y>
           <width>91</width>
           <height>24</height>
          </rect>
         </property>
         <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="suffix">
          <string> %</string>
         </property>
         <property name="decimals">
          <number>2</number>
         </property>
         <property name="maximum">
          <double>100.000000000000000</double>
         </property>
        </widget>
        <widget class="QLabel" name="keg_volumeLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>20</y>
           <width>151</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Volume:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="keg_sug_waterEdit">
         <property name="geometry">
          <rect>
           <x>440</x>
           <y>80</y>
           <width>91</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="suffix">
          <string> L</string>
         </property>
         <property name="decimals">
          <number>3</number>
         </property>
         <property name="maximum">
          <double>100000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.010000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="keg_sug_amountShow">
         <property name="geometry">
          <rect>
           <x>440</x>
           <y>50</y>
           <width>91</width>
           <height>24</height>
          </rect>
         </property>
         <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="suffix">
          <string> gr/L</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>20.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="keg_barShow">
         <property name="geometry">
          <rect>
           <x>440</x>
           <y>140</y>
           <width>91</width>
           <height>24</height>
          </rect>
         </property>
         <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="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>20.000000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="keg_volumeEdit">
         <property name="geometry">
          <rect>
           <x>170</x>
           <y>20</y>
           <width>91</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="suffix">
          <string> L</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>100000.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.500000000000000</double>
         </property>
        </widget>
        <widget class="QComboBox" name="keg_sugarEdit">
         <property name="enabled">
          <bool>true</bool>
         </property>
         <property name="geometry">
          <rect>
           <x>170</x>
           <y>50</y>
           <width>131</width>
           <height>23</height>
          </rect>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="keg_carbEdit">
         <property name="geometry">
          <rect>
           <x>440</x>
           <y>20</y>
           <width>91</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="suffix">
          <string> %</string>
         </property>
         <property name="decimals">
          <number>2</number>
         </property>
         <property name="maximum">
          <double>30.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.100000000000000</double>
         </property>
        </widget>
        <widget class="QDoubleSpinBox" name="keg_tempEdit">
         <property name="geometry">
          <rect>
           <x>170</x>
           <y>170</y>
           <width>91</width>
           <height>24</height>
          </rect>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="accelerated">
          <bool>true</bool>
         </property>
         <property name="suffix">
          <string> °C</string>
         </property>
         <property name="decimals">
          <number>1</number>
         </property>
         <property name="maximum">
          <double>40.000000000000000</double>
         </property>
         <property name="singleStep">
          <double>0.500000000000000</double>
         </property>
        </widget>
        <widget class="QLabel" name="keg_forcedLabel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>110</y>
           <width>151</width>
           <height>20</height>
          </rect>
         </property>
         <property name="text">
          <string>Forced carbonation:</string>
         </property>
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
        <widget class="QCheckBox" name="keg_forcedEdit">
         <property name="geometry">
          <rect>
           <x>170</x>
           <y>110</y>
           <width>85</width>
           <height>21</height>
          </rect>
         </property>
        </widget>
       </widget>
       <widget class="NullDateEdit" name="pack_dateEdit">
        <property name="geometry">
         <rect>
          <x>180</x>
          <y>10</y>
          <width>111</width>
          <height>24</height>
         </rect>
        </property>
        <property name="toolTip">
         <string>Edit the package date.</string>
        </property>
        <property name="displayFormat">
         <string>dd-MM-yyyy</string>
        </property>
        <property name="calendarPopup">
         <bool>true</bool>
        </property>
       </widget>
       <widget class="QToolButton" name="pack_ackButton">
        <property name="geometry">
         <rect>
          <x>340</x>
          <y>10</y>
          <width>28</width>
          <height>22</height>
         </rect>
        </property>
        <property name="toolTip">
         <string>Set or clear date</string>
        </property>
        <property name="text">
         <string>...</string>
        </property>
        <property name="icon">
         <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
          <normaloff>:/icons/silk/accept.png</normaloff>:/icons/silk/accept.png</iconset>
        </property>
       </widget>
      </widget>
      <widget class="QWidget" name="taste">
       <attribute name="title">
        <string>Tasting</string>
       </attribute>
       <widget class="QLabel" name="taste_dateLabel">
        <property name="geometry">
         <rect>
          <x>10</x>
          <y>20</y>
          <width>161</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Taste date:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QToolButton" name="taste_dateButton">
        <property name="geometry">
         <rect>
          <x>310</x>
          <y>20</y>
          <width>28</width>
          <height>22</height>
         </rect>
        </property>
        <property name="toolTip">
         <string>Set or clear date</string>
        </property>
        <property name="text">
         <string>...</string>
        </property>
        <property name="icon">
         <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
          <normaloff>:/icons/silk/date.png</normaloff>:/icons/silk/date.png</iconset>
        </property>
       </widget>
       <widget class="QLabel" name="taste_rateLabel">
        <property name="geometry">
         <rect>
          <x>490</x>
          <y>20</y>
          <width>161</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Taste rate:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QDoubleSpinBox" name="taste_rateEdit">
        <property name="geometry">
         <rect>
          <x>660</x>
          <y>20</y>
          <width>81</width>
          <height>24</height>
         </rect>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
        <property name="accelerated">
         <bool>true</bool>
        </property>
        <property name="decimals">
         <number>1</number>
        </property>
        <property name="maximum">
         <double>10.000000000000000</double>
        </property>
        <property name="singleStep">
         <double>0.100000000000000</double>
        </property>
       </widget>
       <widget class="QLabel" name="taste_colorLabel">
        <property name="geometry">
         <rect>
          <x>10</x>
          <y>50</y>
          <width>161</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Color:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QLabel" name="taste_transparencyLabel">
        <property name="geometry">
         <rect>
          <x>10</x>
          <y>80</y>
          <width>161</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Transparency:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QLabel" name="taste_headLabel">
        <property name="geometry">
         <rect>
          <x>10</x>
          <y>110</y>
          <width>161</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Head:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QLineEdit" name="taste_colorEdit">
        <property name="geometry">
         <rect>
          <x>180</x>
          <y>50</y>
          <width>481</width>
          <height>23</height>
         </rect>
        </property>
        <property name="maxLength">
         <number>64</number>
        </property>
       </widget>
       <widget class="QLineEdit" name="taste_headEdit">
        <property name="geometry">
         <rect>
          <x>180</x>
          <y>110</y>
          <width>791</width>
          <height>23</height>
         </rect>
        </property>
        <property name="maxLength">
         <number>256</number>
        </property>
       </widget>
       <widget class="QLineEdit" name="taste_transparencyEdit">
        <property name="geometry">
         <rect>
          <x>180</x>
          <y>80</y>
          <width>791</width>
          <height>23</height>
         </rect>
        </property>
        <property name="maxLength">
         <number>256</number>
        </property>
       </widget>
       <widget class="QLabel" name="taste_aromaLabel">
        <property name="geometry">
         <rect>
          <x>10</x>
          <y>140</y>
          <width>161</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Aroma:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QLineEdit" name="taste_aromaEdit">
        <property name="geometry">
         <rect>
          <x>180</x>
          <y>140</y>
          <width>791</width>
          <height>23</height>
         </rect>
        </property>
        <property name="maxLength">
         <number>256</number>
        </property>
       </widget>
       <widget class="QLabel" name="taste_tasteLabel">
        <property name="geometry">
         <rect>
          <x>10</x>
          <y>170</y>
          <width>161</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Taste:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QLineEdit" name="taste_tasteEdit">
        <property name="geometry">
         <rect>
          <x>180</x>
          <y>170</y>
          <width>791</width>
          <height>23</height>
         </rect>
        </property>
        <property name="maxLength">
         <number>256</number>
        </property>
       </widget>
       <widget class="QLabel" name="taste_aftertasteLabel">
        <property name="geometry">
         <rect>
          <x>10</x>
          <y>200</y>
          <width>161</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Aftertaste:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QLineEdit" name="taste_aftertasteEdit">
        <property name="geometry">
         <rect>
          <x>180</x>
          <y>200</y>
          <width>791</width>
          <height>23</height>
         </rect>
        </property>
        <property name="maxLength">
         <number>256</number>
        </property>
       </widget>
       <widget class="QLabel" name="taste_mouthfeelLabel">
        <property name="geometry">
         <rect>
          <x>10</x>
          <y>230</y>
          <width>161</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Mouthfeel:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QLineEdit" name="taste_mouthfeelEdit">
        <property name="geometry">
         <rect>
          <x>180</x>
          <y>230</y>
          <width>791</width>
          <height>23</height>
         </rect>
        </property>
        <property name="maxLength">
         <number>256</number>
        </property>
       </widget>
       <widget class="QLabel" name="taste_notesLabel">
        <property name="geometry">
         <rect>
          <x>10</x>
          <y>260</y>
          <width>161</width>
          <height>20</height>
         </rect>
        </property>
        <property name="text">
         <string>Notes:</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
       <widget class="QPlainTextEdit" name="taste_notesEdit">
        <property name="geometry">
         <rect>
          <x>180</x>
          <y>260</y>
          <width>791</width>
          <height>101</height>
         </rect>
        </property>
       </widget>
       <widget class="NullDateEdit" name="taste_dateEdit">
        <property name="geometry">
         <rect>
          <x>180</x>
          <y>20</y>
          <width>111</width>
          <height>24</height>
         </rect>
        </property>
        <property name="toolTip">
         <string>Edit the tasting date.</string>
        </property>
        <property name="displayFormat">
         <string>dd-MM-yyyy</string>
        </property>
        <property name="calendarPopup">
         <bool>true</bool>
        </property>
       </widget>
       <widget class="QToolButton" name="taste_ackButton">
        <property name="geometry">
         <rect>
          <x>350</x>
          <y>20</y>
          <width>28</width>
          <height>22</height>
         </rect>
        </property>
        <property name="toolTip">
         <string>Set or clear date</string>
        </property>
        <property name="text">
         <string>...</string>
        </property>
        <property name="icon">
         <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
          <normaloff>:/icons/silk/accept.png</normaloff>:/icons/silk/accept.png</iconset>
        </property>
       </widget>
      </widget>
     </widget>
     <widget class="QPushButton" name="exportButton">
      <property name="geometry">
       <rect>
        <x>300</x>
        <y>510</y>
        <width>80</width>
        <height>23</height>
       </rect>
      </property>
      <property name="text">
       <string>Export</string>
      </property>
      <property name="icon">
       <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
        <normaloff>:/icons/silk/disk_multiple.png</normaloff>:/icons/silk/disk_multiple.png</iconset>
      </property>
     </widget>
     <widget class="QPushButton" name="printButton">
      <property name="geometry">
       <rect>
        <x>730</x>
        <y>510</y>
        <width>80</width>
        <height>23</height>
       </rect>
      </property>
      <property name="text">
       <string>Print</string>
      </property>
      <property name="icon">
       <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
        <normaloff>:/icons/silk/printer.png</normaloff>:/icons/silk/printer.png</iconset>
      </property>
     </widget>
    </widget>
   </item>
  </layout>
 </widget>
 <customwidgets>
  <customwidget>
   <class>NullDateEdit</class>
   <extends>QDateEdit</extends>
   <header>NullDateEdit.h</header>
  </customwidget>
  <customwidget>
   <class>RangedSlider</class>
   <extends>QWidget</extends>
   <header>RangedSlider.h</header>
  </customwidget>
 </customwidgets>
 <tabstops>
  <tabstop>quitButton</tabstop>
  <tabstop>exportButton</tabstop>
  <tabstop>deleteButton</tabstop>
  <tabstop>printButton</tabstop>
  <tabstop>saveButton</tabstop>
  <tabstop>tabWidget</tabstop>
  <tabstop>codeEdit</tabstop>
  <tabstop>nameEdit</tabstop>
  <tabstop>stageEdit</tabstop>
  <tabstop>birthEdit</tabstop>
  <tabstop>typeEdit</tabstop>
  <tabstop>notesEdit</tabstop>
  <tabstop>batch_sizeEdit</tabstop>
  <tabstop>boil_timeEdit</tabstop>
  <tabstop>boil_sizeEdit</tabstop>
  <tabstop>splitatEdit</tabstop>
  <tabstop>efficiencyEdit</tabstop>
  <tabstop>lockedEdit</tabstop>
  <tabstop>beerstyleEdit</tabstop>
  <tabstop>st_guideEdit</tabstop>
  <tabstop>st_nameEdit</tabstop>
  <tabstop>st_groupEdit</tabstop>
  <tabstop>st_typeEdit</tabstop>
  <tabstop>st_catEdit</tabstop>
  <tabstop>st_catnrEdit</tabstop>
  <tabstop>est_ogEdit</tabstop>
  <tabstop>est_fgEdit</tabstop>
  <tabstop>est_abvEdit</tabstop>
  <tabstop>est_colorEdit</tabstop>
  <tabstop>color_methodEdit</tabstop>
  <tabstop>est_carbEdit</tabstop>
  <tabstop>est_ibuEdit</tabstop>
  <tabstop>ibu_methodEdit</tabstop>
  <tabstop>calEdit</tabstop>
  <tabstop>eq_selectEdit</tabstop>
  <tabstop>eq_nameEdit</tabstop>
  <tabstop>eq_notesEdit</tabstop>
  <tabstop>tun_volumeEdit</tabstop>
  <tabstop>tun_materialEdit</tabstop>
  <tabstop>mash_volumeEdit</tabstop>
  <tabstop>mash_maxEdit</tabstop>
  <tabstop>lauter_volumeEdit</tabstop>
  <tabstop>lauter_deadspaceEdit</tabstop>
  <tabstop>kettle_volumeEdit</tabstop>
  <tabstop>eqboil_sizeEdit</tabstop>
  <tabstop>evap_rateEdit</tabstop>
  <tabstop>eqboil_timeEdit</tabstop>
  <tabstop>topup_kettleEdit</tabstop>
  <tabstop>hop_utilizationEdit</tabstop>
  <tabstop>eqbatch_sizeEdit</tabstop>
  <tabstop>eq_efficiencyEdit</tabstop>
  <tabstop>trub_chillerlossEdit</tabstop>
  <tabstop>topup_waterEdit</tabstop>
  <tabstop>est_color2Edit</tabstop>
  <tabstop>est_og2Edit</tabstop>
  <tabstop>mash_kgEdit</tabstop>
  <tabstop>addFermentable</tabstop>
  <tabstop>fermentablesTable</tabstop>
  <tabstop>est_ibu2Edit</tabstop>
  <tabstop>addHop</tabstop>
  <tabstop>hopsTable</tabstop>
  <tabstop>miscsTable</tabstop>
  <tabstop>addMisc</tabstop>
  <tabstop>est_og4Edit</tabstop>
  <tabstop>est_fg3Edit</tabstop>
  <tabstop>est_abv2Edit</tabstop>
  <tabstop>est_svgEdit</tabstop>
  <tabstop>productionEdit</tabstop>
  <tabstop>productionButton1</tabstop>
  <tabstop>productionButton2</tabstop>
  <tabstop>conditionShow</tabstop>
  <tabstop>addYeast</tabstop>
  <tabstop>yeastsTable</tabstop>
  <tabstop>stmethodEdit</tabstop>
  <tabstop>pitchrateEdit</tabstop>
  <tabstop>pitchrateButton</tabstop>
  <tabstop>startersgEdit</tabstop>
  <tabstop>neededShow</tabstop>
  <tabstop>starterTable</tabstop>
  <tabstop>lo_gr_hlEdit</tabstop>
  <tabstop>lo_sgEdit</tabstop>
  <tabstop>hi_gr_hlEdit</tabstop>
  <tabstop>hi_sgEdit</tabstop>
  <tabstop>dry_pitchrateShow</tabstop>
  <tabstop>dry_needShow</tabstop>
  <tabstop>pitch_grShow</tabstop>
  <tabstop>mash_nameEdit</tabstop>
  <tabstop>mash_pickEdit</tabstop>
  <tabstop>mash_volEdit</tabstop>
  <tabstop>mash_timeEdit</tabstop>
  <tabstop>addMash</tabstop>
  <tabstop>mashsTable</tabstop>
  <tabstop>w1_nameEdit</tabstop>
  <tabstop>w1_volEdit</tabstop>
  <tabstop>w1_caEdit</tabstop>
  <tabstop>w1_mgEdit</tabstop>
  <tabstop>w1_hco3Edit</tabstop>
  <tabstop>w1_caco3Edit</tabstop>
  <tabstop>w1_naEdit</tabstop>
  <tabstop>w1_clEdit</tabstop>
  <tabstop>w1_so4Edit</tabstop>
  <tabstop>w1_phEdit</tabstop>
  <tabstop>w2_nameEdit</tabstop>
  <tabstop>w2_volEdit</tabstop>
  <tabstop>w2_caEdit</tabstop>
  <tabstop>w2_mgEdit</tabstop>
  <tabstop>w2_hco3Edit</tabstop>
  <tabstop>w2_caco3Edit</tabstop>
  <tabstop>w2_naEdit</tabstop>
  <tabstop>w2_clEdit</tabstop>
  <tabstop>w2_so4Edit</tabstop>
  <tabstop>w2_phEdit</tabstop>
  <tabstop>wg_volEdit</tabstop>
  <tabstop>wg_caEdit</tabstop>
  <tabstop>wg_mgEdit</tabstop>
  <tabstop>wg_hco3Edit</tabstop>
  <tabstop>wg_caco3Edit</tabstop>
  <tabstop>wg_naEdit</tabstop>
  <tabstop>wg_clEdit</tabstop>
  <tabstop>wg_so4Edit</tabstop>
  <tabstop>wg_phEdit</tabstop>
  <tabstop>wb_caEdit</tabstop>
  <tabstop>wb_mgEdit</tabstop>
  <tabstop>wb_hco3Edit</tabstop>
  <tabstop>wb_caco3Edit</tabstop>
  <tabstop>wb_naEdit</tabstop>
  <tabstop>wb_clEdit</tabstop>
  <tabstop>wb_so4Edit</tabstop>
  <tabstop>wb_phEdit</tabstop>
  <tabstop>wt_sourceEdit</tabstop>
  <tabstop>wt_caEdit</tabstop>
  <tabstop>wt_mgEdit</tabstop>
  <tabstop>wt_hco3Edit</tabstop>
  <tabstop>wt_caco3Edit</tabstop>
  <tabstop>wt_naEdit</tabstop>
  <tabstop>wt_clEdit</tabstop>
  <tabstop>wt_so4Edit</tabstop>
  <tabstop>bs_cacl2Edit</tabstop>
  <tabstop>bs_caso4Edit</tabstop>
  <tabstop>bs_mgso4Edit</tabstop>
  <tabstop>bs_naclEdit</tabstop>
  <tabstop>bs_mgcl2Edit</tabstop>
  <tabstop>bs_nahco3Edit</tabstop>
  <tabstop>bs_caco3Edit</tabstop>
  <tabstop>mw_phEdit</tabstop>
  <tabstop>mw_autoEdit</tabstop>
  <tabstop>mw_acidPick</tabstop>
  <tabstop>mw_acidpercEdit</tabstop>
  <tabstop>mw_acidvolEdit</tabstop>
  <tabstop>sp_volEdit</tabstop>
  <tabstop>sp_tempEdit</tabstop>
  <tabstop>sp_sourceEdit</tabstop>
  <tabstop>sp_phEdit</tabstop>
  <tabstop>sp_acidtypeEdit</tabstop>
  <tabstop>sp_acidpercEdit</tabstop>
  <tabstop>sp_acidvolEdit</tabstop>
  <tabstop>buguEdit</tabstop>
  <tabstop>so4clEdit</tabstop>
  <tabstop>cur_so4clEdit</tabstop>
  <tabstop>brew_startDate</tabstop>
  <tabstop>brew_startButton1</tabstop>
  <tabstop>brew_startButton2</tabstop>
  <tabstop>brew_startTime</tabstop>
  <tabstop>brew_endDate</tabstop>
  <tabstop>brew_endButton1</tabstop>
  <tabstop>brew_endTime</tabstop>
  <tabstop>brew_ackButton</tabstop>
  <tabstop>brew_logButton</tabstop>
  <tabstop>brew_mashphEdit</tabstop>
  <tabstop>brew_mashphShow</tabstop>
  <tabstop>brew_mashsgEdit</tabstop>
  <tabstop>brew_mashsgShow</tabstop>
  <tabstop>brew_masheffShow</tabstop>
  <tabstop>brew_spargetempShow</tabstop>
  <tabstop>brew_spargevolShow</tabstop>
  <tabstop>brew_spargeestShow</tabstop>
  <tabstop>brew_spargephEdit</tabstop>
  <tabstop>brew_spargephShow</tabstop>
  <tabstop>brew_preboilphEdit</tabstop>
  <tabstop>brew_preboilsgEdit</tabstop>
  <tabstop>brew_preboilsgShow</tabstop>
  <tabstop>brew_preboilvolEdit</tabstop>
  <tabstop>brew_preboilvolShow</tabstop>
  <tabstop>brew_preboilButton</tabstop>
  <tabstop>brew_preboileffShow</tabstop>
  <tabstop>brew_aboilphEdit</tabstop>
  <tabstop>brew_aboilsgEdit</tabstop>
  <tabstop>brew_aboilsgShow</tabstop>
  <tabstop>brew_aboilvolEdit</tabstop>
  <tabstop>brew_aboilvolShow</tabstop>
  <tabstop>brew_aboilButton</tabstop>
  <tabstop>brew_aboileffShow</tabstop>
  <tabstop>brew_cooltoEdit</tabstop>
  <tabstop>brew_coolwithEdit</tabstop>
  <tabstop>brew_cooltimeEdit</tabstop>
  <tabstop>brew_whirlpool9Edit</tabstop>
  <tabstop>brew_whirlpool7Edit</tabstop>
  <tabstop>brew_whirlpool6Edit</tabstop>
  <tabstop>brew_whirlpool2Edit</tabstop>
  <tabstop>brew_trublossEdit</tabstop>
  <tabstop>brew_topupwaterEdit</tabstop>
  <tabstop>brew_tofermentEdit</tabstop>
  <tabstop>brew_aerwithEdit</tabstop>
  <tabstop>brew_aertimeEdit</tabstop>
  <tabstop>brew_aerspeedEdit</tabstop>
  <tabstop>brew_fermentsgShow</tabstop>
  <tabstop>brew_fermentcolorShow</tabstop>
  <tabstop>brew_fermentibuShow</tabstop>
  <tabstop>prim_ogShow</tabstop>
  <tabstop>prim_startCEdit</tabstop>
  <tabstop>prim_maxCEdit</tabstop>
  <tabstop>prim_endCEdit</tabstop>
  <tabstop>prim_endsgEdit</tabstop>
  <tabstop>prim_endsgButton</tabstop>
  <tabstop>prim_enddateEdit</tabstop>
  <tabstop>prim_enddateButton</tabstop>
  <tabstop>prim_ackButton</tabstop>
  <tabstop>prim_attShow</tabstop>
  <tabstop>sec_tempEdit</tabstop>
  <tabstop>sec_sgEdit</tabstop>
  <tabstop>sec_sgButton</tabstop>
  <tabstop>sec_enddateEdit</tabstop>
  <tabstop>sec_enddateButton</tabstop>
  <tabstop>sec_ackButton</tabstop>
  <tabstop>sec_attShow</tabstop>
  <tabstop>tert_tempEdit</tabstop>
  <tabstop>tert_estsgShow</tabstop>
  <tabstop>tert_sgEdit</tabstop>
  <tabstop>tert_sgButton</tabstop>
  <tabstop>tert_attShow</tabstop>
  <tabstop>tert_abvShow</tabstop>
  <tabstop>ferm_log1Button</tabstop>
  <tabstop>ferm_log2Button</tabstop>
  <tabstop>pack_dateEdit</tabstop>
  <tabstop>pack_dateButton</tabstop>
  <tabstop>pack_ackButton</tabstop>
  <tabstop>pack_carbloShow</tabstop>
  <tabstop>pack_carbhiShow</tabstop>
  <tabstop>pack_volumeEdit</tabstop>
  <tabstop>pack_phEdit</tabstop>
  <tabstop>pack_abvShow</tabstop>
  <tabstop>pack_addvolEdit</tabstop>
  <tabstop>pack_addabvEdit</tabstop>
  <tabstop>pack_finalabvShow</tabstop>
  <tabstop>pack_notesEdit</tabstop>
  <tabstop>bottle_volumeEdit</tabstop>
  <tabstop>bottle_carbEdit</tabstop>
  <tabstop>bottle_sugarEdit</tabstop>
  <tabstop>bottle_sug_amountShow</tabstop>
  <tabstop>bottle_sug_weightShow</tabstop>
  <tabstop>bottle_sug_waterEdit</tabstop>
  <tabstop>bottle_abvShow</tabstop>
  <tabstop>bottle_barShow</tabstop>
  <tabstop>bottle_tempEdit</tabstop>
  <tabstop>keg_volumeEdit</tabstop>
  <tabstop>keg_carbEdit</tabstop>
  <tabstop>keg_sugarEdit</tabstop>
  <tabstop>keg_sug_amountShow</tabstop>
  <tabstop>keg_sug_weightShow</tabstop>
  <tabstop>keg_sug_waterEdit</tabstop>
  <tabstop>keg_forcedEdit</tabstop>
  <tabstop>keg_abvShow</tabstop>
  <tabstop>keg_barShow</tabstop>
  <tabstop>keg_tempEdit</tabstop>
  <tabstop>taste_dateEdit</tabstop>
  <tabstop>taste_dateButton</tabstop>
  <tabstop>taste_ackButton</tabstop>
  <tabstop>taste_rateEdit</tabstop>
  <tabstop>taste_colorEdit</tabstop>
  <tabstop>taste_transparencyEdit</tabstop>
  <tabstop>taste_headEdit</tabstop>
  <tabstop>taste_aromaEdit</tabstop>
  <tabstop>taste_tasteEdit</tabstop>
  <tabstop>taste_aftertasteEdit</tabstop>
  <tabstop>taste_mouthfeelEdit</tabstop>
  <tabstop>taste_notesEdit</tabstop>
 </tabstops>
 <resources>
  <include location="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc"/>
 </resources>
 <connections/>
</ui>

mercurial