ui/EditProduct.ui

changeset 359
dfbb012c631c
parent 351
a2f36a715a38
child 360
b70cfa20ac46
equal deleted inserted replaced
358:d89bc21e2f07 359:dfbb012c631c
93 </property> 93 </property>
94 <property name="tabShape"> 94 <property name="tabShape">
95 <enum>QTabWidget::Rounded</enum> 95 <enum>QTabWidget::Rounded</enum>
96 </property> 96 </property>
97 <property name="currentIndex"> 97 <property name="currentIndex">
98 <number>0</number> 98 <number>7</number>
99 </property> 99 </property>
100 <property name="elideMode"> 100 <property name="elideMode">
101 <enum>Qt::ElideNone</enum> 101 <enum>Qt::ElideNone</enum>
102 </property> 102 </property>
103 <property name="usesScrollButtons"> 103 <property name="usesScrollButtons">
3792 <normaloff>:/icons/bms/water.png</normaloff>:/icons/bms/water.png</iconset> 3792 <normaloff>:/icons/bms/water.png</normaloff>:/icons/bms/water.png</iconset>
3793 </attribute> 3793 </attribute>
3794 <attribute name="title"> 3794 <attribute name="title">
3795 <string>Water</string> 3795 <string>Water</string>
3796 </attribute> 3796 </attribute>
3797 <widget class="QGroupBox" name="waterviewBox"> 3797 <widget class="QGroupBox" name="brewsaltsBox">
3798 <property name="geometry"> 3798 <property name="geometry">
3799 <rect> 3799 <rect>
3800 <x>10</x> 3800 <x>10</x>
3801 <y>0</y> 3801 <y>220</y>
3802 <width>1101</width> 3802 <width>291</width>
3803 <height>221</height> 3803 <height>241</height>
3804 </rect> 3804 </rect>
3805 </property>
3806 <property name="autoFillBackground">
3807 <bool>false</bool>
3808 </property> 3805 </property>
3809 <property name="title"> 3806 <property name="title">
3810 <string>Water overview</string> 3807 <string>Water agents</string>
3811 </property> 3808 </property>
3812 <property name="flat"> 3809 <widget class="QLabel" name="bs_cacl2Label">
3813 <bool>false</bool> 3810 <property name="geometry">
3814 </property> 3811 <rect>
3815 <property name="checkable"> 3812 <x>10</x>
3816 <bool>false</bool> 3813 <y>20</y>
3817 </property> 3814 <width>71</width>
3818 <property name="checked"> 3815 <height>20</height>
3819 <bool>false</bool> 3816 </rect>
3820 </property> 3817 </property>
3821 <widget class="QDoubleSpinBox" name="w1_caEdit"> 3818 <property name="toolTip">
3822 <property name="geometry"> 3819 <string>Calcium Chloride</string>
3823 <rect> 3820 </property>
3824 <x>300</x> 3821 <property name="text">
3822 <string>CaCl2:</string>
3823 </property>
3824 <property name="alignment">
3825 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3826 </property>
3827 </widget>
3828 <widget class="QLabel" name="bs_caso4Label">
3829 <property name="geometry">
3830 <rect>
3831 <x>10</x>
3825 <y>50</y> 3832 <y>50</y>
3826 <width>71</width> 3833 <width>71</width>
3827 <height>24</height> 3834 <height>20</height>
3828 </rect> 3835 </rect>
3829 </property> 3836 </property>
3830 <property name="alignment"> 3837 <property name="toolTip">
3831 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3838 <string>Gypsym</string>
3832 </property> 3839 </property>
3833 <property name="readOnly"> 3840 <property name="text">
3834 <bool>true</bool> 3841 <string>CaSO4:</string>
3835 </property> 3842 </property>
3836 <property name="buttonSymbols"> 3843 <property name="alignment">
3837 <enum>QAbstractSpinBox::NoButtons</enum> 3844 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3838 </property> 3845 </property>
3839 <property name="decimals"> 3846 </widget>
3840 <number>1</number> 3847 <widget class="QLabel" name="bs_mgso4Label">
3841 </property> 3848 <property name="geometry">
3842 <property name="maximum"> 3849 <rect>
3843 <double>1000.000000000000000</double> 3850 <x>10</x>
3844 </property>
3845 </widget>
3846 <widget class="QDoubleSpinBox" name="w1_phEdit">
3847 <property name="geometry">
3848 <rect>
3849 <x>860</x>
3850 <y>50</y>
3851 <width>71</width>
3852 <height>24</height>
3853 </rect>
3854 </property>
3855 <property name="alignment">
3856 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3857 </property>
3858 <property name="readOnly">
3859 <bool>true</bool>
3860 </property>
3861 <property name="buttonSymbols">
3862 <enum>QAbstractSpinBox::NoButtons</enum>
3863 </property>
3864 <property name="decimals">
3865 <number>2</number>
3866 </property>
3867 <property name="maximum">
3868 <double>1000.000000000000000</double>
3869 </property>
3870 </widget>
3871 <widget class="QDoubleSpinBox" name="w1_so4Edit">
3872 <property name="geometry">
3873 <rect>
3874 <x>780</x>
3875 <y>50</y>
3876 <width>71</width>
3877 <height>24</height>
3878 </rect>
3879 </property>
3880 <property name="alignment">
3881 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3882 </property>
3883 <property name="readOnly">
3884 <bool>true</bool>
3885 </property>
3886 <property name="buttonSymbols">
3887 <enum>QAbstractSpinBox::NoButtons</enum>
3888 </property>
3889 <property name="decimals">
3890 <number>1</number>
3891 </property>
3892 <property name="maximum">
3893 <double>1000.000000000000000</double>
3894 </property>
3895 </widget>
3896 <widget class="QDoubleSpinBox" name="w1_clEdit">
3897 <property name="geometry">
3898 <rect>
3899 <x>700</x>
3900 <y>50</y>
3901 <width>71</width>
3902 <height>24</height>
3903 </rect>
3904 </property>
3905 <property name="alignment">
3906 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3907 </property>
3908 <property name="readOnly">
3909 <bool>true</bool>
3910 </property>
3911 <property name="buttonSymbols">
3912 <enum>QAbstractSpinBox::NoButtons</enum>
3913 </property>
3914 <property name="decimals">
3915 <number>1</number>
3916 </property>
3917 <property name="maximum">
3918 <double>1000.000000000000000</double>
3919 </property>
3920 </widget>
3921 <widget class="QDoubleSpinBox" name="w1_naEdit">
3922 <property name="geometry">
3923 <rect>
3924 <x>620</x>
3925 <y>50</y>
3926 <width>71</width>
3927 <height>24</height>
3928 </rect>
3929 </property>
3930 <property name="alignment">
3931 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3932 </property>
3933 <property name="readOnly">
3934 <bool>true</bool>
3935 </property>
3936 <property name="buttonSymbols">
3937 <enum>QAbstractSpinBox::NoButtons</enum>
3938 </property>
3939 <property name="decimals">
3940 <number>1</number>
3941 </property>
3942 <property name="maximum">
3943 <double>1000.000000000000000</double>
3944 </property>
3945 </widget>
3946 <widget class="QDoubleSpinBox" name="w1_caco3Edit">
3947 <property name="geometry">
3948 <rect>
3949 <x>540</x>
3950 <y>50</y>
3951 <width>71</width>
3952 <height>24</height>
3953 </rect>
3954 </property>
3955 <property name="alignment">
3956 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3957 </property>
3958 <property name="readOnly">
3959 <bool>true</bool>
3960 </property>
3961 <property name="buttonSymbols">
3962 <enum>QAbstractSpinBox::NoButtons</enum>
3963 </property>
3964 <property name="decimals">
3965 <number>1</number>
3966 </property>
3967 <property name="maximum">
3968 <double>1000.000000000000000</double>
3969 </property>
3970 </widget>
3971 <widget class="QDoubleSpinBox" name="w1_hco3Edit">
3972 <property name="geometry">
3973 <rect>
3974 <x>460</x>
3975 <y>50</y>
3976 <width>71</width>
3977 <height>24</height>
3978 </rect>
3979 </property>
3980 <property name="alignment">
3981 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3982 </property>
3983 <property name="readOnly">
3984 <bool>true</bool>
3985 </property>
3986 <property name="buttonSymbols">
3987 <enum>QAbstractSpinBox::NoButtons</enum>
3988 </property>
3989 <property name="decimals">
3990 <number>1</number>
3991 </property>
3992 <property name="maximum">
3993 <double>1000.000000000000000</double>
3994 </property>
3995 </widget>
3996 <widget class="QDoubleSpinBox" name="w1_mgEdit">
3997 <property name="geometry">
3998 <rect>
3999 <x>380</x>
4000 <y>50</y>
4001 <width>71</width>
4002 <height>24</height>
4003 </rect>
4004 </property>
4005 <property name="alignment">
4006 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4007 </property>
4008 <property name="readOnly">
4009 <bool>true</bool>
4010 </property>
4011 <property name="buttonSymbols">
4012 <enum>QAbstractSpinBox::NoButtons</enum>
4013 </property>
4014 <property name="decimals">
4015 <number>1</number>
4016 </property>
4017 <property name="maximum">
4018 <double>1000.000000000000000</double>
4019 </property>
4020 </widget>
4021 <widget class="QLabel" name="caLabel">
4022 <property name="geometry">
4023 <rect>
4024 <x>300</x>
4025 <y>20</y>
4026 <width>71</width>
4027 <height>21</height>
4028 </rect>
4029 </property>
4030 <property name="text">
4031 <string>Ca</string>
4032 </property>
4033 <property name="alignment">
4034 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4035 </property>
4036 </widget>
4037 <widget class="QLabel" name="mgLabel">
4038 <property name="geometry">
4039 <rect>
4040 <x>380</x>
4041 <y>20</y>
4042 <width>71</width>
4043 <height>21</height>
4044 </rect>
4045 </property>
4046 <property name="text">
4047 <string>Mg</string>
4048 </property>
4049 <property name="alignment">
4050 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4051 </property>
4052 </widget>
4053 <widget class="QLabel" name="hco3Label">
4054 <property name="geometry">
4055 <rect>
4056 <x>460</x>
4057 <y>20</y>
4058 <width>71</width>
4059 <height>21</height>
4060 </rect>
4061 </property>
4062 <property name="text">
4063 <string>HCO3</string>
4064 </property>
4065 <property name="alignment">
4066 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4067 </property>
4068 </widget>
4069 <widget class="QLabel" name="caco3Label">
4070 <property name="geometry">
4071 <rect>
4072 <x>540</x>
4073 <y>20</y>
4074 <width>71</width>
4075 <height>21</height>
4076 </rect>
4077 </property>
4078 <property name="text">
4079 <string>CaCO3</string>
4080 </property>
4081 <property name="alignment">
4082 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4083 </property>
4084 </widget>
4085 <widget class="QLabel" name="naLabel">
4086 <property name="geometry">
4087 <rect>
4088 <x>620</x>
4089 <y>20</y>
4090 <width>71</width>
4091 <height>21</height>
4092 </rect>
4093 </property>
4094 <property name="text">
4095 <string>Na</string>
4096 </property>
4097 <property name="alignment">
4098 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4099 </property>
4100 </widget>
4101 <widget class="QLabel" name="clLabel">
4102 <property name="geometry">
4103 <rect>
4104 <x>700</x>
4105 <y>20</y>
4106 <width>71</width>
4107 <height>21</height>
4108 </rect>
4109 </property>
4110 <property name="text">
4111 <string>Cl</string>
4112 </property>
4113 <property name="alignment">
4114 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4115 </property>
4116 </widget>
4117 <widget class="QLabel" name="so4Label">
4118 <property name="geometry">
4119 <rect>
4120 <x>780</x>
4121 <y>20</y>
4122 <width>71</width>
4123 <height>21</height>
4124 </rect>
4125 </property>
4126 <property name="text">
4127 <string>SO4</string>
4128 </property>
4129 <property name="alignment">
4130 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4131 </property>
4132 </widget>
4133 <widget class="QLabel" name="phLabel">
4134 <property name="geometry">
4135 <rect>
4136 <x>860</x>
4137 <y>20</y>
4138 <width>71</width>
4139 <height>21</height>
4140 </rect>
4141 </property>
4142 <property name="text">
4143 <string>pH</string>
4144 </property>
4145 <property name="alignment">
4146 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4147 </property>
4148 </widget>
4149 <widget class="QDoubleSpinBox" name="w1_volEdit">
4150 <property name="geometry">
4151 <rect>
4152 <x>200</x>
4153 <y>50</y>
4154 <width>71</width>
4155 <height>24</height>
4156 </rect>
4157 </property>
4158 <property name="alignment">
4159 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4160 </property>
4161 <property name="readOnly">
4162 <bool>true</bool>
4163 </property>
4164 <property name="buttonSymbols">
4165 <enum>QAbstractSpinBox::NoButtons</enum>
4166 </property>
4167 <property name="accelerated">
4168 <bool>false</bool>
4169 </property>
4170 <property name="decimals">
4171 <number>2</number>
4172 </property>
4173 <property name="maximum">
4174 <double>100000.000000000000000</double>
4175 </property>
4176 </widget>
4177 <widget class="QLabel" name="volLabel">
4178 <property name="geometry">
4179 <rect>
4180 <x>200</x>
4181 <y>20</y>
4182 <width>71</width>
4183 <height>21</height>
4184 </rect>
4185 </property>
4186 <property name="text">
4187 <string>Volume</string>
4188 </property>
4189 <property name="alignment">
4190 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4191 </property>
4192 </widget>
4193 <widget class="QDoubleSpinBox" name="w2_hco3Edit">
4194 <property name="geometry">
4195 <rect>
4196 <x>460</x>
4197 <y>80</y> 3851 <y>80</y>
4198 <width>71</width> 3852 <width>71</width>
4199 <height>24</height> 3853 <height>20</height>
4200 </rect>
4201 </property>
4202 <property name="alignment">
4203 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4204 </property>
4205 <property name="readOnly">
4206 <bool>true</bool>
4207 </property>
4208 <property name="buttonSymbols">
4209 <enum>QAbstractSpinBox::NoButtons</enum>
4210 </property>
4211 <property name="decimals">
4212 <number>1</number>
4213 </property>
4214 <property name="maximum">
4215 <double>1000.000000000000000</double>
4216 </property>
4217 </widget>
4218 <widget class="QDoubleSpinBox" name="w2_phEdit">
4219 <property name="geometry">
4220 <rect>
4221 <x>860</x>
4222 <y>80</y>
4223 <width>71</width>
4224 <height>24</height>
4225 </rect>
4226 </property>
4227 <property name="alignment">
4228 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4229 </property>
4230 <property name="readOnly">
4231 <bool>true</bool>
4232 </property>
4233 <property name="buttonSymbols">
4234 <enum>QAbstractSpinBox::NoButtons</enum>
4235 </property>
4236 <property name="decimals">
4237 <number>2</number>
4238 </property>
4239 <property name="maximum">
4240 <double>1000.000000000000000</double>
4241 </property>
4242 </widget>
4243 <widget class="QDoubleSpinBox" name="w2_caco3Edit">
4244 <property name="geometry">
4245 <rect>
4246 <x>540</x>
4247 <y>80</y>
4248 <width>71</width>
4249 <height>24</height>
4250 </rect>
4251 </property>
4252 <property name="alignment">
4253 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4254 </property>
4255 <property name="readOnly">
4256 <bool>true</bool>
4257 </property>
4258 <property name="buttonSymbols">
4259 <enum>QAbstractSpinBox::NoButtons</enum>
4260 </property>
4261 <property name="decimals">
4262 <number>1</number>
4263 </property>
4264 <property name="maximum">
4265 <double>1000.000000000000000</double>
4266 </property>
4267 </widget>
4268 <widget class="QDoubleSpinBox" name="w2_naEdit">
4269 <property name="geometry">
4270 <rect>
4271 <x>620</x>
4272 <y>80</y>
4273 <width>71</width>
4274 <height>24</height>
4275 </rect>
4276 </property>
4277 <property name="alignment">
4278 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4279 </property>
4280 <property name="readOnly">
4281 <bool>true</bool>
4282 </property>
4283 <property name="buttonSymbols">
4284 <enum>QAbstractSpinBox::NoButtons</enum>
4285 </property>
4286 <property name="decimals">
4287 <number>1</number>
4288 </property>
4289 <property name="maximum">
4290 <double>1000.000000000000000</double>
4291 </property>
4292 </widget>
4293 <widget class="QDoubleSpinBox" name="w2_so4Edit">
4294 <property name="geometry">
4295 <rect>
4296 <x>780</x>
4297 <y>80</y>
4298 <width>71</width>
4299 <height>24</height>
4300 </rect>
4301 </property>
4302 <property name="alignment">
4303 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4304 </property>
4305 <property name="readOnly">
4306 <bool>true</bool>
4307 </property>
4308 <property name="buttonSymbols">
4309 <enum>QAbstractSpinBox::NoButtons</enum>
4310 </property>
4311 <property name="decimals">
4312 <number>1</number>
4313 </property>
4314 <property name="maximum">
4315 <double>1000.000000000000000</double>
4316 </property>
4317 </widget>
4318 <widget class="QDoubleSpinBox" name="w2_caEdit">
4319 <property name="geometry">
4320 <rect>
4321 <x>300</x>
4322 <y>80</y>
4323 <width>71</width>
4324 <height>24</height>
4325 </rect>
4326 </property>
4327 <property name="alignment">
4328 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4329 </property>
4330 <property name="readOnly">
4331 <bool>true</bool>
4332 </property>
4333 <property name="buttonSymbols">
4334 <enum>QAbstractSpinBox::NoButtons</enum>
4335 </property>
4336 <property name="decimals">
4337 <number>1</number>
4338 </property>
4339 <property name="maximum">
4340 <double>1000.000000000000000</double>
4341 </property>
4342 </widget>
4343 <widget class="QDoubleSpinBox" name="w2_clEdit">
4344 <property name="geometry">
4345 <rect>
4346 <x>700</x>
4347 <y>80</y>
4348 <width>71</width>
4349 <height>24</height>
4350 </rect>
4351 </property>
4352 <property name="alignment">
4353 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4354 </property>
4355 <property name="readOnly">
4356 <bool>true</bool>
4357 </property>
4358 <property name="buttonSymbols">
4359 <enum>QAbstractSpinBox::NoButtons</enum>
4360 </property>
4361 <property name="decimals">
4362 <number>1</number>
4363 </property>
4364 <property name="maximum">
4365 <double>1000.000000000000000</double>
4366 </property>
4367 </widget>
4368 <widget class="QDoubleSpinBox" name="w2_volEdit">
4369 <property name="geometry">
4370 <rect>
4371 <x>200</x>
4372 <y>80</y>
4373 <width>85</width>
4374 <height>24</height>
4375 </rect> 3854 </rect>
4376 </property> 3855 </property>
4377 <property name="toolTip"> 3856 <property name="toolTip">
4378 <string>The division between the main and dilution water. The total volume does not change.</string> 3857 <string>Epsom</string>
4379 </property> 3858 </property>
4380 <property name="alignment"> 3859 <property name="text">
4381 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3860 <string>MgSO4:</string>
4382 </property> 3861 </property>
4383 <property name="readOnly"> 3862 <property name="alignment">
4384 <bool>false</bool> 3863 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4385 </property> 3864 </property>
4386 <property name="buttonSymbols"> 3865 </widget>
4387 <enum>QAbstractSpinBox::UpDownArrows</enum> 3866 <widget class="QLabel" name="bs_naclLabel">
4388 </property> 3867 <property name="geometry">
4389 <property name="accelerated"> 3868 <rect>
4390 <bool>true</bool> 3869 <x>10</x>
4391 </property>
4392 <property name="decimals">
4393 <number>2</number>
4394 </property>
4395 <property name="maximum">
4396 <double>100000.000000000000000</double>
4397 </property>
4398 <property name="singleStep">
4399 <double>0.500000000000000</double>
4400 </property>
4401 </widget>
4402 <widget class="QDoubleSpinBox" name="w2_mgEdit">
4403 <property name="geometry">
4404 <rect>
4405 <x>380</x>
4406 <y>80</y>
4407 <width>71</width>
4408 <height>24</height>
4409 </rect>
4410 </property>
4411 <property name="alignment">
4412 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4413 </property>
4414 <property name="readOnly">
4415 <bool>true</bool>
4416 </property>
4417 <property name="buttonSymbols">
4418 <enum>QAbstractSpinBox::NoButtons</enum>
4419 </property>
4420 <property name="decimals">
4421 <number>1</number>
4422 </property>
4423 <property name="maximum">
4424 <double>1000.000000000000000</double>
4425 </property>
4426 </widget>
4427 <widget class="QDoubleSpinBox" name="wg_hco3Edit">
4428 <property name="geometry">
4429 <rect>
4430 <x>460</x>
4431 <y>110</y> 3870 <y>110</y>
4432 <width>71</width> 3871 <width>71</width>
4433 <height>24</height> 3872 <height>20</height>
4434 </rect> 3873 </rect>
4435 </property> 3874 </property>
4436 <property name="alignment"> 3875 <property name="toolTip">
4437 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3876 <string>Table salt</string>
4438 </property> 3877 </property>
4439 <property name="readOnly"> 3878 <property name="text">
4440 <bool>true</bool> 3879 <string>NaCl:</string>
4441 </property> 3880 </property>
4442 <property name="buttonSymbols"> 3881 <property name="alignment">
4443 <enum>QAbstractSpinBox::NoButtons</enum> 3882 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4444 </property> 3883 </property>
4445 <property name="decimals"> 3884 </widget>
4446 <number>1</number> 3885 <widget class="QLabel" name="bs_mgcl2Label">
4447 </property> 3886 <property name="geometry">
4448 <property name="maximum"> 3887 <rect>
4449 <double>1000.000000000000000</double> 3888 <x>10</x>
4450 </property>
4451 </widget>
4452 <widget class="QDoubleSpinBox" name="wg_phEdit">
4453 <property name="geometry">
4454 <rect>
4455 <x>860</x>
4456 <y>110</y>
4457 <width>71</width>
4458 <height>24</height>
4459 </rect>
4460 </property>
4461 <property name="alignment">
4462 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4463 </property>
4464 <property name="readOnly">
4465 <bool>true</bool>
4466 </property>
4467 <property name="buttonSymbols">
4468 <enum>QAbstractSpinBox::NoButtons</enum>
4469 </property>
4470 <property name="decimals">
4471 <number>2</number>
4472 </property>
4473 <property name="maximum">
4474 <double>1000.000000000000000</double>
4475 </property>
4476 </widget>
4477 <widget class="QDoubleSpinBox" name="wg_caco3Edit">
4478 <property name="geometry">
4479 <rect>
4480 <x>540</x>
4481 <y>110</y>
4482 <width>71</width>
4483 <height>24</height>
4484 </rect>
4485 </property>
4486 <property name="alignment">
4487 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4488 </property>
4489 <property name="readOnly">
4490 <bool>true</bool>
4491 </property>
4492 <property name="buttonSymbols">
4493 <enum>QAbstractSpinBox::NoButtons</enum>
4494 </property>
4495 <property name="decimals">
4496 <number>1</number>
4497 </property>
4498 <property name="maximum">
4499 <double>1000.000000000000000</double>
4500 </property>
4501 </widget>
4502 <widget class="QDoubleSpinBox" name="wg_naEdit">
4503 <property name="geometry">
4504 <rect>
4505 <x>620</x>
4506 <y>110</y>
4507 <width>71</width>
4508 <height>24</height>
4509 </rect>
4510 </property>
4511 <property name="alignment">
4512 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4513 </property>
4514 <property name="readOnly">
4515 <bool>true</bool>
4516 </property>
4517 <property name="buttonSymbols">
4518 <enum>QAbstractSpinBox::NoButtons</enum>
4519 </property>
4520 <property name="decimals">
4521 <number>1</number>
4522 </property>
4523 <property name="maximum">
4524 <double>1000.000000000000000</double>
4525 </property>
4526 </widget>
4527 <widget class="QDoubleSpinBox" name="wg_so4Edit">
4528 <property name="geometry">
4529 <rect>
4530 <x>780</x>
4531 <y>110</y>
4532 <width>71</width>
4533 <height>24</height>
4534 </rect>
4535 </property>
4536 <property name="alignment">
4537 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4538 </property>
4539 <property name="readOnly">
4540 <bool>true</bool>
4541 </property>
4542 <property name="buttonSymbols">
4543 <enum>QAbstractSpinBox::NoButtons</enum>
4544 </property>
4545 <property name="decimals">
4546 <number>1</number>
4547 </property>
4548 <property name="maximum">
4549 <double>1000.000000000000000</double>
4550 </property>
4551 </widget>
4552 <widget class="QDoubleSpinBox" name="wg_caEdit">
4553 <property name="geometry">
4554 <rect>
4555 <x>300</x>
4556 <y>110</y>
4557 <width>71</width>
4558 <height>24</height>
4559 </rect>
4560 </property>
4561 <property name="alignment">
4562 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4563 </property>
4564 <property name="readOnly">
4565 <bool>true</bool>
4566 </property>
4567 <property name="buttonSymbols">
4568 <enum>QAbstractSpinBox::NoButtons</enum>
4569 </property>
4570 <property name="decimals">
4571 <number>1</number>
4572 </property>
4573 <property name="maximum">
4574 <double>1000.000000000000000</double>
4575 </property>
4576 </widget>
4577 <widget class="QDoubleSpinBox" name="wg_clEdit">
4578 <property name="geometry">
4579 <rect>
4580 <x>700</x>
4581 <y>110</y>
4582 <width>71</width>
4583 <height>24</height>
4584 </rect>
4585 </property>
4586 <property name="alignment">
4587 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4588 </property>
4589 <property name="readOnly">
4590 <bool>true</bool>
4591 </property>
4592 <property name="buttonSymbols">
4593 <enum>QAbstractSpinBox::NoButtons</enum>
4594 </property>
4595 <property name="decimals">
4596 <number>1</number>
4597 </property>
4598 <property name="maximum">
4599 <double>1000.000000000000000</double>
4600 </property>
4601 </widget>
4602 <widget class="QDoubleSpinBox" name="wg_volEdit">
4603 <property name="geometry">
4604 <rect>
4605 <x>200</x>
4606 <y>110</y>
4607 <width>71</width>
4608 <height>24</height>
4609 </rect>
4610 </property>
4611 <property name="alignment">
4612 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4613 </property>
4614 <property name="readOnly">
4615 <bool>true</bool>
4616 </property>
4617 <property name="buttonSymbols">
4618 <enum>QAbstractSpinBox::NoButtons</enum>
4619 </property>
4620 <property name="decimals">
4621 <number>2</number>
4622 </property>
4623 <property name="maximum">
4624 <double>100000.000000000000000</double>
4625 </property>
4626 </widget>
4627 <widget class="QDoubleSpinBox" name="wg_mgEdit">
4628 <property name="geometry">
4629 <rect>
4630 <x>380</x>
4631 <y>110</y>
4632 <width>71</width>
4633 <height>24</height>
4634 </rect>
4635 </property>
4636 <property name="alignment">
4637 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4638 </property>
4639 <property name="readOnly">
4640 <bool>true</bool>
4641 </property>
4642 <property name="buttonSymbols">
4643 <enum>QAbstractSpinBox::NoButtons</enum>
4644 </property>
4645 <property name="decimals">
4646 <number>1</number>
4647 </property>
4648 <property name="maximum">
4649 <double>1000.000000000000000</double>
4650 </property>
4651 </widget>
4652 <widget class="QDoubleSpinBox" name="wt_hco3Edit">
4653 <property name="geometry">
4654 <rect>
4655 <x>460</x>
4656 <y>180</y>
4657 <width>71</width>
4658 <height>24</height>
4659 </rect>
4660 </property>
4661 <property name="alignment">
4662 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4663 </property>
4664 <property name="readOnly">
4665 <bool>true</bool>
4666 </property>
4667 <property name="buttonSymbols">
4668 <enum>QAbstractSpinBox::NoButtons</enum>
4669 </property>
4670 <property name="decimals">
4671 <number>1</number>
4672 </property>
4673 <property name="maximum">
4674 <double>1000.000000000000000</double>
4675 </property>
4676 </widget>
4677 <widget class="QDoubleSpinBox" name="wb_phEdit">
4678 <property name="geometry">
4679 <rect>
4680 <x>860</x>
4681 <y>140</y> 3889 <y>140</y>
4682 <width>71</width> 3890 <width>71</width>
4683 <height>24</height>
4684 </rect>
4685 </property>
4686 <property name="toolTip">
4687 <string>Mash pH should be between 5.2 and 5.6. Use 5.2 for light and 5.5 for dark beers.</string>
4688 </property>
4689 <property name="alignment">
4690 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4691 </property>
4692 <property name="readOnly">
4693 <bool>true</bool>
4694 </property>
4695 <property name="buttonSymbols">
4696 <enum>QAbstractSpinBox::NoButtons</enum>
4697 </property>
4698 <property name="decimals">
4699 <number>2</number>
4700 </property>
4701 <property name="maximum">
4702 <double>1000.000000000000000</double>
4703 </property>
4704 </widget>
4705 <widget class="QDoubleSpinBox" name="wt_caco3Edit">
4706 <property name="geometry">
4707 <rect>
4708 <x>540</x>
4709 <y>180</y>
4710 <width>71</width>
4711 <height>24</height>
4712 </rect>
4713 </property>
4714 <property name="alignment">
4715 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4716 </property>
4717 <property name="readOnly">
4718 <bool>true</bool>
4719 </property>
4720 <property name="buttonSymbols">
4721 <enum>QAbstractSpinBox::NoButtons</enum>
4722 </property>
4723 <property name="decimals">
4724 <number>1</number>
4725 </property>
4726 <property name="maximum">
4727 <double>1000.000000000000000</double>
4728 </property>
4729 </widget>
4730 <widget class="QDoubleSpinBox" name="wt_naEdit">
4731 <property name="geometry">
4732 <rect>
4733 <x>620</x>
4734 <y>180</y>
4735 <width>71</width>
4736 <height>24</height>
4737 </rect>
4738 </property>
4739 <property name="alignment">
4740 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4741 </property>
4742 <property name="readOnly">
4743 <bool>true</bool>
4744 </property>
4745 <property name="buttonSymbols">
4746 <enum>QAbstractSpinBox::NoButtons</enum>
4747 </property>
4748 <property name="decimals">
4749 <number>1</number>
4750 </property>
4751 <property name="maximum">
4752 <double>1000.000000000000000</double>
4753 </property>
4754 </widget>
4755 <widget class="QDoubleSpinBox" name="wt_so4Edit">
4756 <property name="geometry">
4757 <rect>
4758 <x>780</x>
4759 <y>180</y>
4760 <width>71</width>
4761 <height>24</height>
4762 </rect>
4763 </property>
4764 <property name="alignment">
4765 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4766 </property>
4767 <property name="readOnly">
4768 <bool>true</bool>
4769 </property>
4770 <property name="buttonSymbols">
4771 <enum>QAbstractSpinBox::NoButtons</enum>
4772 </property>
4773 <property name="decimals">
4774 <number>1</number>
4775 </property>
4776 <property name="maximum">
4777 <double>1000.000000000000000</double>
4778 </property>
4779 </widget>
4780 <widget class="QDoubleSpinBox" name="wt_caEdit">
4781 <property name="geometry">
4782 <rect>
4783 <x>300</x>
4784 <y>180</y>
4785 <width>71</width>
4786 <height>24</height>
4787 </rect>
4788 </property>
4789 <property name="alignment">
4790 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4791 </property>
4792 <property name="readOnly">
4793 <bool>true</bool>
4794 </property>
4795 <property name="buttonSymbols">
4796 <enum>QAbstractSpinBox::NoButtons</enum>
4797 </property>
4798 <property name="decimals">
4799 <number>1</number>
4800 </property>
4801 <property name="maximum">
4802 <double>1000.000000000000000</double>
4803 </property>
4804 </widget>
4805 <widget class="QDoubleSpinBox" name="wt_clEdit">
4806 <property name="geometry">
4807 <rect>
4808 <x>700</x>
4809 <y>180</y>
4810 <width>71</width>
4811 <height>24</height>
4812 </rect>
4813 </property>
4814 <property name="alignment">
4815 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4816 </property>
4817 <property name="readOnly">
4818 <bool>true</bool>
4819 </property>
4820 <property name="buttonSymbols">
4821 <enum>QAbstractSpinBox::NoButtons</enum>
4822 </property>
4823 <property name="decimals">
4824 <number>1</number>
4825 </property>
4826 <property name="maximum">
4827 <double>1000.000000000000000</double>
4828 </property>
4829 </widget>
4830 <widget class="QDoubleSpinBox" name="wt_mgEdit">
4831 <property name="geometry">
4832 <rect>
4833 <x>380</x>
4834 <y>180</y>
4835 <width>71</width>
4836 <height>24</height>
4837 </rect>
4838 </property>
4839 <property name="alignment">
4840 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4841 </property>
4842 <property name="readOnly">
4843 <bool>true</bool>
4844 </property>
4845 <property name="buttonSymbols">
4846 <enum>QAbstractSpinBox::NoButtons</enum>
4847 </property>
4848 <property name="decimals">
4849 <number>1</number>
4850 </property>
4851 <property name="maximum">
4852 <double>1000.000000000000000</double>
4853 </property>
4854 </widget>
4855 <widget class="QDoubleSpinBox" name="wb_mgEdit">
4856 <property name="geometry">
4857 <rect>
4858 <x>380</x>
4859 <y>140</y>
4860 <width>71</width>
4861 <height>24</height>
4862 </rect>
4863 </property>
4864 <property name="toolTip">
4865 <string>The ideal amount of Magnesium is between 5 and 40.</string>
4866 </property>
4867 <property name="alignment">
4868 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4869 </property>
4870 <property name="readOnly">
4871 <bool>true</bool>
4872 </property>
4873 <property name="buttonSymbols">
4874 <enum>QAbstractSpinBox::NoButtons</enum>
4875 </property>
4876 <property name="decimals">
4877 <number>1</number>
4878 </property>
4879 <property name="maximum">
4880 <double>1000.000000000000000</double>
4881 </property>
4882 </widget>
4883 <widget class="QDoubleSpinBox" name="wb_hco3Edit">
4884 <property name="geometry">
4885 <rect>
4886 <x>460</x>
4887 <y>140</y>
4888 <width>71</width>
4889 <height>24</height>
4890 </rect>
4891 </property>
4892 <property name="toolTip">
4893 <string>0 to 50 for light beers, 50 to 150 for amber beers, 150 to 250 for dark beers.</string>
4894 </property>
4895 <property name="alignment">
4896 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4897 </property>
4898 <property name="readOnly">
4899 <bool>true</bool>
4900 </property>
4901 <property name="buttonSymbols">
4902 <enum>QAbstractSpinBox::NoButtons</enum>
4903 </property>
4904 <property name="decimals">
4905 <number>1</number>
4906 </property>
4907 <property name="maximum">
4908 <double>1000.000000000000000</double>
4909 </property>
4910 </widget>
4911 <widget class="QDoubleSpinBox" name="wb_so4Edit">
4912 <property name="geometry">
4913 <rect>
4914 <x>780</x>
4915 <y>140</y>
4916 <width>71</width>
4917 <height>24</height>
4918 </rect>
4919 </property>
4920 <property name="toolTip">
4921 <string>The ideal Sulfate amount should be between 50 and 400.
4922 Together with Chloride it must be below 500.</string>
4923 </property>
4924 <property name="alignment">
4925 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4926 </property>
4927 <property name="readOnly">
4928 <bool>true</bool>
4929 </property>
4930 <property name="buttonSymbols">
4931 <enum>QAbstractSpinBox::NoButtons</enum>
4932 </property>
4933 <property name="decimals">
4934 <number>1</number>
4935 </property>
4936 <property name="maximum">
4937 <double>1000.000000000000000</double>
4938 </property>
4939 </widget>
4940 <widget class="QDoubleSpinBox" name="wb_caEdit">
4941 <property name="geometry">
4942 <rect>
4943 <x>300</x>
4944 <y>140</y>
4945 <width>71</width>
4946 <height>24</height>
4947 </rect>
4948 </property>
4949 <property name="toolTip">
4950 <string>The ideal amount of Calcium is between 40 and 150.</string>
4951 </property>
4952 <property name="alignment">
4953 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4954 </property>
4955 <property name="readOnly">
4956 <bool>true</bool>
4957 </property>
4958 <property name="buttonSymbols">
4959 <enum>QAbstractSpinBox::NoButtons</enum>
4960 </property>
4961 <property name="decimals">
4962 <number>1</number>
4963 </property>
4964 <property name="maximum">
4965 <double>1000.000000000000000</double>
4966 </property>
4967 </widget>
4968 <widget class="QDoubleSpinBox" name="wb_clEdit">
4969 <property name="geometry">
4970 <rect>
4971 <x>700</x>
4972 <y>140</y>
4973 <width>71</width>
4974 <height>24</height>
4975 </rect>
4976 </property>
4977 <property name="toolTip">
4978 <string>The ideal Chloride amount is between 50 and 150.
4979 Together with Sulfate it must be below 500.</string>
4980 </property>
4981 <property name="alignment">
4982 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4983 </property>
4984 <property name="readOnly">
4985 <bool>true</bool>
4986 </property>
4987 <property name="buttonSymbols">
4988 <enum>QAbstractSpinBox::NoButtons</enum>
4989 </property>
4990 <property name="decimals">
4991 <number>1</number>
4992 </property>
4993 <property name="maximum">
4994 <double>1000.000000000000000</double>
4995 </property>
4996 </widget>
4997 <widget class="QDoubleSpinBox" name="wb_caco3Edit">
4998 <property name="geometry">
4999 <rect>
5000 <x>540</x>
5001 <y>140</y>
5002 <width>71</width>
5003 <height>24</height>
5004 </rect>
5005 </property>
5006 <property name="alignment">
5007 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5008 </property>
5009 <property name="readOnly">
5010 <bool>true</bool>
5011 </property>
5012 <property name="buttonSymbols">
5013 <enum>QAbstractSpinBox::NoButtons</enum>
5014 </property>
5015 <property name="decimals">
5016 <number>1</number>
5017 </property>
5018 <property name="maximum">
5019 <double>1000.000000000000000</double>
5020 </property>
5021 </widget>
5022 <widget class="QDoubleSpinBox" name="wb_naEdit">
5023 <property name="geometry">
5024 <rect>
5025 <x>620</x>
5026 <y>140</y>
5027 <width>71</width>
5028 <height>24</height>
5029 </rect>
5030 </property>
5031 <property name="toolTip">
5032 <string>The ideal amount of Natrium should be below 150.</string>
5033 </property>
5034 <property name="alignment">
5035 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5036 </property>
5037 <property name="readOnly">
5038 <bool>true</bool>
5039 </property>
5040 <property name="buttonSymbols">
5041 <enum>QAbstractSpinBox::NoButtons</enum>
5042 </property>
5043 <property name="decimals">
5044 <number>1</number>
5045 </property>
5046 <property name="maximum">
5047 <double>1000.000000000000000</double>
5048 </property>
5049 </widget>
5050 <widget class="QLabel" name="profileLabel">
5051 <property name="geometry">
5052 <rect>
5053 <x>10</x>
5054 <y>20</y>
5055 <width>171</width>
5056 <height>21</height>
5057 </rect>
5058 </property>
5059 <property name="text">
5060 <string>Water profile</string>
5061 </property>
5062 <property name="alignment">
5063 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
5064 </property>
5065 </widget>
5066 <widget class="QComboBox" name="w1_nameEdit">
5067 <property name="geometry">
5068 <rect>
5069 <x>10</x>
5070 <y>50</y>
5071 <width>181</width>
5072 <height>23</height>
5073 </rect>
5074 </property>
5075 <property name="toolTip">
5076 <string>The main brewing water</string>
5077 </property>
5078 <property name="currentText">
5079 <string/>
5080 </property>
5081 <property name="placeholderText">
5082 <string>Choose water</string>
5083 </property>
5084 </widget>
5085 <widget class="QComboBox" name="w2_nameEdit">
5086 <property name="geometry">
5087 <rect>
5088 <x>10</x>
5089 <y>80</y>
5090 <width>181</width>
5091 <height>23</height>
5092 </rect>
5093 </property>
5094 <property name="toolTip">
5095 <string>Optional dilution water</string>
5096 </property>
5097 <property name="placeholderText">
5098 <string>Choose dilution</string>
5099 </property>
5100 </widget>
5101 <widget class="QComboBox" name="wt_sourceEdit">
5102 <property name="geometry">
5103 <rect>
5104 <x>10</x>
5105 <y>180</y>
5106 <width>181</width>
5107 <height>23</height>
5108 </rect>
5109 </property>
5110 <property name="toolTip">
5111 <string>If needed, choose a target water profile.</string>
5112 </property>
5113 <property name="placeholderText">
5114 <string>Choose example water</string>
5115 </property>
5116 </widget>
5117 <widget class="QLabel" name="mixedLabel">
5118 <property name="geometry">
5119 <rect>
5120 <x>10</x>
5121 <y>110</y>
5122 <width>171</width>
5123 <height>21</height>
5124 </rect>
5125 </property>
5126 <property name="text">
5127 <string>Mixed water</string>
5128 </property>
5129 <property name="alignment">
5130 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
5131 </property>
5132 </widget>
5133 <widget class="QLabel" name="treatedLabel">
5134 <property name="geometry">
5135 <rect>
5136 <x>10</x>
5137 <y>140</y>
5138 <width>171</width>
5139 <height>21</height>
5140 </rect>
5141 </property>
5142 <property name="text">
5143 <string>Treated water</string>
5144 </property>
5145 <property name="alignment">
5146 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
5147 </property>
5148 </widget>
5149 <widget class="QDoubleSpinBox" name="wb_raEdit">
5150 <property name="geometry">
5151 <rect>
5152 <x>1020</x>
5153 <y>140</y>
5154 <width>71</width>
5155 <height>24</height>
5156 </rect>
5157 </property>
5158 <property name="alignment">
5159 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5160 </property>
5161 <property name="readOnly">
5162 <bool>true</bool>
5163 </property>
5164 <property name="buttonSymbols">
5165 <enum>QAbstractSpinBox::NoButtons</enum>
5166 </property>
5167 <property name="decimals">
5168 <number>1</number>
5169 </property>
5170 <property name="minimum">
5171 <double>-1000.000000000000000</double>
5172 </property>
5173 <property name="maximum">
5174 <double>1000.000000000000000</double>
5175 </property>
5176 </widget>
5177 <widget class="QLabel" name="raLabel">
5178 <property name="geometry">
5179 <rect>
5180 <x>1020</x>
5181 <y>20</y>
5182 <width>71</width>
5183 <height>21</height>
5184 </rect>
5185 </property>
5186 <property name="text">
5187 <string>RA</string>
5188 </property>
5189 <property name="alignment">
5190 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5191 </property>
5192 </widget>
5193 <widget class="QDoubleSpinBox" name="w1_raEdit">
5194 <property name="geometry">
5195 <rect>
5196 <x>1020</x>
5197 <y>50</y>
5198 <width>71</width>
5199 <height>24</height>
5200 </rect>
5201 </property>
5202 <property name="alignment">
5203 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5204 </property>
5205 <property name="readOnly">
5206 <bool>true</bool>
5207 </property>
5208 <property name="buttonSymbols">
5209 <enum>QAbstractSpinBox::NoButtons</enum>
5210 </property>
5211 <property name="decimals">
5212 <number>1</number>
5213 </property>
5214 <property name="minimum">
5215 <double>-1000.000000000000000</double>
5216 </property>
5217 <property name="maximum">
5218 <double>1000.000000000000000</double>
5219 </property>
5220 </widget>
5221 <widget class="QDoubleSpinBox" name="w2_raEdit">
5222 <property name="geometry">
5223 <rect>
5224 <x>1020</x>
5225 <y>80</y>
5226 <width>71</width>
5227 <height>24</height>
5228 </rect>
5229 </property>
5230 <property name="alignment">
5231 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5232 </property>
5233 <property name="readOnly">
5234 <bool>true</bool>
5235 </property>
5236 <property name="buttonSymbols">
5237 <enum>QAbstractSpinBox::NoButtons</enum>
5238 </property>
5239 <property name="decimals">
5240 <number>1</number>
5241 </property>
5242 <property name="minimum">
5243 <double>-1000.000000000000000</double>
5244 </property>
5245 <property name="maximum">
5246 <double>1000.000000000000000</double>
5247 </property>
5248 </widget>
5249 <widget class="QDoubleSpinBox" name="wg_raEdit">
5250 <property name="geometry">
5251 <rect>
5252 <x>1020</x>
5253 <y>110</y>
5254 <width>71</width>
5255 <height>24</height>
5256 </rect>
5257 </property>
5258 <property name="alignment">
5259 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5260 </property>
5261 <property name="readOnly">
5262 <bool>true</bool>
5263 </property>
5264 <property name="buttonSymbols">
5265 <enum>QAbstractSpinBox::NoButtons</enum>
5266 </property>
5267 <property name="decimals">
5268 <number>1</number>
5269 </property>
5270 <property name="minimum">
5271 <double>-1000.000000000000000</double>
5272 </property>
5273 <property name="maximum">
5274 <double>1000.000000000000000</double>
5275 </property>
5276 </widget>
5277 <widget class="QDoubleSpinBox" name="w2_hardnessEdit">
5278 <property name="geometry">
5279 <rect>
5280 <x>940</x>
5281 <y>80</y>
5282 <width>71</width>
5283 <height>24</height>
5284 </rect>
5285 </property>
5286 <property name="alignment">
5287 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5288 </property>
5289 <property name="readOnly">
5290 <bool>true</bool>
5291 </property>
5292 <property name="buttonSymbols">
5293 <enum>QAbstractSpinBox::NoButtons</enum>
5294 </property>
5295 <property name="decimals">
5296 <number>1</number>
5297 </property>
5298 <property name="maximum">
5299 <double>1000.000000000000000</double>
5300 </property>
5301 </widget>
5302 <widget class="QDoubleSpinBox" name="wg_hardnessEdit">
5303 <property name="geometry">
5304 <rect>
5305 <x>940</x>
5306 <y>110</y>
5307 <width>71</width>
5308 <height>24</height>
5309 </rect>
5310 </property>
5311 <property name="alignment">
5312 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5313 </property>
5314 <property name="readOnly">
5315 <bool>true</bool>
5316 </property>
5317 <property name="buttonSymbols">
5318 <enum>QAbstractSpinBox::NoButtons</enum>
5319 </property>
5320 <property name="decimals">
5321 <number>1</number>
5322 </property>
5323 <property name="maximum">
5324 <double>1000.000000000000000</double>
5325 </property>
5326 </widget>
5327 <widget class="QDoubleSpinBox" name="w1_hardnessEdit">
5328 <property name="geometry">
5329 <rect>
5330 <x>940</x>
5331 <y>50</y>
5332 <width>71</width>
5333 <height>24</height>
5334 </rect>
5335 </property>
5336 <property name="alignment">
5337 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5338 </property>
5339 <property name="readOnly">
5340 <bool>true</bool>
5341 </property>
5342 <property name="buttonSymbols">
5343 <enum>QAbstractSpinBox::NoButtons</enum>
5344 </property>
5345 <property name="decimals">
5346 <number>1</number>
5347 </property>
5348 <property name="maximum">
5349 <double>1000.000000000000000</double>
5350 </property>
5351 </widget>
5352 <widget class="QLabel" name="hardnessLabel">
5353 <property name="geometry">
5354 <rect>
5355 <x>940</x>
5356 <y>20</y>
5357 <width>71</width>
5358 <height>21</height>
5359 </rect>
5360 </property>
5361 <property name="text">
5362 <string>Hardness</string>
5363 </property>
5364 <property name="alignment">
5365 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5366 </property>
5367 </widget>
5368 <widget class="QDoubleSpinBox" name="wb_hardnessEdit">
5369 <property name="geometry">
5370 <rect>
5371 <x>940</x>
5372 <y>140</y>
5373 <width>71</width>
5374 <height>24</height>
5375 </rect>
5376 </property>
5377 <property name="alignment">
5378 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5379 </property>
5380 <property name="readOnly">
5381 <bool>true</bool>
5382 </property>
5383 <property name="buttonSymbols">
5384 <enum>QAbstractSpinBox::NoButtons</enum>
5385 </property>
5386 <property name="decimals">
5387 <number>1</number>
5388 </property>
5389 <property name="maximum">
5390 <double>1000.000000000000000</double>
5391 </property>
5392 </widget>
5393 <widget class="QDoubleSpinBox" name="wt_raEdit">
5394 <property name="geometry">
5395 <rect>
5396 <x>1020</x>
5397 <y>180</y>
5398 <width>71</width>
5399 <height>24</height>
5400 </rect>
5401 </property>
5402 <property name="alignment">
5403 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5404 </property>
5405 <property name="readOnly">
5406 <bool>true</bool>
5407 </property>
5408 <property name="buttonSymbols">
5409 <enum>QAbstractSpinBox::NoButtons</enum>
5410 </property>
5411 <property name="decimals">
5412 <number>1</number>
5413 </property>
5414 <property name="minimum">
5415 <double>-1000.000000000000000</double>
5416 </property>
5417 <property name="maximum">
5418 <double>1000.000000000000000</double>
5419 </property>
5420 </widget>
5421 <widget class="QDoubleSpinBox" name="wt_hardnessEdit">
5422 <property name="geometry">
5423 <rect>
5424 <x>940</x>
5425 <y>180</y>
5426 <width>71</width>
5427 <height>24</height>
5428 </rect>
5429 </property>
5430 <property name="alignment">
5431 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5432 </property>
5433 <property name="readOnly">
5434 <bool>true</bool>
5435 </property>
5436 <property name="buttonSymbols">
5437 <enum>QAbstractSpinBox::NoButtons</enum>
5438 </property>
5439 <property name="decimals">
5440 <number>1</number>
5441 </property>
5442 <property name="maximum">
5443 <double>1000.000000000000000</double>
5444 </property>
5445 </widget>
5446 </widget>
5447 <widget class="QGroupBox" name="brewsaltsBox">
5448 <property name="geometry">
5449 <rect>
5450 <x>10</x>
5451 <y>230</y>
5452 <width>271</width>
5453 <height>241</height>
5454 </rect>
5455 </property>
5456 <property name="title">
5457 <string>Water agents</string>
5458 </property>
5459 <widget class="QLabel" name="bs_cacl2Label">
5460 <property name="geometry">
5461 <rect>
5462 <x>10</x>
5463 <y>20</y>
5464 <width>151</width>
5465 <height>20</height>
5466 </rect>
5467 </property>
5468 <property name="toolTip">
5469 <string>Calcium Chloride</string>
5470 </property>
5471 <property name="text">
5472 <string>CaCl2:</string>
5473 </property>
5474 <property name="alignment">
5475 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5476 </property>
5477 </widget>
5478 <widget class="QLabel" name="bs_caso4Label">
5479 <property name="geometry">
5480 <rect>
5481 <x>10</x>
5482 <y>50</y>
5483 <width>151</width>
5484 <height>20</height>
5485 </rect>
5486 </property>
5487 <property name="toolTip">
5488 <string>Gypsym</string>
5489 </property>
5490 <property name="text">
5491 <string>CaSO4:</string>
5492 </property>
5493 <property name="alignment">
5494 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5495 </property>
5496 </widget>
5497 <widget class="QLabel" name="bs_mgso4Label">
5498 <property name="geometry">
5499 <rect>
5500 <x>10</x>
5501 <y>80</y>
5502 <width>151</width>
5503 <height>20</height>
5504 </rect>
5505 </property>
5506 <property name="toolTip">
5507 <string>Epsom</string>
5508 </property>
5509 <property name="text">
5510 <string>MgSO4:</string>
5511 </property>
5512 <property name="alignment">
5513 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5514 </property>
5515 </widget>
5516 <widget class="QLabel" name="bs_naclLabel">
5517 <property name="geometry">
5518 <rect>
5519 <x>10</x>
5520 <y>110</y>
5521 <width>151</width>
5522 <height>20</height>
5523 </rect>
5524 </property>
5525 <property name="toolTip">
5526 <string>Table salt</string>
5527 </property>
5528 <property name="text">
5529 <string>NaCl:</string>
5530 </property>
5531 <property name="alignment">
5532 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5533 </property>
5534 </widget>
5535 <widget class="QLabel" name="bs_mgcl2Label">
5536 <property name="geometry">
5537 <rect>
5538 <x>10</x>
5539 <y>140</y>
5540 <width>151</width>
5541 <height>20</height> 3891 <height>20</height>
5542 </rect> 3892 </rect>
5543 </property> 3893 </property>
5544 <property name="toolTip"> 3894 <property name="toolTip">
5545 <string>Magnesium Chloride</string> 3895 <string>Magnesium Chloride</string>
5554 <widget class="QLabel" name="bs_nahco3Label"> 3904 <widget class="QLabel" name="bs_nahco3Label">
5555 <property name="geometry"> 3905 <property name="geometry">
5556 <rect> 3906 <rect>
5557 <x>10</x> 3907 <x>10</x>
5558 <y>170</y> 3908 <y>170</y>
5559 <width>151</width> 3909 <width>71</width>
5560 <height>20</height> 3910 <height>20</height>
5561 </rect> 3911 </rect>
5562 </property> 3912 </property>
5563 <property name="toolTip"> 3913 <property name="toolTip">
5564 <string>Baking soda</string> 3914 <string>Baking soda</string>
5573 <widget class="QLabel" name="bs_caco3Label"> 3923 <widget class="QLabel" name="bs_caco3Label">
5574 <property name="geometry"> 3924 <property name="geometry">
5575 <rect> 3925 <rect>
5576 <x>10</x> 3926 <x>10</x>
5577 <y>200</y> 3927 <y>200</y>
5578 <width>151</width> 3928 <width>71</width>
5579 <height>20</height> 3929 <height>20</height>
5580 </rect> 3930 </rect>
5581 </property> 3931 </property>
5582 <property name="toolTip"> 3932 <property name="toolTip">
5583 <string>Chalk undissolved</string> 3933 <string>Chalk undissolved</string>
5590 </property> 3940 </property>
5591 </widget> 3941 </widget>
5592 <widget class="QDoubleSpinBox" name="bs_cacl2Edit"> 3942 <widget class="QDoubleSpinBox" name="bs_cacl2Edit">
5593 <property name="geometry"> 3943 <property name="geometry">
5594 <rect> 3944 <rect>
5595 <x>170</x> 3945 <x>90</x>
5596 <y>20</y> 3946 <y>20</y>
5597 <width>91</width> 3947 <width>91</width>
5598 <height>24</height> 3948 <height>24</height>
5599 </rect> 3949 </rect>
5600 </property> 3950 </property>
5622 </property> 3972 </property>
5623 </widget> 3973 </widget>
5624 <widget class="QDoubleSpinBox" name="bs_caso4Edit"> 3974 <widget class="QDoubleSpinBox" name="bs_caso4Edit">
5625 <property name="geometry"> 3975 <property name="geometry">
5626 <rect> 3976 <rect>
5627 <x>170</x> 3977 <x>90</x>
5628 <y>50</y> 3978 <y>50</y>
5629 <width>91</width> 3979 <width>91</width>
5630 <height>24</height> 3980 <height>24</height>
5631 </rect> 3981 </rect>
5632 </property> 3982 </property>
5654 </property> 4004 </property>
5655 </widget> 4005 </widget>
5656 <widget class="QDoubleSpinBox" name="bs_mgso4Edit"> 4006 <widget class="QDoubleSpinBox" name="bs_mgso4Edit">
5657 <property name="geometry"> 4007 <property name="geometry">
5658 <rect> 4008 <rect>
5659 <x>170</x> 4009 <x>90</x>
5660 <y>80</y> 4010 <y>80</y>
5661 <width>91</width> 4011 <width>91</width>
5662 <height>24</height> 4012 <height>24</height>
5663 </rect> 4013 </rect>
5664 </property> 4014 </property>
5685 </property> 4035 </property>
5686 </widget> 4036 </widget>
5687 <widget class="QDoubleSpinBox" name="bs_naclEdit"> 4037 <widget class="QDoubleSpinBox" name="bs_naclEdit">
5688 <property name="geometry"> 4038 <property name="geometry">
5689 <rect> 4039 <rect>
5690 <x>170</x> 4040 <x>90</x>
5691 <y>110</y> 4041 <y>110</y>
5692 <width>91</width> 4042 <width>91</width>
5693 <height>24</height> 4043 <height>24</height>
5694 </rect> 4044 </rect>
5695 </property> 4045 </property>
5717 </property> 4067 </property>
5718 </widget> 4068 </widget>
5719 <widget class="QDoubleSpinBox" name="bs_mgcl2Edit"> 4069 <widget class="QDoubleSpinBox" name="bs_mgcl2Edit">
5720 <property name="geometry"> 4070 <property name="geometry">
5721 <rect> 4071 <rect>
5722 <x>170</x> 4072 <x>90</x>
5723 <y>140</y> 4073 <y>140</y>
5724 <width>91</width> 4074 <width>91</width>
5725 <height>24</height> 4075 <height>24</height>
5726 </rect> 4076 </rect>
5727 </property> 4077 </property>
5748 </property> 4098 </property>
5749 </widget> 4099 </widget>
5750 <widget class="QDoubleSpinBox" name="bs_nahco3Edit"> 4100 <widget class="QDoubleSpinBox" name="bs_nahco3Edit">
5751 <property name="geometry"> 4101 <property name="geometry">
5752 <rect> 4102 <rect>
5753 <x>170</x> 4103 <x>90</x>
5754 <y>170</y> 4104 <y>170</y>
5755 <width>91</width> 4105 <width>91</width>
5756 <height>24</height> 4106 <height>24</height>
5757 </rect> 4107 </rect>
5758 </property> 4108 </property>
5779 </property> 4129 </property>
5780 </widget> 4130 </widget>
5781 <widget class="QDoubleSpinBox" name="bs_caco3Edit"> 4131 <widget class="QDoubleSpinBox" name="bs_caco3Edit">
5782 <property name="geometry"> 4132 <property name="geometry">
5783 <rect> 4133 <rect>
5784 <x>170</x> 4134 <x>90</x>
5785 <y>200</y> 4135 <y>200</y>
5786 <width>91</width> 4136 <width>91</width>
5787 <height>24</height> 4137 <height>24</height>
5788 </rect> 4138 </rect>
5789 </property> 4139 </property>
5807 </property> 4157 </property>
5808 <property name="singleStep"> 4158 <property name="singleStep">
5809 <double>0.100000000000000</double> 4159 <double>0.100000000000000</double>
5810 </property> 4160 </property>
5811 </widget> 4161 </widget>
4162 <widget class="QDoubleSpinBox" name="ss_caso4Edit">
4163 <property name="geometry">
4164 <rect>
4165 <x>190</x>
4166 <y>50</y>
4167 <width>91</width>
4168 <height>24</height>
4169 </rect>
4170 </property>
4171 <property name="toolTip">
4172 <string>Gypsum to change the water profile. This adds Calcium and Sulfate.
4173 To improve bitter beers.</string>
4174 </property>
4175 <property name="alignment">
4176 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4177 </property>
4178 <property name="accelerated">
4179 <bool>true</bool>
4180 </property>
4181 <property name="suffix">
4182 <string> gr</string>
4183 </property>
4184 <property name="decimals">
4185 <number>2</number>
4186 </property>
4187 <property name="maximum">
4188 <double>1000.000000000000000</double>
4189 </property>
4190 <property name="singleStep">
4191 <double>0.100000000000000</double>
4192 </property>
4193 </widget>
4194 <widget class="QDoubleSpinBox" name="ss_mgso4Edit">
4195 <property name="geometry">
4196 <rect>
4197 <x>190</x>
4198 <y>80</y>
4199 <width>91</width>
4200 <height>24</height>
4201 </rect>
4202 </property>
4203 <property name="toolTip">
4204 <string>Epsom salt to change the water profile. Use with caution!</string>
4205 </property>
4206 <property name="alignment">
4207 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4208 </property>
4209 <property name="accelerated">
4210 <bool>true</bool>
4211 </property>
4212 <property name="suffix">
4213 <string> gr</string>
4214 </property>
4215 <property name="decimals">
4216 <number>2</number>
4217 </property>
4218 <property name="maximum">
4219 <double>1000.000000000000000</double>
4220 </property>
4221 <property name="singleStep">
4222 <double>0.100000000000000</double>
4223 </property>
4224 </widget>
4225 <widget class="QDoubleSpinBox" name="ss_naclEdit">
4226 <property name="geometry">
4227 <rect>
4228 <x>190</x>
4229 <y>110</y>
4230 <width>91</width>
4231 <height>24</height>
4232 </rect>
4233 </property>
4234 <property name="toolTip">
4235 <string>Table salt to change the water profile. This adds Sodium and Chloride.
4236 Improves the sweetness of the beer. The beer will become salty at high doses.</string>
4237 </property>
4238 <property name="alignment">
4239 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4240 </property>
4241 <property name="accelerated">
4242 <bool>true</bool>
4243 </property>
4244 <property name="suffix">
4245 <string> gr</string>
4246 </property>
4247 <property name="decimals">
4248 <number>2</number>
4249 </property>
4250 <property name="maximum">
4251 <double>1000.000000000000000</double>
4252 </property>
4253 <property name="singleStep">
4254 <double>0.100000000000000</double>
4255 </property>
4256 </widget>
4257 <widget class="QDoubleSpinBox" name="ss_cacl2Edit">
4258 <property name="geometry">
4259 <rect>
4260 <x>190</x>
4261 <y>20</y>
4262 <width>91</width>
4263 <height>24</height>
4264 </rect>
4265 </property>
4266 <property name="toolTip">
4267 <string>To change the water profile. This adds Calcium and Chloride.
4268 To improve sweet style beers.</string>
4269 </property>
4270 <property name="alignment">
4271 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4272 </property>
4273 <property name="accelerated">
4274 <bool>true</bool>
4275 </property>
4276 <property name="suffix">
4277 <string> gr</string>
4278 </property>
4279 <property name="decimals">
4280 <number>2</number>
4281 </property>
4282 <property name="maximum">
4283 <double>1000.000000000000000</double>
4284 </property>
4285 <property name="singleStep">
4286 <double>0.100000000000000</double>
4287 </property>
4288 </widget>
4289 <widget class="QDoubleSpinBox" name="ss_mgcl2Edit">
4290 <property name="geometry">
4291 <rect>
4292 <x>190</x>
4293 <y>140</y>
4294 <width>91</width>
4295 <height>24</height>
4296 </rect>
4297 </property>
4298 <property name="toolTip">
4299 <string>Magnesium Chloride</string>
4300 </property>
4301 <property name="alignment">
4302 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4303 </property>
4304 <property name="accelerated">
4305 <bool>true</bool>
4306 </property>
4307 <property name="suffix">
4308 <string> gr</string>
4309 </property>
4310 <property name="decimals">
4311 <number>2</number>
4312 </property>
4313 <property name="maximum">
4314 <double>1000.000000000000000</double>
4315 </property>
4316 <property name="singleStep">
4317 <double>0.100000000000000</double>
4318 </property>
4319 </widget>
5812 </widget> 4320 </widget>
5813 <widget class="QGroupBox" name="mashBox"> 4321 <widget class="QGroupBox" name="mashBox">
5814 <property name="geometry"> 4322 <property name="geometry">
5815 <rect> 4323 <rect>
5816 <x>350</x> 4324 <x>780</x>
5817 <y>230</y> 4325 <y>220</y>
5818 <width>421</width> 4326 <width>331</width>
5819 <height>91</height> 4327 <height>241</height>
5820 </rect> 4328 </rect>
5821 </property> 4329 </property>
5822 <property name="title"> 4330 <property name="title">
5823 <string>Mash water</string> 4331 <string>Acid Additions</string>
5824 </property> 4332 </property>
5825 <widget class="QLabel" name="mw_phLabel"> 4333 <widget class="QLabel" name="mw_phLabel">
4334 <property name="geometry">
4335 <rect>
4336 <x>10</x>
4337 <y>50</y>
4338 <width>131</width>
4339 <height>20</height>
4340 </rect>
4341 </property>
4342 <property name="text">
4343 <string>Desired mash pH:</string>
4344 </property>
4345 <property name="alignment">
4346 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4347 </property>
4348 </widget>
4349 <widget class="QLabel" name="mw_autoLabel">
5826 <property name="geometry"> 4350 <property name="geometry">
5827 <rect> 4351 <rect>
5828 <x>10</x> 4352 <x>10</x>
5829 <y>20</y> 4353 <y>20</y>
5830 <width>111</width> 4354 <width>131</width>
5831 <height>20</height>
5832 </rect>
5833 </property>
5834 <property name="text">
5835 <string>Desired pH:</string>
5836 </property>
5837 <property name="alignment">
5838 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5839 </property>
5840 </widget>
5841 <widget class="QLabel" name="mw_autoLabel">
5842 <property name="geometry">
5843 <rect>
5844 <x>235</x>
5845 <y>20</y>
5846 <width>141</width>
5847 <height>20</height> 4355 <height>20</height>
5848 </rect> 4356 </rect>
5849 </property> 4357 </property>
5850 <property name="text"> 4358 <property name="text">
5851 <string>Auto calculate:</string> 4359 <string>Auto calculate:</string>
5856 </widget> 4364 </widget>
5857 <widget class="QLabel" name="mw_acidLabel"> 4365 <widget class="QLabel" name="mw_acidLabel">
5858 <property name="geometry"> 4366 <property name="geometry">
5859 <rect> 4367 <rect>
5860 <x>10</x> 4368 <x>10</x>
5861 <y>50</y> 4369 <y>80</y>
5862 <width>111</width> 4370 <width>131</width>
5863 <height>20</height> 4371 <height>20</height>
5864 </rect> 4372 </rect>
5865 </property> 4373 </property>
5866 <property name="text"> 4374 <property name="text">
5867 <string>Acid to use:</string> 4375 <string>Acid to use:</string>
5871 </property> 4379 </property>
5872 </widget> 4380 </widget>
5873 <widget class="QComboBox" name="mw_acidPick"> 4381 <widget class="QComboBox" name="mw_acidPick">
5874 <property name="geometry"> 4382 <property name="geometry">
5875 <rect> 4383 <rect>
5876 <x>130</x> 4384 <x>150</x>
4385 <y>80</y>
4386 <width>101</width>
4387 <height>23</height>
4388 </rect>
4389 </property>
4390 </widget>
4391 <widget class="QDoubleSpinBox" name="mw_phEdit">
4392 <property name="geometry">
4393 <rect>
4394 <x>150</x>
5877 <y>50</y> 4395 <y>50</y>
5878 <width>101</width> 4396 <width>101</width>
5879 <height>23</height>
5880 </rect>
5881 </property>
5882 </widget>
5883 <widget class="QDoubleSpinBox" name="mw_phEdit">
5884 <property name="geometry">
5885 <rect>
5886 <x>130</x>
5887 <y>20</y>
5888 <width>101</width>
5889 <height>24</height> 4397 <height>24</height>
5890 </rect> 4398 </rect>
5891 </property> 4399 </property>
5892 <property name="toolTip"> 4400 <property name="toolTip">
5893 <string>Mash pH should be between 5.2 and 5.6. Use 5.2 for light and 5.5 for dark beers.</string> 4401 <string>Mash pH should be between 5.2 and 5.6. Use 5.2 for light and 5.5 for dark beers.</string>
5909 </property> 4417 </property>
5910 </widget> 4418 </widget>
5911 <widget class="QDoubleSpinBox" name="mw_acidpercEdit"> 4419 <widget class="QDoubleSpinBox" name="mw_acidpercEdit">
5912 <property name="geometry"> 4420 <property name="geometry">
5913 <rect> 4421 <rect>
5914 <x>240</x> 4422 <x>260</x>
5915 <y>50</y> 4423 <y>80</y>
5916 <width>61</width> 4424 <width>61</width>
5917 <height>24</height> 4425 <height>24</height>
5918 </rect> 4426 </rect>
5919 </property> 4427 </property>
5920 <property name="alignment"> 4428 <property name="alignment">
5943 </property> 4451 </property>
5944 </widget> 4452 </widget>
5945 <widget class="QDoubleSpinBox" name="mw_acidvolEdit"> 4453 <widget class="QDoubleSpinBox" name="mw_acidvolEdit">
5946 <property name="geometry"> 4454 <property name="geometry">
5947 <rect> 4455 <rect>
5948 <x>310</x> 4456 <x>150</x>
5949 <y>50</y> 4457 <y>110</y>
5950 <width>89</width> 4458 <width>89</width>
5951 <height>24</height> 4459 <height>24</height>
5952 </rect> 4460 </rect>
5953 </property> 4461 </property>
5954 <property name="alignment"> 4462 <property name="alignment">
5971 </property> 4479 </property>
5972 </widget> 4480 </widget>
5973 <widget class="QCheckBox" name="mw_autoEdit"> 4481 <widget class="QCheckBox" name="mw_autoEdit">
5974 <property name="geometry"> 4482 <property name="geometry">
5975 <rect> 4483 <rect>
5976 <x>385</x> 4484 <x>150</x>
5977 <y>20</y> 4485 <y>20</y>
5978 <width>16</width> 4486 <width>16</width>
5979 <height>21</height> 4487 <height>21</height>
5980 </rect> 4488 </rect>
5981 </property> 4489 </property>
5982 </widget> 4490 </widget>
5983 </widget> 4491 <widget class="QLabel" name="sp_phLabel">
5984 <widget class="QGroupBox" name="spargeBox">
5985 <property name="geometry">
5986 <rect>
5987 <x>840</x>
5988 <y>230</y>
5989 <width>271</width>
5990 <height>241</height>
5991 </rect>
5992 </property>
5993 <property name="title">
5994 <string>Sparge water</string>
5995 </property>
5996 <widget class="QLabel" name="sp_volLabel">
5997 <property name="geometry"> 4492 <property name="geometry">
5998 <rect> 4493 <rect>
5999 <x>10</x> 4494 <x>10</x>
6000 <y>20</y> 4495 <y>140</y>
6001 <width>151</width> 4496 <width>131</width>
6002 <height>20</height> 4497 <height>20</height>
6003 </rect> 4498 </rect>
6004 </property> 4499 </property>
6005 <property name="text"> 4500 <property name="text">
6006 <string>Sparge water supply:</string> 4501 <string>Desired sparge pH:</string>
6007 </property> 4502 </property>
6008 <property name="alignment"> 4503 <property name="alignment">
6009 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 4504 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6010 </property> 4505 </property>
6011 </widget> 4506 </widget>
6012 <widget class="QLabel" name="sp_tempLabel"> 4507 <widget class="QDoubleSpinBox" name="sp_phEdit">
4508 <property name="geometry">
4509 <rect>
4510 <x>150</x>
4511 <y>140</y>
4512 <width>101</width>
4513 <height>24</height>
4514 </rect>
4515 </property>
4516 <property name="alignment">
4517 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4518 </property>
4519 <property name="accelerated">
4520 <bool>true</bool>
4521 </property>
4522 <property name="decimals">
4523 <number>2</number>
4524 </property>
4525 <property name="maximum">
4526 <double>14.000000000000000</double>
4527 </property>
4528 <property name="singleStep">
4529 <double>0.100000000000000</double>
4530 </property>
4531 </widget>
4532 <widget class="QLabel" name="sp_acidtypeLabel">
6013 <property name="geometry"> 4533 <property name="geometry">
6014 <rect> 4534 <rect>
6015 <x>10</x> 4535 <x>10</x>
6016 <y>50</y> 4536 <y>170</y>
6017 <width>151</width> 4537 <width>131</width>
6018 <height>20</height> 4538 <height>20</height>
6019 </rect> 4539 </rect>
6020 </property> 4540 </property>
6021 <property name="text"> 4541 <property name="text">
6022 <string>Sparge temperature:</string> 4542 <string>Acid type:</string>
6023 </property> 4543 </property>
6024 <property name="alignment"> 4544 <property name="alignment">
6025 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 4545 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6026 </property> 4546 </property>
6027 </widget> 4547 </widget>
6028 <widget class="QLabel" name="sp_sourceLabel"> 4548 <widget class="QComboBox" name="sp_acidtypeEdit">
6029 <property name="geometry"> 4549 <property name="geometry">
6030 <rect> 4550 <rect>
6031 <x>10</x> 4551 <x>150</x>
6032 <y>80</y> 4552 <y>170</y>
6033 <width>151</width> 4553 <width>101</width>
6034 <height>20</height> 4554 <height>23</height>
6035 </rect> 4555 </rect>
6036 </property> 4556 </property>
6037 <property name="text"> 4557 </widget>
6038 <string>Water source:</string> 4558 <widget class="QDoubleSpinBox" name="sp_acidpercEdit">
6039 </property> 4559 <property name="geometry">
6040 <property name="alignment"> 4560 <rect>
6041 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 4561 <x>260</x>
6042 </property> 4562 <y>170</y>
6043 </widget> 4563 <width>61</width>
6044 <widget class="QLabel" name="sp_phLabel"> 4564 <height>24</height>
4565 </rect>
4566 </property>
4567 <property name="alignment">
4568 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4569 </property>
4570 <property name="readOnly">
4571 <bool>true</bool>
4572 </property>
4573 <property name="buttonSymbols">
4574 <enum>QAbstractSpinBox::NoButtons</enum>
4575 </property>
4576 <property name="accelerated">
4577 <bool>false</bool>
4578 </property>
4579 <property name="suffix">
4580 <string>%</string>
4581 </property>
4582 <property name="decimals">
4583 <number>0</number>
4584 </property>
4585 <property name="maximum">
4586 <double>100.000000000000000</double>
4587 </property>
4588 <property name="singleStep">
4589 <double>1.000000000000000</double>
4590 </property>
4591 </widget>
4592 <widget class="QDoubleSpinBox" name="sp_acidvolEdit">
4593 <property name="geometry">
4594 <rect>
4595 <x>150</x>
4596 <y>200</y>
4597 <width>89</width>
4598 <height>24</height>
4599 </rect>
4600 </property>
4601 <property name="alignment">
4602 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4603 </property>
4604 <property name="readOnly">
4605 <bool>false</bool>
4606 </property>
4607 <property name="buttonSymbols">
4608 <enum>QAbstractSpinBox::UpDownArrows</enum>
4609 </property>
4610 <property name="accelerated">
4611 <bool>true</bool>
4612 </property>
4613 <property name="suffix">
4614 <string> ml</string>
4615 </property>
4616 <property name="decimals">
4617 <number>2</number>
4618 </property>
4619 <property name="maximum">
4620 <double>10000.000000000000000</double>
4621 </property>
4622 <property name="singleStep">
4623 <double>0.010000000000000</double>
4624 </property>
4625 </widget>
4626 <widget class="QLabel" name="mw_acidvolLabel">
6045 <property name="geometry"> 4627 <property name="geometry">
6046 <rect> 4628 <rect>
6047 <x>10</x> 4629 <x>10</x>
6048 <y>110</y> 4630 <y>110</y>
6049 <width>151</width> 4631 <width>131</width>
6050 <height>20</height> 4632 <height>20</height>
6051 </rect> 4633 </rect>
6052 </property> 4634 </property>
6053 <property name="text"> 4635 <property name="text">
6054 <string>Desired pH:</string> 4636 <string>Acid amount:</string>
6055 </property>
6056 <property name="alignment">
6057 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6058 </property>
6059 </widget>
6060 <widget class="QLabel" name="sp_acidtypeLabel">
6061 <property name="geometry">
6062 <rect>
6063 <x>10</x>
6064 <y>140</y>
6065 <width>151</width>
6066 <height>20</height>
6067 </rect>
6068 </property>
6069 <property name="text">
6070 <string>Acid type:</string>
6071 </property>
6072 <property name="alignment">
6073 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6074 </property>
6075 </widget>
6076 <widget class="QLabel" name="sp_acidpercLabel">
6077 <property name="geometry">
6078 <rect>
6079 <x>10</x>
6080 <y>170</y>
6081 <width>151</width>
6082 <height>20</height>
6083 </rect>
6084 </property>
6085 <property name="text">
6086 <string>Acid strength:</string>
6087 </property> 4637 </property>
6088 <property name="alignment"> 4638 <property name="alignment">
6089 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 4639 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6090 </property> 4640 </property>
6091 </widget> 4641 </widget>
6092 <widget class="QLabel" name="sp_acidvolLabel"> 4642 <widget class="QLabel" name="sp_acidvolLabel">
6093 <property name="geometry"> 4643 <property name="geometry">
6094 <rect> 4644 <rect>
6095 <x>10</x> 4645 <x>10</x>
6096 <y>200</y> 4646 <y>200</y>
6097 <width>151</width> 4647 <width>131</width>
6098 <height>20</height> 4648 <height>20</height>
6099 </rect> 4649 </rect>
6100 </property> 4650 </property>
6101 <property name="text"> 4651 <property name="text">
6102 <string>Acid needed:</string> 4652 <string>Acid amount:</string>
6103 </property> 4653 </property>
6104 <property name="alignment"> 4654 <property name="alignment">
6105 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 4655 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6106 </property>
6107 </widget>
6108 <widget class="QDoubleSpinBox" name="sp_volEdit">
6109 <property name="geometry">
6110 <rect>
6111 <x>170</x>
6112 <y>20</y>
6113 <width>91</width>
6114 <height>24</height>
6115 </rect>
6116 </property>
6117 <property name="alignment">
6118 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6119 </property>
6120 <property name="accelerated">
6121 <bool>true</bool>
6122 </property>
6123 <property name="suffix">
6124 <string> L</string>
6125 </property>
6126 <property name="decimals">
6127 <number>1</number>
6128 </property>
6129 <property name="maximum">
6130 <double>100000.000000000000000</double>
6131 </property>
6132 <property name="singleStep">
6133 <double>0.500000000000000</double>
6134 </property>
6135 </widget>
6136 <widget class="QDoubleSpinBox" name="sp_tempEdit">
6137 <property name="geometry">
6138 <rect>
6139 <x>170</x>
6140 <y>50</y>
6141 <width>91</width>
6142 <height>24</height>
6143 </rect>
6144 </property>
6145 <property name="alignment">
6146 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6147 </property>
6148 <property name="accelerated">
6149 <bool>true</bool>
6150 </property>
6151 <property name="suffix">
6152 <string> °C</string>
6153 </property>
6154 <property name="decimals">
6155 <number>1</number>
6156 </property>
6157 <property name="maximum">
6158 <double>100.000000000000000</double>
6159 </property>
6160 <property name="singleStep">
6161 <double>0.500000000000000</double>
6162 </property>
6163 </widget>
6164 <widget class="QDoubleSpinBox" name="sp_phEdit">
6165 <property name="geometry">
6166 <rect>
6167 <x>170</x>
6168 <y>110</y>
6169 <width>91</width>
6170 <height>24</height>
6171 </rect>
6172 </property>
6173 <property name="alignment">
6174 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6175 </property>
6176 <property name="accelerated">
6177 <bool>true</bool>
6178 </property>
6179 <property name="decimals">
6180 <number>2</number>
6181 </property>
6182 <property name="maximum">
6183 <double>14.000000000000000</double>
6184 </property>
6185 <property name="singleStep">
6186 <double>0.100000000000000</double>
6187 </property>
6188 </widget>
6189 <widget class="QDoubleSpinBox" name="sp_acidpercEdit">
6190 <property name="geometry">
6191 <rect>
6192 <x>170</x>
6193 <y>170</y>
6194 <width>91</width>
6195 <height>24</height>
6196 </rect>
6197 </property>
6198 <property name="alignment">
6199 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6200 </property>
6201 <property name="readOnly">
6202 <bool>true</bool>
6203 </property>
6204 <property name="buttonSymbols">
6205 <enum>QAbstractSpinBox::NoButtons</enum>
6206 </property>
6207 <property name="accelerated">
6208 <bool>false</bool>
6209 </property>
6210 <property name="suffix">
6211 <string>%</string>
6212 </property>
6213 <property name="decimals">
6214 <number>0</number>
6215 </property>
6216 <property name="maximum">
6217 <double>100.000000000000000</double>
6218 </property>
6219 <property name="singleStep">
6220 <double>1.000000000000000</double>
6221 </property>
6222 </widget>
6223 <widget class="QDoubleSpinBox" name="sp_acidvolEdit">
6224 <property name="geometry">
6225 <rect>
6226 <x>170</x>
6227 <y>200</y>
6228 <width>91</width>
6229 <height>24</height>
6230 </rect>
6231 </property>
6232 <property name="alignment">
6233 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6234 </property>
6235 <property name="readOnly">
6236 <bool>true</bool>
6237 </property>
6238 <property name="buttonSymbols">
6239 <enum>QAbstractSpinBox::NoButtons</enum>
6240 </property>
6241 <property name="accelerated">
6242 <bool>false</bool>
6243 </property>
6244 <property name="suffix">
6245 <string> ml</string>
6246 </property>
6247 <property name="decimals">
6248 <number>2</number>
6249 </property>
6250 <property name="maximum">
6251 <double>10000.000000000000000</double>
6252 </property>
6253 <property name="singleStep">
6254 <double>0.100000000000000</double>
6255 </property>
6256 </widget>
6257 <widget class="QComboBox" name="sp_sourceEdit">
6258 <property name="geometry">
6259 <rect>
6260 <x>170</x>
6261 <y>80</y>
6262 <width>91</width>
6263 <height>23</height>
6264 </rect>
6265 </property>
6266 </widget>
6267 <widget class="QComboBox" name="sp_acidtypeEdit">
6268 <property name="geometry">
6269 <rect>
6270 <x>170</x>
6271 <y>140</y>
6272 <width>91</width>
6273 <height>23</height>
6274 </rect>
6275 </property> 4656 </property>
6276 </widget> 4657 </widget>
6277 </widget> 4658 </widget>
6278 <widget class="QLabel" name="buguLabel"> 4659 <widget class="QLabel" name="buguLabel">
6279 <property name="geometry"> 4660 <property name="geometry">
6280 <rect> 4661 <rect>
6281 <x>290</x> 4662 <x>310</x>
6282 <y>340</y> 4663 <y>240</y>
6283 <width>181</width> 4664 <width>181</width>
6284 <height>20</height> 4665 <height>20</height>
6285 </rect> 4666 </rect>
6286 </property> 4667 </property>
6287 <property name="text"> 4668 <property name="text">
6292 </property> 4673 </property>
6293 </widget> 4674 </widget>
6294 <widget class="QDoubleSpinBox" name="buguEdit"> 4675 <widget class="QDoubleSpinBox" name="buguEdit">
6295 <property name="geometry"> 4676 <property name="geometry">
6296 <rect> 4677 <rect>
6297 <x>480</x> 4678 <x>500</x>
6298 <y>340</y> 4679 <y>240</y>
6299 <width>71</width> 4680 <width>71</width>
6300 <height>24</height> 4681 <height>24</height>
6301 </rect> 4682 </rect>
6302 </property> 4683 </property>
6303 <property name="alignment"> 4684 <property name="alignment">
6323 </property> 4704 </property>
6324 </widget> 4705 </widget>
6325 <widget class="QLabel" name="buguResult"> 4706 <widget class="QLabel" name="buguResult">
6326 <property name="geometry"> 4707 <property name="geometry">
6327 <rect> 4708 <rect>
6328 <x>560</x> 4709 <x>580</x>
6329 <y>340</y> 4710 <y>240</y>
6330 <width>211</width> 4711 <width>191</width>
6331 <height>20</height> 4712 <height>20</height>
6332 </rect> 4713 </rect>
6333 </property> 4714 </property>
6334 <property name="font"> 4715 <property name="font">
6335 <font> 4716 <font>
6344 </property> 4725 </property>
6345 </widget> 4726 </widget>
6346 <widget class="QLabel" name="so4clLabel"> 4727 <widget class="QLabel" name="so4clLabel">
6347 <property name="geometry"> 4728 <property name="geometry">
6348 <rect> 4729 <rect>
6349 <x>290</x> 4730 <x>310</x>
6350 <y>370</y> 4731 <y>270</y>
6351 <width>181</width> 4732 <width>181</width>
6352 <height>20</height> 4733 <height>20</height>
6353 </rect> 4734 </rect>
6354 </property> 4735 </property>
6355 <property name="text"> 4736 <property name="text">
6360 </property> 4741 </property>
6361 </widget> 4742 </widget>
6362 <widget class="QDoubleSpinBox" name="so4clEdit"> 4743 <widget class="QDoubleSpinBox" name="so4clEdit">
6363 <property name="geometry"> 4744 <property name="geometry">
6364 <rect> 4745 <rect>
6365 <x>480</x> 4746 <x>500</x>
6366 <y>370</y> 4747 <y>270</y>
6367 <width>71</width> 4748 <width>71</width>
6368 <height>24</height> 4749 <height>24</height>
6369 </rect> 4750 </rect>
6370 </property> 4751 </property>
6371 <property name="alignment"> 4752 <property name="alignment">
6391 </property> 4772 </property>
6392 </widget> 4773 </widget>
6393 <widget class="QLabel" name="so4clResult"> 4774 <widget class="QLabel" name="so4clResult">
6394 <property name="geometry"> 4775 <property name="geometry">
6395 <rect> 4776 <rect>
6396 <x>560</x> 4777 <x>580</x>
6397 <y>370</y> 4778 <y>270</y>
6398 <width>211</width> 4779 <width>191</width>
6399 <height>20</height> 4780 <height>20</height>
6400 </rect> 4781 </rect>
6401 </property> 4782 </property>
6402 <property name="font"> 4783 <property name="font">
6403 <font> 4784 <font>
6412 </property> 4793 </property>
6413 </widget> 4794 </widget>
6414 <widget class="QLabel" name="cur_so4clLabel"> 4795 <widget class="QLabel" name="cur_so4clLabel">
6415 <property name="geometry"> 4796 <property name="geometry">
6416 <rect> 4797 <rect>
6417 <x>290</x> 4798 <x>311</x>
6418 <y>400</y> 4799 <y>300</y>
6419 <width>181</width> 4800 <width>181</width>
6420 <height>20</height> 4801 <height>20</height>
6421 </rect> 4802 </rect>
6422 </property> 4803 </property>
6423 <property name="text"> 4804 <property name="text">
6428 </property> 4809 </property>
6429 </widget> 4810 </widget>
6430 <widget class="QDoubleSpinBox" name="cur_so4clEdit"> 4811 <widget class="QDoubleSpinBox" name="cur_so4clEdit">
6431 <property name="geometry"> 4812 <property name="geometry">
6432 <rect> 4813 <rect>
6433 <x>480</x> 4814 <x>501</x>
6434 <y>400</y> 4815 <y>300</y>
6435 <width>71</width> 4816 <width>71</width>
6436 <height>24</height> 4817 <height>24</height>
6437 </rect> 4818 </rect>
6438 </property> 4819 </property>
6439 <property name="alignment"> 4820 <property name="alignment">
6459 </property> 4840 </property>
6460 </widget> 4841 </widget>
6461 <widget class="RangedSlider" name="cur_so4clResult"> 4842 <widget class="RangedSlider" name="cur_so4clResult">
6462 <property name="geometry"> 4843 <property name="geometry">
6463 <rect> 4844 <rect>
6464 <x>559</x> 4845 <x>580</x>
6465 <y>400</y> 4846 <y>300</y>
6466 <width>211</width> 4847 <width>191</width>
6467 <height>20</height> 4848 <height>20</height>
6468 </rect> 4849 </rect>
6469 </property> 4850 </property>
6470 </widget> 4851 </widget>
6471 <widget class="QLabel" name="preboil_phLabel"> 4852 <widget class="QLabel" name="preboil_phLabel">
6472 <property name="geometry"> 4853 <property name="geometry">
6473 <rect> 4854 <rect>
6474 <x>290</x> 4855 <x>311</x>
6475 <y>430</y> 4856 <y>330</y>
6476 <width>181</width> 4857 <width>181</width>
6477 <height>20</height> 4858 <height>20</height>
6478 </rect> 4859 </rect>
6479 </property> 4860 </property>
6480 <property name="text"> 4861 <property name="text">
6485 </property> 4866 </property>
6486 </widget> 4867 </widget>
6487 <widget class="QDoubleSpinBox" name="preboil_phEdit"> 4868 <widget class="QDoubleSpinBox" name="preboil_phEdit">
6488 <property name="geometry"> 4869 <property name="geometry">
6489 <rect> 4870 <rect>
6490 <x>480</x> 4871 <x>501</x>
6491 <y>430</y> 4872 <y>330</y>
6492 <width>71</width> 4873 <width>71</width>
6493 <height>24</height> 4874 <height>24</height>
6494 </rect> 4875 </rect>
6495 </property> 4876 </property>
6496 <property name="alignment"> 4877 <property name="alignment">
6505 <property name="decimals"> 4886 <property name="decimals">
6506 <number>2</number> 4887 <number>2</number>
6507 </property> 4888 </property>
6508 <property name="maximum"> 4889 <property name="maximum">
6509 <double>1000.000000000000000</double> 4890 <double>1000.000000000000000</double>
4891 </property>
4892 </widget>
4893 <widget class="QDoubleSpinBox" name="sp_clEdit">
4894 <property name="geometry">
4895 <rect>
4896 <x>720</x>
4897 <y>180</y>
4898 <width>71</width>
4899 <height>24</height>
4900 </rect>
4901 </property>
4902 <property name="alignment">
4903 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4904 </property>
4905 <property name="readOnly">
4906 <bool>true</bool>
4907 </property>
4908 <property name="buttonSymbols">
4909 <enum>QAbstractSpinBox::NoButtons</enum>
4910 </property>
4911 <property name="decimals">
4912 <number>1</number>
4913 </property>
4914 <property name="maximum">
4915 <double>1000.000000000000000</double>
4916 </property>
4917 </widget>
4918 <widget class="QDoubleSpinBox" name="sp_naEdit">
4919 <property name="geometry">
4920 <rect>
4921 <x>640</x>
4922 <y>180</y>
4923 <width>71</width>
4924 <height>24</height>
4925 </rect>
4926 </property>
4927 <property name="alignment">
4928 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4929 </property>
4930 <property name="readOnly">
4931 <bool>true</bool>
4932 </property>
4933 <property name="buttonSymbols">
4934 <enum>QAbstractSpinBox::NoButtons</enum>
4935 </property>
4936 <property name="decimals">
4937 <number>1</number>
4938 </property>
4939 <property name="maximum">
4940 <double>1000.000000000000000</double>
4941 </property>
4942 </widget>
4943 <widget class="QDoubleSpinBox" name="sp_caco3Edit">
4944 <property name="geometry">
4945 <rect>
4946 <x>560</x>
4947 <y>180</y>
4948 <width>71</width>
4949 <height>24</height>
4950 </rect>
4951 </property>
4952 <property name="alignment">
4953 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4954 </property>
4955 <property name="readOnly">
4956 <bool>true</bool>
4957 </property>
4958 <property name="buttonSymbols">
4959 <enum>QAbstractSpinBox::NoButtons</enum>
4960 </property>
4961 <property name="decimals">
4962 <number>1</number>
4963 </property>
4964 <property name="maximum">
4965 <double>1000.000000000000000</double>
4966 </property>
4967 </widget>
4968 <widget class="QDoubleSpinBox" name="sp_raEdit">
4969 <property name="geometry">
4970 <rect>
4971 <x>1040</x>
4972 <y>180</y>
4973 <width>71</width>
4974 <height>24</height>
4975 </rect>
4976 </property>
4977 <property name="alignment">
4978 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4979 </property>
4980 <property name="readOnly">
4981 <bool>true</bool>
4982 </property>
4983 <property name="buttonSymbols">
4984 <enum>QAbstractSpinBox::NoButtons</enum>
4985 </property>
4986 <property name="decimals">
4987 <number>1</number>
4988 </property>
4989 <property name="minimum">
4990 <double>-1000.000000000000000</double>
4991 </property>
4992 <property name="maximum">
4993 <double>1000.000000000000000</double>
4994 </property>
4995 </widget>
4996 <widget class="QDoubleSpinBox" name="sp_phShow">
4997 <property name="geometry">
4998 <rect>
4999 <x>880</x>
5000 <y>180</y>
5001 <width>71</width>
5002 <height>24</height>
5003 </rect>
5004 </property>
5005 <property name="alignment">
5006 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5007 </property>
5008 <property name="readOnly">
5009 <bool>true</bool>
5010 </property>
5011 <property name="buttonSymbols">
5012 <enum>QAbstractSpinBox::NoButtons</enum>
5013 </property>
5014 <property name="decimals">
5015 <number>2</number>
5016 </property>
5017 <property name="maximum">
5018 <double>1000.000000000000000</double>
5019 </property>
5020 </widget>
5021 <widget class="QDoubleSpinBox" name="sp_so4Edit">
5022 <property name="geometry">
5023 <rect>
5024 <x>800</x>
5025 <y>180</y>
5026 <width>71</width>
5027 <height>24</height>
5028 </rect>
5029 </property>
5030 <property name="alignment">
5031 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5032 </property>
5033 <property name="readOnly">
5034 <bool>true</bool>
5035 </property>
5036 <property name="buttonSymbols">
5037 <enum>QAbstractSpinBox::NoButtons</enum>
5038 </property>
5039 <property name="decimals">
5040 <number>1</number>
5041 </property>
5042 <property name="maximum">
5043 <double>1000.000000000000000</double>
5044 </property>
5045 </widget>
5046 <widget class="QDoubleSpinBox" name="sp_mgEdit">
5047 <property name="geometry">
5048 <rect>
5049 <x>400</x>
5050 <y>180</y>
5051 <width>71</width>
5052 <height>24</height>
5053 </rect>
5054 </property>
5055 <property name="alignment">
5056 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5057 </property>
5058 <property name="readOnly">
5059 <bool>true</bool>
5060 </property>
5061 <property name="buttonSymbols">
5062 <enum>QAbstractSpinBox::NoButtons</enum>
5063 </property>
5064 <property name="decimals">
5065 <number>1</number>
5066 </property>
5067 <property name="maximum">
5068 <double>1000.000000000000000</double>
5069 </property>
5070 </widget>
5071 <widget class="QDoubleSpinBox" name="sp_hco3Edit">
5072 <property name="geometry">
5073 <rect>
5074 <x>480</x>
5075 <y>180</y>
5076 <width>71</width>
5077 <height>24</height>
5078 </rect>
5079 </property>
5080 <property name="alignment">
5081 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5082 </property>
5083 <property name="readOnly">
5084 <bool>true</bool>
5085 </property>
5086 <property name="buttonSymbols">
5087 <enum>QAbstractSpinBox::NoButtons</enum>
5088 </property>
5089 <property name="decimals">
5090 <number>1</number>
5091 </property>
5092 <property name="maximum">
5093 <double>1000.000000000000000</double>
5094 </property>
5095 </widget>
5096 <widget class="QDoubleSpinBox" name="sp_volEdit">
5097 <property name="geometry">
5098 <rect>
5099 <x>230</x>
5100 <y>180</y>
5101 <width>81</width>
5102 <height>24</height>
5103 </rect>
5104 </property>
5105 <property name="toolTip">
5106 <string>The total prepared amount of sparge water</string>
5107 </property>
5108 <property name="alignment">
5109 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5110 </property>
5111 <property name="accelerated">
5112 <bool>true</bool>
5113 </property>
5114 <property name="suffix">
5115 <string> L</string>
5116 </property>
5117 <property name="decimals">
5118 <number>2</number>
5119 </property>
5120 <property name="maximum">
5121 <double>100000.000000000000000</double>
5122 </property>
5123 <property name="singleStep">
5124 <double>0.500000000000000</double>
5125 </property>
5126 </widget>
5127 <widget class="QDoubleSpinBox" name="sp_hardnessEdit">
5128 <property name="geometry">
5129 <rect>
5130 <x>960</x>
5131 <y>180</y>
5132 <width>71</width>
5133 <height>24</height>
5134 </rect>
5135 </property>
5136 <property name="alignment">
5137 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5138 </property>
5139 <property name="readOnly">
5140 <bool>true</bool>
5141 </property>
5142 <property name="buttonSymbols">
5143 <enum>QAbstractSpinBox::NoButtons</enum>
5144 </property>
5145 <property name="decimals">
5146 <number>1</number>
5147 </property>
5148 <property name="maximum">
5149 <double>1000.000000000000000</double>
5150 </property>
5151 </widget>
5152 <widget class="QDoubleSpinBox" name="sp_caEdit">
5153 <property name="geometry">
5154 <rect>
5155 <x>320</x>
5156 <y>180</y>
5157 <width>71</width>
5158 <height>24</height>
5159 </rect>
5160 </property>
5161 <property name="alignment">
5162 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5163 </property>
5164 <property name="readOnly">
5165 <bool>true</bool>
5166 </property>
5167 <property name="buttonSymbols">
5168 <enum>QAbstractSpinBox::NoButtons</enum>
5169 </property>
5170 <property name="decimals">
5171 <number>1</number>
5172 </property>
5173 <property name="maximum">
5174 <double>1000.000000000000000</double>
5175 </property>
5176 </widget>
5177 <widget class="QComboBox" name="wt_sourceEdit">
5178 <property name="geometry">
5179 <rect>
5180 <x>10</x>
5181 <y>150</y>
5182 <width>181</width>
5183 <height>23</height>
5184 </rect>
5185 </property>
5186 <property name="toolTip">
5187 <string>If needed, choose a target water profile.</string>
5188 </property>
5189 <property name="placeholderText">
5190 <string>Choose example water</string>
5191 </property>
5192 </widget>
5193 <widget class="QDoubleSpinBox" name="wt_hardnessEdit">
5194 <property name="geometry">
5195 <rect>
5196 <x>960</x>
5197 <y>150</y>
5198 <width>71</width>
5199 <height>24</height>
5200 </rect>
5201 </property>
5202 <property name="alignment">
5203 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5204 </property>
5205 <property name="readOnly">
5206 <bool>true</bool>
5207 </property>
5208 <property name="buttonSymbols">
5209 <enum>QAbstractSpinBox::NoButtons</enum>
5210 </property>
5211 <property name="decimals">
5212 <number>1</number>
5213 </property>
5214 <property name="maximum">
5215 <double>1000.000000000000000</double>
5216 </property>
5217 </widget>
5218 <widget class="QDoubleSpinBox" name="wt_so4Edit">
5219 <property name="geometry">
5220 <rect>
5221 <x>800</x>
5222 <y>150</y>
5223 <width>71</width>
5224 <height>24</height>
5225 </rect>
5226 </property>
5227 <property name="alignment">
5228 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5229 </property>
5230 <property name="readOnly">
5231 <bool>true</bool>
5232 </property>
5233 <property name="buttonSymbols">
5234 <enum>QAbstractSpinBox::NoButtons</enum>
5235 </property>
5236 <property name="decimals">
5237 <number>1</number>
5238 </property>
5239 <property name="maximum">
5240 <double>1000.000000000000000</double>
5241 </property>
5242 </widget>
5243 <widget class="QDoubleSpinBox" name="wt_naEdit">
5244 <property name="geometry">
5245 <rect>
5246 <x>640</x>
5247 <y>150</y>
5248 <width>71</width>
5249 <height>24</height>
5250 </rect>
5251 </property>
5252 <property name="alignment">
5253 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5254 </property>
5255 <property name="readOnly">
5256 <bool>true</bool>
5257 </property>
5258 <property name="buttonSymbols">
5259 <enum>QAbstractSpinBox::NoButtons</enum>
5260 </property>
5261 <property name="decimals">
5262 <number>1</number>
5263 </property>
5264 <property name="maximum">
5265 <double>1000.000000000000000</double>
5266 </property>
5267 </widget>
5268 <widget class="QDoubleSpinBox" name="wt_raEdit">
5269 <property name="geometry">
5270 <rect>
5271 <x>1040</x>
5272 <y>150</y>
5273 <width>71</width>
5274 <height>24</height>
5275 </rect>
5276 </property>
5277 <property name="alignment">
5278 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5279 </property>
5280 <property name="readOnly">
5281 <bool>true</bool>
5282 </property>
5283 <property name="buttonSymbols">
5284 <enum>QAbstractSpinBox::NoButtons</enum>
5285 </property>
5286 <property name="decimals">
5287 <number>1</number>
5288 </property>
5289 <property name="minimum">
5290 <double>-1000.000000000000000</double>
5291 </property>
5292 <property name="maximum">
5293 <double>1000.000000000000000</double>
5294 </property>
5295 </widget>
5296 <widget class="QDoubleSpinBox" name="wt_caco3Edit">
5297 <property name="geometry">
5298 <rect>
5299 <x>560</x>
5300 <y>150</y>
5301 <width>71</width>
5302 <height>24</height>
5303 </rect>
5304 </property>
5305 <property name="alignment">
5306 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5307 </property>
5308 <property name="readOnly">
5309 <bool>true</bool>
5310 </property>
5311 <property name="buttonSymbols">
5312 <enum>QAbstractSpinBox::NoButtons</enum>
5313 </property>
5314 <property name="decimals">
5315 <number>1</number>
5316 </property>
5317 <property name="maximum">
5318 <double>1000.000000000000000</double>
5319 </property>
5320 </widget>
5321 <widget class="QDoubleSpinBox" name="wt_caEdit">
5322 <property name="geometry">
5323 <rect>
5324 <x>320</x>
5325 <y>150</y>
5326 <width>71</width>
5327 <height>24</height>
5328 </rect>
5329 </property>
5330 <property name="alignment">
5331 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5332 </property>
5333 <property name="readOnly">
5334 <bool>true</bool>
5335 </property>
5336 <property name="buttonSymbols">
5337 <enum>QAbstractSpinBox::NoButtons</enum>
5338 </property>
5339 <property name="decimals">
5340 <number>1</number>
5341 </property>
5342 <property name="maximum">
5343 <double>1000.000000000000000</double>
5344 </property>
5345 </widget>
5346 <widget class="QDoubleSpinBox" name="wt_clEdit">
5347 <property name="geometry">
5348 <rect>
5349 <x>720</x>
5350 <y>150</y>
5351 <width>71</width>
5352 <height>24</height>
5353 </rect>
5354 </property>
5355 <property name="alignment">
5356 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5357 </property>
5358 <property name="readOnly">
5359 <bool>true</bool>
5360 </property>
5361 <property name="buttonSymbols">
5362 <enum>QAbstractSpinBox::NoButtons</enum>
5363 </property>
5364 <property name="decimals">
5365 <number>1</number>
5366 </property>
5367 <property name="maximum">
5368 <double>1000.000000000000000</double>
5369 </property>
5370 </widget>
5371 <widget class="QDoubleSpinBox" name="wt_mgEdit">
5372 <property name="geometry">
5373 <rect>
5374 <x>400</x>
5375 <y>150</y>
5376 <width>71</width>
5377 <height>24</height>
5378 </rect>
5379 </property>
5380 <property name="alignment">
5381 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5382 </property>
5383 <property name="readOnly">
5384 <bool>true</bool>
5385 </property>
5386 <property name="buttonSymbols">
5387 <enum>QAbstractSpinBox::NoButtons</enum>
5388 </property>
5389 <property name="decimals">
5390 <number>1</number>
5391 </property>
5392 <property name="maximum">
5393 <double>1000.000000000000000</double>
5394 </property>
5395 </widget>
5396 <widget class="QDoubleSpinBox" name="wt_hco3Edit">
5397 <property name="geometry">
5398 <rect>
5399 <x>480</x>
5400 <y>150</y>
5401 <width>71</width>
5402 <height>24</height>
5403 </rect>
5404 </property>
5405 <property name="alignment">
5406 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5407 </property>
5408 <property name="readOnly">
5409 <bool>true</bool>
5410 </property>
5411 <property name="buttonSymbols">
5412 <enum>QAbstractSpinBox::NoButtons</enum>
5413 </property>
5414 <property name="decimals">
5415 <number>1</number>
5416 </property>
5417 <property name="maximum">
5418 <double>1000.000000000000000</double>
5419 </property>
5420 </widget>
5421 <widget class="QDoubleSpinBox" name="wb_hco3Edit">
5422 <property name="geometry">
5423 <rect>
5424 <x>480</x>
5425 <y>120</y>
5426 <width>71</width>
5427 <height>24</height>
5428 </rect>
5429 </property>
5430 <property name="toolTip">
5431 <string>0 to 50 for light beers, 50 to 150 for amber beers, 150 to 250 for dark beers.</string>
5432 </property>
5433 <property name="alignment">
5434 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5435 </property>
5436 <property name="readOnly">
5437 <bool>true</bool>
5438 </property>
5439 <property name="buttonSymbols">
5440 <enum>QAbstractSpinBox::NoButtons</enum>
5441 </property>
5442 <property name="decimals">
5443 <number>1</number>
5444 </property>
5445 <property name="maximum">
5446 <double>1000.000000000000000</double>
5447 </property>
5448 </widget>
5449 <widget class="QDoubleSpinBox" name="wb_hardnessEdit">
5450 <property name="geometry">
5451 <rect>
5452 <x>960</x>
5453 <y>120</y>
5454 <width>71</width>
5455 <height>24</height>
5456 </rect>
5457 </property>
5458 <property name="alignment">
5459 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5460 </property>
5461 <property name="readOnly">
5462 <bool>true</bool>
5463 </property>
5464 <property name="buttonSymbols">
5465 <enum>QAbstractSpinBox::NoButtons</enum>
5466 </property>
5467 <property name="decimals">
5468 <number>1</number>
5469 </property>
5470 <property name="maximum">
5471 <double>1000.000000000000000</double>
5472 </property>
5473 </widget>
5474 <widget class="QLabel" name="treatedLabel">
5475 <property name="geometry">
5476 <rect>
5477 <x>10</x>
5478 <y>120</y>
5479 <width>171</width>
5480 <height>21</height>
5481 </rect>
5482 </property>
5483 <property name="text">
5484 <string>Treated mash water</string>
5485 </property>
5486 <property name="alignment">
5487 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
5488 </property>
5489 </widget>
5490 <widget class="QDoubleSpinBox" name="wb_phEdit">
5491 <property name="geometry">
5492 <rect>
5493 <x>880</x>
5494 <y>120</y>
5495 <width>71</width>
5496 <height>24</height>
5497 </rect>
5498 </property>
5499 <property name="toolTip">
5500 <string>Mash pH should be between 5.2 and 5.6. Use 5.2 for light and 5.5 for dark beers.</string>
5501 </property>
5502 <property name="alignment">
5503 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5504 </property>
5505 <property name="readOnly">
5506 <bool>true</bool>
5507 </property>
5508 <property name="buttonSymbols">
5509 <enum>QAbstractSpinBox::NoButtons</enum>
5510 </property>
5511 <property name="decimals">
5512 <number>2</number>
5513 </property>
5514 <property name="maximum">
5515 <double>1000.000000000000000</double>
5516 </property>
5517 </widget>
5518 <widget class="QDoubleSpinBox" name="wb_naEdit">
5519 <property name="geometry">
5520 <rect>
5521 <x>640</x>
5522 <y>120</y>
5523 <width>71</width>
5524 <height>24</height>
5525 </rect>
5526 </property>
5527 <property name="toolTip">
5528 <string>The ideal amount of Natrium should be below 150.</string>
5529 </property>
5530 <property name="alignment">
5531 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5532 </property>
5533 <property name="readOnly">
5534 <bool>true</bool>
5535 </property>
5536 <property name="buttonSymbols">
5537 <enum>QAbstractSpinBox::NoButtons</enum>
5538 </property>
5539 <property name="decimals">
5540 <number>1</number>
5541 </property>
5542 <property name="maximum">
5543 <double>1000.000000000000000</double>
5544 </property>
5545 </widget>
5546 <widget class="QDoubleSpinBox" name="wb_caco3Edit">
5547 <property name="geometry">
5548 <rect>
5549 <x>560</x>
5550 <y>120</y>
5551 <width>71</width>
5552 <height>24</height>
5553 </rect>
5554 </property>
5555 <property name="alignment">
5556 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5557 </property>
5558 <property name="readOnly">
5559 <bool>true</bool>
5560 </property>
5561 <property name="buttonSymbols">
5562 <enum>QAbstractSpinBox::NoButtons</enum>
5563 </property>
5564 <property name="decimals">
5565 <number>1</number>
5566 </property>
5567 <property name="maximum">
5568 <double>1000.000000000000000</double>
5569 </property>
5570 </widget>
5571 <widget class="QDoubleSpinBox" name="wb_clEdit">
5572 <property name="geometry">
5573 <rect>
5574 <x>720</x>
5575 <y>120</y>
5576 <width>71</width>
5577 <height>24</height>
5578 </rect>
5579 </property>
5580 <property name="toolTip">
5581 <string>The ideal Chloride amount is between 50 and 150.
5582 Together with Sulfate it must be below 500.</string>
5583 </property>
5584 <property name="alignment">
5585 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5586 </property>
5587 <property name="readOnly">
5588 <bool>true</bool>
5589 </property>
5590 <property name="buttonSymbols">
5591 <enum>QAbstractSpinBox::NoButtons</enum>
5592 </property>
5593 <property name="decimals">
5594 <number>1</number>
5595 </property>
5596 <property name="maximum">
5597 <double>1000.000000000000000</double>
5598 </property>
5599 </widget>
5600 <widget class="QDoubleSpinBox" name="wb_caEdit">
5601 <property name="geometry">
5602 <rect>
5603 <x>320</x>
5604 <y>120</y>
5605 <width>71</width>
5606 <height>24</height>
5607 </rect>
5608 </property>
5609 <property name="toolTip">
5610 <string>The ideal amount of Calcium is between 40 and 150.</string>
5611 </property>
5612 <property name="alignment">
5613 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5614 </property>
5615 <property name="readOnly">
5616 <bool>true</bool>
5617 </property>
5618 <property name="buttonSymbols">
5619 <enum>QAbstractSpinBox::NoButtons</enum>
5620 </property>
5621 <property name="decimals">
5622 <number>1</number>
5623 </property>
5624 <property name="maximum">
5625 <double>1000.000000000000000</double>
5626 </property>
5627 </widget>
5628 <widget class="QDoubleSpinBox" name="wb_raEdit">
5629 <property name="geometry">
5630 <rect>
5631 <x>1040</x>
5632 <y>120</y>
5633 <width>71</width>
5634 <height>24</height>
5635 </rect>
5636 </property>
5637 <property name="alignment">
5638 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5639 </property>
5640 <property name="readOnly">
5641 <bool>true</bool>
5642 </property>
5643 <property name="buttonSymbols">
5644 <enum>QAbstractSpinBox::NoButtons</enum>
5645 </property>
5646 <property name="decimals">
5647 <number>1</number>
5648 </property>
5649 <property name="minimum">
5650 <double>-1000.000000000000000</double>
5651 </property>
5652 <property name="maximum">
5653 <double>1000.000000000000000</double>
5654 </property>
5655 </widget>
5656 <widget class="QDoubleSpinBox" name="wb_mgEdit">
5657 <property name="geometry">
5658 <rect>
5659 <x>400</x>
5660 <y>120</y>
5661 <width>71</width>
5662 <height>24</height>
5663 </rect>
5664 </property>
5665 <property name="toolTip">
5666 <string>The ideal amount of Magnesium is between 5 and 40.</string>
5667 </property>
5668 <property name="alignment">
5669 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5670 </property>
5671 <property name="readOnly">
5672 <bool>true</bool>
5673 </property>
5674 <property name="buttonSymbols">
5675 <enum>QAbstractSpinBox::NoButtons</enum>
5676 </property>
5677 <property name="decimals">
5678 <number>1</number>
5679 </property>
5680 <property name="maximum">
5681 <double>1000.000000000000000</double>
5682 </property>
5683 </widget>
5684 <widget class="QDoubleSpinBox" name="wb_so4Edit">
5685 <property name="geometry">
5686 <rect>
5687 <x>800</x>
5688 <y>120</y>
5689 <width>71</width>
5690 <height>24</height>
5691 </rect>
5692 </property>
5693 <property name="toolTip">
5694 <string>The ideal Sulfate amount should be between 50 and 400.
5695 Together with Chloride it must be below 500.</string>
5696 </property>
5697 <property name="alignment">
5698 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5699 </property>
5700 <property name="readOnly">
5701 <bool>true</bool>
5702 </property>
5703 <property name="buttonSymbols">
5704 <enum>QAbstractSpinBox::NoButtons</enum>
5705 </property>
5706 <property name="decimals">
5707 <number>1</number>
5708 </property>
5709 <property name="maximum">
5710 <double>1000.000000000000000</double>
5711 </property>
5712 </widget>
5713 <widget class="QDoubleSpinBox" name="wg_hco3Edit">
5714 <property name="geometry">
5715 <rect>
5716 <x>480</x>
5717 <y>90</y>
5718 <width>71</width>
5719 <height>24</height>
5720 </rect>
5721 </property>
5722 <property name="alignment">
5723 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5724 </property>
5725 <property name="readOnly">
5726 <bool>true</bool>
5727 </property>
5728 <property name="buttonSymbols">
5729 <enum>QAbstractSpinBox::NoButtons</enum>
5730 </property>
5731 <property name="decimals">
5732 <number>1</number>
5733 </property>
5734 <property name="maximum">
5735 <double>1000.000000000000000</double>
5736 </property>
5737 </widget>
5738 <widget class="QDoubleSpinBox" name="wg_raEdit">
5739 <property name="geometry">
5740 <rect>
5741 <x>1040</x>
5742 <y>90</y>
5743 <width>71</width>
5744 <height>24</height>
5745 </rect>
5746 </property>
5747 <property name="alignment">
5748 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5749 </property>
5750 <property name="readOnly">
5751 <bool>true</bool>
5752 </property>
5753 <property name="buttonSymbols">
5754 <enum>QAbstractSpinBox::NoButtons</enum>
5755 </property>
5756 <property name="decimals">
5757 <number>1</number>
5758 </property>
5759 <property name="minimum">
5760 <double>-1000.000000000000000</double>
5761 </property>
5762 <property name="maximum">
5763 <double>1000.000000000000000</double>
5764 </property>
5765 </widget>
5766 <widget class="QLabel" name="mixedLabel">
5767 <property name="geometry">
5768 <rect>
5769 <x>10</x>
5770 <y>90</y>
5771 <width>171</width>
5772 <height>21</height>
5773 </rect>
5774 </property>
5775 <property name="text">
5776 <string>Mixed water</string>
5777 </property>
5778 <property name="alignment">
5779 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
5780 </property>
5781 </widget>
5782 <widget class="QDoubleSpinBox" name="wg_caEdit">
5783 <property name="geometry">
5784 <rect>
5785 <x>320</x>
5786 <y>90</y>
5787 <width>71</width>
5788 <height>24</height>
5789 </rect>
5790 </property>
5791 <property name="alignment">
5792 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5793 </property>
5794 <property name="readOnly">
5795 <bool>true</bool>
5796 </property>
5797 <property name="buttonSymbols">
5798 <enum>QAbstractSpinBox::NoButtons</enum>
5799 </property>
5800 <property name="decimals">
5801 <number>1</number>
5802 </property>
5803 <property name="maximum">
5804 <double>1000.000000000000000</double>
5805 </property>
5806 </widget>
5807 <widget class="QDoubleSpinBox" name="wg_hardnessEdit">
5808 <property name="geometry">
5809 <rect>
5810 <x>960</x>
5811 <y>90</y>
5812 <width>71</width>
5813 <height>24</height>
5814 </rect>
5815 </property>
5816 <property name="alignment">
5817 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5818 </property>
5819 <property name="readOnly">
5820 <bool>true</bool>
5821 </property>
5822 <property name="buttonSymbols">
5823 <enum>QAbstractSpinBox::NoButtons</enum>
5824 </property>
5825 <property name="decimals">
5826 <number>1</number>
5827 </property>
5828 <property name="maximum">
5829 <double>1000.000000000000000</double>
5830 </property>
5831 </widget>
5832 <widget class="QDoubleSpinBox" name="wg_volEdit">
5833 <property name="geometry">
5834 <rect>
5835 <x>230</x>
5836 <y>90</y>
5837 <width>71</width>
5838 <height>24</height>
5839 </rect>
5840 </property>
5841 <property name="alignment">
5842 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5843 </property>
5844 <property name="readOnly">
5845 <bool>true</bool>
5846 </property>
5847 <property name="buttonSymbols">
5848 <enum>QAbstractSpinBox::NoButtons</enum>
5849 </property>
5850 <property name="suffix">
5851 <string> L</string>
5852 </property>
5853 <property name="decimals">
5854 <number>2</number>
5855 </property>
5856 <property name="maximum">
5857 <double>100000.000000000000000</double>
5858 </property>
5859 </widget>
5860 <widget class="QDoubleSpinBox" name="wg_naEdit">
5861 <property name="geometry">
5862 <rect>
5863 <x>640</x>
5864 <y>90</y>
5865 <width>71</width>
5866 <height>24</height>
5867 </rect>
5868 </property>
5869 <property name="alignment">
5870 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5871 </property>
5872 <property name="readOnly">
5873 <bool>true</bool>
5874 </property>
5875 <property name="buttonSymbols">
5876 <enum>QAbstractSpinBox::NoButtons</enum>
5877 </property>
5878 <property name="decimals">
5879 <number>1</number>
5880 </property>
5881 <property name="maximum">
5882 <double>1000.000000000000000</double>
5883 </property>
5884 </widget>
5885 <widget class="QDoubleSpinBox" name="wg_clEdit">
5886 <property name="geometry">
5887 <rect>
5888 <x>720</x>
5889 <y>90</y>
5890 <width>71</width>
5891 <height>24</height>
5892 </rect>
5893 </property>
5894 <property name="alignment">
5895 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5896 </property>
5897 <property name="readOnly">
5898 <bool>true</bool>
5899 </property>
5900 <property name="buttonSymbols">
5901 <enum>QAbstractSpinBox::NoButtons</enum>
5902 </property>
5903 <property name="decimals">
5904 <number>1</number>
5905 </property>
5906 <property name="maximum">
5907 <double>1000.000000000000000</double>
5908 </property>
5909 </widget>
5910 <widget class="QDoubleSpinBox" name="wg_mgEdit">
5911 <property name="geometry">
5912 <rect>
5913 <x>400</x>
5914 <y>90</y>
5915 <width>71</width>
5916 <height>24</height>
5917 </rect>
5918 </property>
5919 <property name="alignment">
5920 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5921 </property>
5922 <property name="readOnly">
5923 <bool>true</bool>
5924 </property>
5925 <property name="buttonSymbols">
5926 <enum>QAbstractSpinBox::NoButtons</enum>
5927 </property>
5928 <property name="decimals">
5929 <number>1</number>
5930 </property>
5931 <property name="maximum">
5932 <double>1000.000000000000000</double>
5933 </property>
5934 </widget>
5935 <widget class="QDoubleSpinBox" name="wg_so4Edit">
5936 <property name="geometry">
5937 <rect>
5938 <x>800</x>
5939 <y>90</y>
5940 <width>71</width>
5941 <height>24</height>
5942 </rect>
5943 </property>
5944 <property name="alignment">
5945 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5946 </property>
5947 <property name="readOnly">
5948 <bool>true</bool>
5949 </property>
5950 <property name="buttonSymbols">
5951 <enum>QAbstractSpinBox::NoButtons</enum>
5952 </property>
5953 <property name="decimals">
5954 <number>1</number>
5955 </property>
5956 <property name="maximum">
5957 <double>1000.000000000000000</double>
5958 </property>
5959 </widget>
5960 <widget class="QDoubleSpinBox" name="wg_caco3Edit">
5961 <property name="geometry">
5962 <rect>
5963 <x>560</x>
5964 <y>90</y>
5965 <width>71</width>
5966 <height>24</height>
5967 </rect>
5968 </property>
5969 <property name="alignment">
5970 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5971 </property>
5972 <property name="readOnly">
5973 <bool>true</bool>
5974 </property>
5975 <property name="buttonSymbols">
5976 <enum>QAbstractSpinBox::NoButtons</enum>
5977 </property>
5978 <property name="decimals">
5979 <number>1</number>
5980 </property>
5981 <property name="maximum">
5982 <double>1000.000000000000000</double>
5983 </property>
5984 </widget>
5985 <widget class="QDoubleSpinBox" name="wg_phEdit">
5986 <property name="geometry">
5987 <rect>
5988 <x>880</x>
5989 <y>90</y>
5990 <width>71</width>
5991 <height>24</height>
5992 </rect>
5993 </property>
5994 <property name="alignment">
5995 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5996 </property>
5997 <property name="readOnly">
5998 <bool>true</bool>
5999 </property>
6000 <property name="buttonSymbols">
6001 <enum>QAbstractSpinBox::NoButtons</enum>
6002 </property>
6003 <property name="decimals">
6004 <number>2</number>
6005 </property>
6006 <property name="maximum">
6007 <double>1000.000000000000000</double>
6008 </property>
6009 </widget>
6010 <widget class="QDoubleSpinBox" name="w2_raEdit">
6011 <property name="geometry">
6012 <rect>
6013 <x>1040</x>
6014 <y>60</y>
6015 <width>71</width>
6016 <height>24</height>
6017 </rect>
6018 </property>
6019 <property name="alignment">
6020 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6021 </property>
6022 <property name="readOnly">
6023 <bool>true</bool>
6024 </property>
6025 <property name="buttonSymbols">
6026 <enum>QAbstractSpinBox::NoButtons</enum>
6027 </property>
6028 <property name="decimals">
6029 <number>1</number>
6030 </property>
6031 <property name="minimum">
6032 <double>-1000.000000000000000</double>
6033 </property>
6034 <property name="maximum">
6035 <double>1000.000000000000000</double>
6036 </property>
6037 </widget>
6038 <widget class="QDoubleSpinBox" name="w2_caEdit">
6039 <property name="geometry">
6040 <rect>
6041 <x>320</x>
6042 <y>60</y>
6043 <width>71</width>
6044 <height>24</height>
6045 </rect>
6046 </property>
6047 <property name="alignment">
6048 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6049 </property>
6050 <property name="readOnly">
6051 <bool>true</bool>
6052 </property>
6053 <property name="buttonSymbols">
6054 <enum>QAbstractSpinBox::NoButtons</enum>
6055 </property>
6056 <property name="decimals">
6057 <number>1</number>
6058 </property>
6059 <property name="maximum">
6060 <double>1000.000000000000000</double>
6061 </property>
6062 </widget>
6063 <widget class="QDoubleSpinBox" name="w2_so4Edit">
6064 <property name="geometry">
6065 <rect>
6066 <x>800</x>
6067 <y>60</y>
6068 <width>71</width>
6069 <height>24</height>
6070 </rect>
6071 </property>
6072 <property name="alignment">
6073 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6074 </property>
6075 <property name="readOnly">
6076 <bool>true</bool>
6077 </property>
6078 <property name="buttonSymbols">
6079 <enum>QAbstractSpinBox::NoButtons</enum>
6080 </property>
6081 <property name="decimals">
6082 <number>1</number>
6083 </property>
6084 <property name="maximum">
6085 <double>1000.000000000000000</double>
6086 </property>
6087 </widget>
6088 <widget class="QDoubleSpinBox" name="w2_mgEdit">
6089 <property name="geometry">
6090 <rect>
6091 <x>400</x>
6092 <y>60</y>
6093 <width>71</width>
6094 <height>24</height>
6095 </rect>
6096 </property>
6097 <property name="alignment">
6098 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6099 </property>
6100 <property name="readOnly">
6101 <bool>true</bool>
6102 </property>
6103 <property name="buttonSymbols">
6104 <enum>QAbstractSpinBox::NoButtons</enum>
6105 </property>
6106 <property name="decimals">
6107 <number>1</number>
6108 </property>
6109 <property name="maximum">
6110 <double>1000.000000000000000</double>
6111 </property>
6112 </widget>
6113 <widget class="QDoubleSpinBox" name="w2_phEdit">
6114 <property name="geometry">
6115 <rect>
6116 <x>880</x>
6117 <y>60</y>
6118 <width>71</width>
6119 <height>24</height>
6120 </rect>
6121 </property>
6122 <property name="alignment">
6123 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6124 </property>
6125 <property name="readOnly">
6126 <bool>true</bool>
6127 </property>
6128 <property name="buttonSymbols">
6129 <enum>QAbstractSpinBox::NoButtons</enum>
6130 </property>
6131 <property name="decimals">
6132 <number>2</number>
6133 </property>
6134 <property name="maximum">
6135 <double>1000.000000000000000</double>
6136 </property>
6137 </widget>
6138 <widget class="QDoubleSpinBox" name="w2_hardnessEdit">
6139 <property name="geometry">
6140 <rect>
6141 <x>960</x>
6142 <y>60</y>
6143 <width>71</width>
6144 <height>24</height>
6145 </rect>
6146 </property>
6147 <property name="alignment">
6148 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6149 </property>
6150 <property name="readOnly">
6151 <bool>true</bool>
6152 </property>
6153 <property name="buttonSymbols">
6154 <enum>QAbstractSpinBox::NoButtons</enum>
6155 </property>
6156 <property name="decimals">
6157 <number>1</number>
6158 </property>
6159 <property name="maximum">
6160 <double>1000.000000000000000</double>
6161 </property>
6162 </widget>
6163 <widget class="QDoubleSpinBox" name="w2_volEdit">
6164 <property name="geometry">
6165 <rect>
6166 <x>230</x>
6167 <y>60</y>
6168 <width>85</width>
6169 <height>24</height>
6170 </rect>
6171 </property>
6172 <property name="toolTip">
6173 <string>The division between the main and dilution water. The total volume does not change.</string>
6174 </property>
6175 <property name="alignment">
6176 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6177 </property>
6178 <property name="readOnly">
6179 <bool>false</bool>
6180 </property>
6181 <property name="buttonSymbols">
6182 <enum>QAbstractSpinBox::UpDownArrows</enum>
6183 </property>
6184 <property name="accelerated">
6185 <bool>true</bool>
6186 </property>
6187 <property name="suffix">
6188 <string> L</string>
6189 </property>
6190 <property name="decimals">
6191 <number>2</number>
6192 </property>
6193 <property name="maximum">
6194 <double>100000.000000000000000</double>
6195 </property>
6196 <property name="singleStep">
6197 <double>0.500000000000000</double>
6198 </property>
6199 </widget>
6200 <widget class="QDoubleSpinBox" name="w2_naEdit">
6201 <property name="geometry">
6202 <rect>
6203 <x>640</x>
6204 <y>60</y>
6205 <width>71</width>
6206 <height>24</height>
6207 </rect>
6208 </property>
6209 <property name="alignment">
6210 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6211 </property>
6212 <property name="readOnly">
6213 <bool>true</bool>
6214 </property>
6215 <property name="buttonSymbols">
6216 <enum>QAbstractSpinBox::NoButtons</enum>
6217 </property>
6218 <property name="decimals">
6219 <number>1</number>
6220 </property>
6221 <property name="maximum">
6222 <double>1000.000000000000000</double>
6223 </property>
6224 </widget>
6225 <widget class="QDoubleSpinBox" name="w2_clEdit">
6226 <property name="geometry">
6227 <rect>
6228 <x>720</x>
6229 <y>60</y>
6230 <width>71</width>
6231 <height>24</height>
6232 </rect>
6233 </property>
6234 <property name="alignment">
6235 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6236 </property>
6237 <property name="readOnly">
6238 <bool>true</bool>
6239 </property>
6240 <property name="buttonSymbols">
6241 <enum>QAbstractSpinBox::NoButtons</enum>
6242 </property>
6243 <property name="decimals">
6244 <number>1</number>
6245 </property>
6246 <property name="maximum">
6247 <double>1000.000000000000000</double>
6248 </property>
6249 </widget>
6250 <widget class="QComboBox" name="w2_nameEdit">
6251 <property name="geometry">
6252 <rect>
6253 <x>10</x>
6254 <y>60</y>
6255 <width>181</width>
6256 <height>23</height>
6257 </rect>
6258 </property>
6259 <property name="toolTip">
6260 <string>Optional dilution water</string>
6261 </property>
6262 <property name="placeholderText">
6263 <string>Choose dilution</string>
6264 </property>
6265 </widget>
6266 <widget class="QDoubleSpinBox" name="w2_caco3Edit">
6267 <property name="geometry">
6268 <rect>
6269 <x>560</x>
6270 <y>60</y>
6271 <width>71</width>
6272 <height>24</height>
6273 </rect>
6274 </property>
6275 <property name="alignment">
6276 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6277 </property>
6278 <property name="readOnly">
6279 <bool>true</bool>
6280 </property>
6281 <property name="buttonSymbols">
6282 <enum>QAbstractSpinBox::NoButtons</enum>
6283 </property>
6284 <property name="decimals">
6285 <number>1</number>
6286 </property>
6287 <property name="maximum">
6288 <double>1000.000000000000000</double>
6289 </property>
6290 </widget>
6291 <widget class="QDoubleSpinBox" name="w2_hco3Edit">
6292 <property name="geometry">
6293 <rect>
6294 <x>480</x>
6295 <y>60</y>
6296 <width>71</width>
6297 <height>24</height>
6298 </rect>
6299 </property>
6300 <property name="alignment">
6301 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6302 </property>
6303 <property name="readOnly">
6304 <bool>true</bool>
6305 </property>
6306 <property name="buttonSymbols">
6307 <enum>QAbstractSpinBox::NoButtons</enum>
6308 </property>
6309 <property name="decimals">
6310 <number>1</number>
6311 </property>
6312 <property name="maximum">
6313 <double>1000.000000000000000</double>
6314 </property>
6315 </widget>
6316 <widget class="QDoubleSpinBox" name="w1_mgEdit">
6317 <property name="geometry">
6318 <rect>
6319 <x>400</x>
6320 <y>30</y>
6321 <width>71</width>
6322 <height>24</height>
6323 </rect>
6324 </property>
6325 <property name="alignment">
6326 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6327 </property>
6328 <property name="readOnly">
6329 <bool>true</bool>
6330 </property>
6331 <property name="buttonSymbols">
6332 <enum>QAbstractSpinBox::NoButtons</enum>
6333 </property>
6334 <property name="decimals">
6335 <number>1</number>
6336 </property>
6337 <property name="maximum">
6338 <double>1000.000000000000000</double>
6339 </property>
6340 </widget>
6341 <widget class="QDoubleSpinBox" name="w1_hco3Edit">
6342 <property name="geometry">
6343 <rect>
6344 <x>480</x>
6345 <y>30</y>
6346 <width>71</width>
6347 <height>24</height>
6348 </rect>
6349 </property>
6350 <property name="alignment">
6351 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6352 </property>
6353 <property name="readOnly">
6354 <bool>true</bool>
6355 </property>
6356 <property name="buttonSymbols">
6357 <enum>QAbstractSpinBox::NoButtons</enum>
6358 </property>
6359 <property name="decimals">
6360 <number>1</number>
6361 </property>
6362 <property name="maximum">
6363 <double>1000.000000000000000</double>
6364 </property>
6365 </widget>
6366 <widget class="QLabel" name="hardnessLabel">
6367 <property name="geometry">
6368 <rect>
6369 <x>960</x>
6370 <y>10</y>
6371 <width>71</width>
6372 <height>20</height>
6373 </rect>
6374 </property>
6375 <property name="text">
6376 <string>Hardness</string>
6377 </property>
6378 <property name="alignment">
6379 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6380 </property>
6381 </widget>
6382 <widget class="QDoubleSpinBox" name="w1_phEdit">
6383 <property name="geometry">
6384 <rect>
6385 <x>880</x>
6386 <y>30</y>
6387 <width>71</width>
6388 <height>24</height>
6389 </rect>
6390 </property>
6391 <property name="alignment">
6392 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6393 </property>
6394 <property name="readOnly">
6395 <bool>true</bool>
6396 </property>
6397 <property name="buttonSymbols">
6398 <enum>QAbstractSpinBox::NoButtons</enum>
6399 </property>
6400 <property name="decimals">
6401 <number>2</number>
6402 </property>
6403 <property name="maximum">
6404 <double>1000.000000000000000</double>
6405 </property>
6406 </widget>
6407 <widget class="QLabel" name="mgLabel">
6408 <property name="geometry">
6409 <rect>
6410 <x>400</x>
6411 <y>10</y>
6412 <width>71</width>
6413 <height>20</height>
6414 </rect>
6415 </property>
6416 <property name="text">
6417 <string>Mg</string>
6418 </property>
6419 <property name="alignment">
6420 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6421 </property>
6422 </widget>
6423 <widget class="QLabel" name="phLabel">
6424 <property name="geometry">
6425 <rect>
6426 <x>880</x>
6427 <y>10</y>
6428 <width>71</width>
6429 <height>20</height>
6430 </rect>
6431 </property>
6432 <property name="text">
6433 <string>pH</string>
6434 </property>
6435 <property name="alignment">
6436 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6437 </property>
6438 </widget>
6439 <widget class="QLabel" name="raLabel">
6440 <property name="geometry">
6441 <rect>
6442 <x>1040</x>
6443 <y>10</y>
6444 <width>71</width>
6445 <height>20</height>
6446 </rect>
6447 </property>
6448 <property name="font">
6449 <font>
6450 <weight>50</weight>
6451 <italic>false</italic>
6452 <bold>false</bold>
6453 <underline>false</underline>
6454 <strikeout>false</strikeout>
6455 </font>
6456 </property>
6457 <property name="frameShape">
6458 <enum>QFrame::NoFrame</enum>
6459 </property>
6460 <property name="text">
6461 <string>RA</string>
6462 </property>
6463 <property name="alignment">
6464 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6465 </property>
6466 </widget>
6467 <widget class="QDoubleSpinBox" name="w1_hardnessEdit">
6468 <property name="geometry">
6469 <rect>
6470 <x>960</x>
6471 <y>30</y>
6472 <width>71</width>
6473 <height>24</height>
6474 </rect>
6475 </property>
6476 <property name="alignment">
6477 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6478 </property>
6479 <property name="readOnly">
6480 <bool>true</bool>
6481 </property>
6482 <property name="buttonSymbols">
6483 <enum>QAbstractSpinBox::NoButtons</enum>
6484 </property>
6485 <property name="decimals">
6486 <number>1</number>
6487 </property>
6488 <property name="maximum">
6489 <double>1000.000000000000000</double>
6490 </property>
6491 </widget>
6492 <widget class="QDoubleSpinBox" name="w1_volEdit">
6493 <property name="geometry">
6494 <rect>
6495 <x>230</x>
6496 <y>30</y>
6497 <width>71</width>
6498 <height>24</height>
6499 </rect>
6500 </property>
6501 <property name="alignment">
6502 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6503 </property>
6504 <property name="readOnly">
6505 <bool>true</bool>
6506 </property>
6507 <property name="buttonSymbols">
6508 <enum>QAbstractSpinBox::NoButtons</enum>
6509 </property>
6510 <property name="accelerated">
6511 <bool>false</bool>
6512 </property>
6513 <property name="suffix">
6514 <string> L</string>
6515 </property>
6516 <property name="decimals">
6517 <number>2</number>
6518 </property>
6519 <property name="maximum">
6520 <double>100000.000000000000000</double>
6521 </property>
6522 </widget>
6523 <widget class="QDoubleSpinBox" name="w1_so4Edit">
6524 <property name="geometry">
6525 <rect>
6526 <x>800</x>
6527 <y>30</y>
6528 <width>71</width>
6529 <height>24</height>
6530 </rect>
6531 </property>
6532 <property name="alignment">
6533 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6534 </property>
6535 <property name="readOnly">
6536 <bool>true</bool>
6537 </property>
6538 <property name="buttonSymbols">
6539 <enum>QAbstractSpinBox::NoButtons</enum>
6540 </property>
6541 <property name="decimals">
6542 <number>1</number>
6543 </property>
6544 <property name="maximum">
6545 <double>1000.000000000000000</double>
6546 </property>
6547 </widget>
6548 <widget class="QLabel" name="caco3Label">
6549 <property name="geometry">
6550 <rect>
6551 <x>560</x>
6552 <y>10</y>
6553 <width>71</width>
6554 <height>20</height>
6555 </rect>
6556 </property>
6557 <property name="text">
6558 <string>CaCO3</string>
6559 </property>
6560 <property name="alignment">
6561 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6562 </property>
6563 </widget>
6564 <widget class="QDoubleSpinBox" name="w1_caco3Edit">
6565 <property name="geometry">
6566 <rect>
6567 <x>560</x>
6568 <y>30</y>
6569 <width>71</width>
6570 <height>24</height>
6571 </rect>
6572 </property>
6573 <property name="alignment">
6574 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6575 </property>
6576 <property name="readOnly">
6577 <bool>true</bool>
6578 </property>
6579 <property name="buttonSymbols">
6580 <enum>QAbstractSpinBox::NoButtons</enum>
6581 </property>
6582 <property name="decimals">
6583 <number>1</number>
6584 </property>
6585 <property name="maximum">
6586 <double>1000.000000000000000</double>
6587 </property>
6588 </widget>
6589 <widget class="QDoubleSpinBox" name="w1_raEdit">
6590 <property name="geometry">
6591 <rect>
6592 <x>1040</x>
6593 <y>30</y>
6594 <width>71</width>
6595 <height>24</height>
6596 </rect>
6597 </property>
6598 <property name="alignment">
6599 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6600 </property>
6601 <property name="readOnly">
6602 <bool>true</bool>
6603 </property>
6604 <property name="buttonSymbols">
6605 <enum>QAbstractSpinBox::NoButtons</enum>
6606 </property>
6607 <property name="decimals">
6608 <number>1</number>
6609 </property>
6610 <property name="minimum">
6611 <double>-1000.000000000000000</double>
6612 </property>
6613 <property name="maximum">
6614 <double>1000.000000000000000</double>
6615 </property>
6616 </widget>
6617 <widget class="QComboBox" name="w1_nameEdit">
6618 <property name="geometry">
6619 <rect>
6620 <x>10</x>
6621 <y>30</y>
6622 <width>181</width>
6623 <height>23</height>
6624 </rect>
6625 </property>
6626 <property name="toolTip">
6627 <string>The main brewing water</string>
6628 </property>
6629 <property name="currentText">
6630 <string/>
6631 </property>
6632 <property name="placeholderText">
6633 <string>Choose water</string>
6634 </property>
6635 </widget>
6636 <widget class="QLabel" name="clLabel">
6637 <property name="geometry">
6638 <rect>
6639 <x>720</x>
6640 <y>10</y>
6641 <width>71</width>
6642 <height>20</height>
6643 </rect>
6644 </property>
6645 <property name="text">
6646 <string>Cl</string>
6647 </property>
6648 <property name="alignment">
6649 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6650 </property>
6651 </widget>
6652 <widget class="QLabel" name="naLabel">
6653 <property name="geometry">
6654 <rect>
6655 <x>640</x>
6656 <y>10</y>
6657 <width>71</width>
6658 <height>20</height>
6659 </rect>
6660 </property>
6661 <property name="text">
6662 <string>Na</string>
6663 </property>
6664 <property name="alignment">
6665 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6666 </property>
6667 </widget>
6668 <widget class="QLabel" name="caLabel">
6669 <property name="geometry">
6670 <rect>
6671 <x>320</x>
6672 <y>10</y>
6673 <width>71</width>
6674 <height>20</height>
6675 </rect>
6676 </property>
6677 <property name="text">
6678 <string>Ca</string>
6679 </property>
6680 <property name="alignment">
6681 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6682 </property>
6683 </widget>
6684 <widget class="QLabel" name="so4Label">
6685 <property name="geometry">
6686 <rect>
6687 <x>800</x>
6688 <y>10</y>
6689 <width>71</width>
6690 <height>20</height>
6691 </rect>
6692 </property>
6693 <property name="text">
6694 <string>SO4</string>
6695 </property>
6696 <property name="alignment">
6697 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6698 </property>
6699 </widget>
6700 <widget class="QLabel" name="volLabel">
6701 <property name="geometry">
6702 <rect>
6703 <x>240</x>
6704 <y>10</y>
6705 <width>61</width>
6706 <height>20</height>
6707 </rect>
6708 </property>
6709 <property name="text">
6710 <string>Volume</string>
6711 </property>
6712 <property name="alignment">
6713 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6714 </property>
6715 </widget>
6716 <widget class="QLabel" name="hco3Label">
6717 <property name="geometry">
6718 <rect>
6719 <x>480</x>
6720 <y>10</y>
6721 <width>71</width>
6722 <height>20</height>
6723 </rect>
6724 </property>
6725 <property name="text">
6726 <string>HCO3</string>
6727 </property>
6728 <property name="alignment">
6729 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6730 </property>
6731 </widget>
6732 <widget class="QLabel" name="profileLabel">
6733 <property name="geometry">
6734 <rect>
6735 <x>10</x>
6736 <y>10</y>
6737 <width>171</width>
6738 <height>20</height>
6739 </rect>
6740 </property>
6741 <property name="text">
6742 <string>Water profile</string>
6743 </property>
6744 <property name="alignment">
6745 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
6746 </property>
6747 </widget>
6748 <widget class="QDoubleSpinBox" name="w1_clEdit">
6749 <property name="geometry">
6750 <rect>
6751 <x>720</x>
6752 <y>30</y>
6753 <width>71</width>
6754 <height>24</height>
6755 </rect>
6756 </property>
6757 <property name="alignment">
6758 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6759 </property>
6760 <property name="readOnly">
6761 <bool>true</bool>
6762 </property>
6763 <property name="buttonSymbols">
6764 <enum>QAbstractSpinBox::NoButtons</enum>
6765 </property>
6766 <property name="decimals">
6767 <number>1</number>
6768 </property>
6769 <property name="maximum">
6770 <double>1000.000000000000000</double>
6771 </property>
6772 </widget>
6773 <widget class="QDoubleSpinBox" name="w1_caEdit">
6774 <property name="geometry">
6775 <rect>
6776 <x>320</x>
6777 <y>30</y>
6778 <width>71</width>
6779 <height>24</height>
6780 </rect>
6781 </property>
6782 <property name="alignment">
6783 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6784 </property>
6785 <property name="readOnly">
6786 <bool>true</bool>
6787 </property>
6788 <property name="buttonSymbols">
6789 <enum>QAbstractSpinBox::NoButtons</enum>
6790 </property>
6791 <property name="decimals">
6792 <number>1</number>
6793 </property>
6794 <property name="maximum">
6795 <double>1000.000000000000000</double>
6796 </property>
6797 </widget>
6798 <widget class="QDoubleSpinBox" name="w1_naEdit">
6799 <property name="geometry">
6800 <rect>
6801 <x>640</x>
6802 <y>30</y>
6803 <width>71</width>
6804 <height>24</height>
6805 </rect>
6806 </property>
6807 <property name="alignment">
6808 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6809 </property>
6810 <property name="readOnly">
6811 <bool>true</bool>
6812 </property>
6813 <property name="buttonSymbols">
6814 <enum>QAbstractSpinBox::NoButtons</enum>
6815 </property>
6816 <property name="decimals">
6817 <number>1</number>
6818 </property>
6819 <property name="maximum">
6820 <double>1000.000000000000000</double>
6821 </property>
6822 </widget>
6823 <widget class="QRadioButton" name="w1_spButton">
6824 <property name="geometry">
6825 <rect>
6826 <x>200</x>
6827 <y>30</y>
6828 <width>21</width>
6829 <height>21</height>
6830 </rect>
6831 </property>
6832 <property name="toolTip">
6833 <string>Sparge water source 1</string>
6834 </property>
6835 <property name="checked">
6836 <bool>true</bool>
6837 </property>
6838 <attribute name="buttonGroup">
6839 <string notr="true">spargeGroup</string>
6840 </attribute>
6841 </widget>
6842 <widget class="QRadioButton" name="w2_spButton">
6843 <property name="enabled">
6844 <bool>false</bool>
6845 </property>
6846 <property name="geometry">
6847 <rect>
6848 <x>200</x>
6849 <y>60</y>
6850 <width>21</width>
6851 <height>21</height>
6852 </rect>
6853 </property>
6854 <property name="toolTip">
6855 <string>Sparge water source 2</string>
6856 </property>
6857 <attribute name="buttonGroup">
6858 <string notr="true">spargeGroup</string>
6859 </attribute>
6860 </widget>
6861 <widget class="QRadioButton" name="wg_spButton">
6862 <property name="enabled">
6863 <bool>false</bool>
6864 </property>
6865 <property name="geometry">
6866 <rect>
6867 <x>200</x>
6868 <y>90</y>
6869 <width>21</width>
6870 <height>21</height>
6871 </rect>
6872 </property>
6873 <property name="toolTip">
6874 <string>Sparge water mixed</string>
6875 </property>
6876 <attribute name="buttonGroup">
6877 <string notr="true">spargeGroup</string>
6878 </attribute>
6879 </widget>
6880 <widget class="QLabel" name="wspLabel">
6881 <property name="geometry">
6882 <rect>
6883 <x>180</x>
6884 <y>10</y>
6885 <width>61</width>
6886 <height>20</height>
6887 </rect>
6888 </property>
6889 <property name="text">
6890 <string>Sparge</string>
6891 </property>
6892 <property name="alignment">
6893 <set>Qt::AlignCenter</set>
6894 </property>
6895 </widget>
6896 <widget class="QLabel" name="sp_treatedLabel">
6897 <property name="geometry">
6898 <rect>
6899 <x>10</x>
6900 <y>180</y>
6901 <width>171</width>
6902 <height>21</height>
6903 </rect>
6904 </property>
6905 <property name="text">
6906 <string>Treated sparge water</string>
6907 </property>
6908 <property name="alignment">
6909 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
6510 </property> 6910 </property>
6511 </widget> 6911 </widget>
6512 </widget> 6912 </widget>
6513 <widget class="QWidget" name="brewday"> 6913 <widget class="QWidget" name="brewday">
6514 <attribute name="title"> 6914 <attribute name="title">
6859 </property> 7259 </property>
6860 <property name="maximum"> 7260 <property name="maximum">
6861 <double>200000.000000000000000</double> 7261 <double>200000.000000000000000</double>
6862 </property> 7262 </property>
6863 </widget> 7263 </widget>
6864 <widget class="QDoubleSpinBox" name="brew_spargetempShow"> 7264 <widget class="QDoubleSpinBox" name="brew_spargetempEdit">
6865 <property name="geometry"> 7265 <property name="geometry">
6866 <rect> 7266 <rect>
6867 <x>160</x> 7267 <x>160</x>
6868 <y>110</y> 7268 <y>110</y>
6869 <width>81</width> 7269 <width>81</width>
6872 </property> 7272 </property>
6873 <property name="alignment"> 7273 <property name="alignment">
6874 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 7274 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6875 </property> 7275 </property>
6876 <property name="readOnly"> 7276 <property name="readOnly">
6877 <bool>true</bool> 7277 <bool>false</bool>
6878 </property> 7278 </property>
6879 <property name="buttonSymbols"> 7279 <property name="buttonSymbols">
6880 <enum>QAbstractSpinBox::NoButtons</enum> 7280 <enum>QAbstractSpinBox::UpDownArrows</enum>
7281 </property>
7282 <property name="accelerated">
7283 <bool>true</bool>
6881 </property> 7284 </property>
6882 <property name="suffix"> 7285 <property name="suffix">
6883 <string> °C</string> 7286 <string> °C</string>
6884 </property> 7287 </property>
6885 <property name="decimals"> 7288 <property name="decimals">
6886 <number>1</number> 7289 <number>1</number>
6887 </property> 7290 </property>
6888 <property name="maximum"> 7291 <property name="maximum">
6889 <double>200.000000000000000</double> 7292 <double>200.000000000000000</double>
7293 </property>
7294 <property name="singleStep">
7295 <double>0.500000000000000</double>
6890 </property> 7296 </property>
6891 </widget> 7297 </widget>
6892 <widget class="QDoubleSpinBox" name="brew_spargephShow"> 7298 <widget class="QDoubleSpinBox" name="brew_spargephShow">
6893 <property name="geometry"> 7299 <property name="geometry">
6894 <rect> 7300 <rect>
11115 <tabstop>mash_pickEdit</tabstop> 11521 <tabstop>mash_pickEdit</tabstop>
11116 <tabstop>mash_volEdit</tabstop> 11522 <tabstop>mash_volEdit</tabstop>
11117 <tabstop>mash_timeEdit</tabstop> 11523 <tabstop>mash_timeEdit</tabstop>
11118 <tabstop>addMash</tabstop> 11524 <tabstop>addMash</tabstop>
11119 <tabstop>mashsTable</tabstop> 11525 <tabstop>mashsTable</tabstop>
11120 <tabstop>w1_nameEdit</tabstop>
11121 <tabstop>w1_volEdit</tabstop>
11122 <tabstop>w1_caEdit</tabstop>
11123 <tabstop>w1_mgEdit</tabstop>
11124 <tabstop>w1_hco3Edit</tabstop>
11125 <tabstop>w1_caco3Edit</tabstop>
11126 <tabstop>w1_naEdit</tabstop>
11127 <tabstop>w1_clEdit</tabstop>
11128 <tabstop>w1_so4Edit</tabstop>
11129 <tabstop>w1_phEdit</tabstop>
11130 <tabstop>w2_nameEdit</tabstop>
11131 <tabstop>w2_volEdit</tabstop>
11132 <tabstop>w2_caEdit</tabstop>
11133 <tabstop>w2_mgEdit</tabstop>
11134 <tabstop>w2_hco3Edit</tabstop>
11135 <tabstop>w2_caco3Edit</tabstop>
11136 <tabstop>w2_naEdit</tabstop>
11137 <tabstop>w2_clEdit</tabstop>
11138 <tabstop>w2_so4Edit</tabstop>
11139 <tabstop>w2_phEdit</tabstop>
11140 <tabstop>wg_volEdit</tabstop>
11141 <tabstop>wg_caEdit</tabstop>
11142 <tabstop>wg_mgEdit</tabstop>
11143 <tabstop>wg_hco3Edit</tabstop>
11144 <tabstop>wg_caco3Edit</tabstop>
11145 <tabstop>wg_naEdit</tabstop>
11146 <tabstop>wg_clEdit</tabstop>
11147 <tabstop>wg_so4Edit</tabstop>
11148 <tabstop>wg_phEdit</tabstop>
11149 <tabstop>wb_caEdit</tabstop>
11150 <tabstop>wb_mgEdit</tabstop>
11151 <tabstop>wb_hco3Edit</tabstop>
11152 <tabstop>wb_caco3Edit</tabstop>
11153 <tabstop>wb_naEdit</tabstop>
11154 <tabstop>wb_clEdit</tabstop>
11155 <tabstop>wb_so4Edit</tabstop>
11156 <tabstop>wb_phEdit</tabstop>
11157 <tabstop>wt_sourceEdit</tabstop>
11158 <tabstop>wt_caEdit</tabstop>
11159 <tabstop>wt_mgEdit</tabstop>
11160 <tabstop>wt_hco3Edit</tabstop>
11161 <tabstop>wt_caco3Edit</tabstop>
11162 <tabstop>wt_naEdit</tabstop>
11163 <tabstop>wt_clEdit</tabstop>
11164 <tabstop>wt_so4Edit</tabstop>
11165 <tabstop>bs_cacl2Edit</tabstop> 11526 <tabstop>bs_cacl2Edit</tabstop>
11166 <tabstop>bs_caso4Edit</tabstop> 11527 <tabstop>bs_caso4Edit</tabstop>
11167 <tabstop>bs_mgso4Edit</tabstop> 11528 <tabstop>bs_mgso4Edit</tabstop>
11168 <tabstop>bs_naclEdit</tabstop> 11529 <tabstop>bs_naclEdit</tabstop>
11169 <tabstop>bs_mgcl2Edit</tabstop> 11530 <tabstop>bs_mgcl2Edit</tabstop>
11172 <tabstop>mw_phEdit</tabstop> 11533 <tabstop>mw_phEdit</tabstop>
11173 <tabstop>mw_autoEdit</tabstop> 11534 <tabstop>mw_autoEdit</tabstop>
11174 <tabstop>mw_acidPick</tabstop> 11535 <tabstop>mw_acidPick</tabstop>
11175 <tabstop>mw_acidpercEdit</tabstop> 11536 <tabstop>mw_acidpercEdit</tabstop>
11176 <tabstop>mw_acidvolEdit</tabstop> 11537 <tabstop>mw_acidvolEdit</tabstop>
11177 <tabstop>sp_volEdit</tabstop>
11178 <tabstop>sp_tempEdit</tabstop>
11179 <tabstop>sp_sourceEdit</tabstop>
11180 <tabstop>sp_phEdit</tabstop>
11181 <tabstop>sp_acidtypeEdit</tabstop>
11182 <tabstop>sp_acidpercEdit</tabstop>
11183 <tabstop>sp_acidvolEdit</tabstop>
11184 <tabstop>buguEdit</tabstop> 11538 <tabstop>buguEdit</tabstop>
11185 <tabstop>so4clEdit</tabstop> 11539 <tabstop>so4clEdit</tabstop>
11186 <tabstop>cur_so4clEdit</tabstop> 11540 <tabstop>cur_so4clEdit</tabstop>
11187 <tabstop>brew_startDate</tabstop> 11541 <tabstop>brew_startDate</tabstop>
11188 <tabstop>brew_startButton1</tabstop> 11542 <tabstop>brew_startButton1</tabstop>
11196 <tabstop>brew_mashphEdit</tabstop> 11550 <tabstop>brew_mashphEdit</tabstop>
11197 <tabstop>brew_mashphShow</tabstop> 11551 <tabstop>brew_mashphShow</tabstop>
11198 <tabstop>brew_mashsgEdit</tabstop> 11552 <tabstop>brew_mashsgEdit</tabstop>
11199 <tabstop>brew_mashsgShow</tabstop> 11553 <tabstop>brew_mashsgShow</tabstop>
11200 <tabstop>brew_masheffShow</tabstop> 11554 <tabstop>brew_masheffShow</tabstop>
11201 <tabstop>brew_spargetempShow</tabstop> 11555 <tabstop>brew_spargetempEdit</tabstop>
11202 <tabstop>brew_spargevolShow</tabstop> 11556 <tabstop>brew_spargevolShow</tabstop>
11203 <tabstop>brew_spargeestShow</tabstop> 11557 <tabstop>brew_spargeestShow</tabstop>
11204 <tabstop>brew_spargephEdit</tabstop> 11558 <tabstop>brew_spargephEdit</tabstop>
11205 <tabstop>brew_spargephShow</tabstop> 11559 <tabstop>brew_spargephShow</tabstop>
11206 <tabstop>brew_preboilphEdit</tabstop> 11560 <tabstop>brew_preboilphEdit</tabstop>
11304 </tabstops> 11658 </tabstops>
11305 <resources> 11659 <resources>
11306 <include location="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc"/> 11660 <include location="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc"/>
11307 </resources> 11661 </resources>
11308 <connections/> 11662 <connections/>
11663 <buttongroups>
11664 <buttongroup name="spargeGroup"/>
11665 </buttongroups>
11309 </ui> 11666 </ui>

mercurial