ui/EditProduct.ui

changeset 350
37b3c690b02c
parent 349
f05aeee71a14
child 351
a2f36a715a38
equal deleted inserted replaced
349:f05aeee71a14 350:37b3c690b02c
3795 <string>Water</string> 3795 <string>Water</string>
3796 </attribute> 3796 </attribute>
3797 <widget class="QGroupBox" name="waterviewBox"> 3797 <widget class="QGroupBox" name="waterviewBox">
3798 <property name="geometry"> 3798 <property name="geometry">
3799 <rect> 3799 <rect>
3800 <x>50</x> 3800 <x>10</x>
3801 <y>0</y> 3801 <y>0</y>
3802 <width>1021</width> 3802 <width>1101</width>
3803 <height>221</height> 3803 <height>221</height>
3804 </rect> 3804 </rect>
3805 </property> 3805 </property>
3806 <property name="autoFillBackground"> 3806 <property name="autoFillBackground">
3807 <bool>false</bool> 3807 <bool>false</bool>
5144 </property> 5144 </property>
5145 </widget> 5145 </widget>
5146 <widget class="QDoubleSpinBox" name="wb_raEdit"> 5146 <widget class="QDoubleSpinBox" name="wb_raEdit">
5147 <property name="geometry"> 5147 <property name="geometry">
5148 <rect> 5148 <rect>
5149 <x>940</x> 5149 <x>1020</x>
5150 <y>140</y> 5150 <y>140</y>
5151 <width>71</width> 5151 <width>71</width>
5152 <height>24</height> 5152 <height>24</height>
5153 </rect> 5153 </rect>
5154 </property> 5154 </property>
5155 <property name="toolTip">
5156 <string>The ideal Sulfate amount should be between 50 and 400.
5157 Together with Chloride it must be below 500.</string>
5158 </property>
5159 <property name="alignment"> 5155 <property name="alignment">
5160 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 5156 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5161 </property> 5157 </property>
5162 <property name="readOnly"> 5158 <property name="readOnly">
5163 <bool>true</bool> 5159 <bool>true</bool>
5166 <enum>QAbstractSpinBox::NoButtons</enum> 5162 <enum>QAbstractSpinBox::NoButtons</enum>
5167 </property> 5163 </property>
5168 <property name="decimals"> 5164 <property name="decimals">
5169 <number>1</number> 5165 <number>1</number>
5170 </property> 5166 </property>
5167 <property name="minimum">
5168 <double>-1000.000000000000000</double>
5169 </property>
5171 <property name="maximum"> 5170 <property name="maximum">
5172 <double>1000.000000000000000</double> 5171 <double>1000.000000000000000</double>
5173 </property> 5172 </property>
5174 </widget> 5173 </widget>
5175 <widget class="QLabel" name="raLabel"> 5174 <widget class="QLabel" name="raLabel">
5175 <property name="geometry">
5176 <rect>
5177 <x>1020</x>
5178 <y>20</y>
5179 <width>71</width>
5180 <height>21</height>
5181 </rect>
5182 </property>
5183 <property name="text">
5184 <string>RA</string>
5185 </property>
5186 <property name="alignment">
5187 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5188 </property>
5189 </widget>
5190 <widget class="QDoubleSpinBox" name="w1_raEdit">
5191 <property name="geometry">
5192 <rect>
5193 <x>1020</x>
5194 <y>50</y>
5195 <width>71</width>
5196 <height>24</height>
5197 </rect>
5198 </property>
5199 <property name="alignment">
5200 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5201 </property>
5202 <property name="readOnly">
5203 <bool>true</bool>
5204 </property>
5205 <property name="buttonSymbols">
5206 <enum>QAbstractSpinBox::NoButtons</enum>
5207 </property>
5208 <property name="decimals">
5209 <number>1</number>
5210 </property>
5211 <property name="minimum">
5212 <double>-1000.000000000000000</double>
5213 </property>
5214 <property name="maximum">
5215 <double>1000.000000000000000</double>
5216 </property>
5217 </widget>
5218 <widget class="QDoubleSpinBox" name="w2_raEdit">
5219 <property name="geometry">
5220 <rect>
5221 <x>1020</x>
5222 <y>80</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="minimum">
5240 <double>-1000.000000000000000</double>
5241 </property>
5242 <property name="maximum">
5243 <double>1000.000000000000000</double>
5244 </property>
5245 </widget>
5246 <widget class="QDoubleSpinBox" name="wg_raEdit">
5247 <property name="geometry">
5248 <rect>
5249 <x>1020</x>
5250 <y>110</y>
5251 <width>71</width>
5252 <height>24</height>
5253 </rect>
5254 </property>
5255 <property name="alignment">
5256 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5257 </property>
5258 <property name="readOnly">
5259 <bool>true</bool>
5260 </property>
5261 <property name="buttonSymbols">
5262 <enum>QAbstractSpinBox::NoButtons</enum>
5263 </property>
5264 <property name="decimals">
5265 <number>1</number>
5266 </property>
5267 <property name="minimum">
5268 <double>-1000.000000000000000</double>
5269 </property>
5270 <property name="maximum">
5271 <double>1000.000000000000000</double>
5272 </property>
5273 </widget>
5274 <widget class="QDoubleSpinBox" name="w2_hardnessEdit">
5275 <property name="geometry">
5276 <rect>
5277 <x>940</x>
5278 <y>80</y>
5279 <width>71</width>
5280 <height>24</height>
5281 </rect>
5282 </property>
5283 <property name="alignment">
5284 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5285 </property>
5286 <property name="readOnly">
5287 <bool>true</bool>
5288 </property>
5289 <property name="buttonSymbols">
5290 <enum>QAbstractSpinBox::NoButtons</enum>
5291 </property>
5292 <property name="decimals">
5293 <number>1</number>
5294 </property>
5295 <property name="maximum">
5296 <double>1000.000000000000000</double>
5297 </property>
5298 </widget>
5299 <widget class="QDoubleSpinBox" name="wg_hardnessEdit">
5300 <property name="geometry">
5301 <rect>
5302 <x>940</x>
5303 <y>110</y>
5304 <width>71</width>
5305 <height>24</height>
5306 </rect>
5307 </property>
5308 <property name="alignment">
5309 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5310 </property>
5311 <property name="readOnly">
5312 <bool>true</bool>
5313 </property>
5314 <property name="buttonSymbols">
5315 <enum>QAbstractSpinBox::NoButtons</enum>
5316 </property>
5317 <property name="decimals">
5318 <number>1</number>
5319 </property>
5320 <property name="maximum">
5321 <double>1000.000000000000000</double>
5322 </property>
5323 </widget>
5324 <widget class="QDoubleSpinBox" name="w1_hardnessEdit">
5325 <property name="geometry">
5326 <rect>
5327 <x>940</x>
5328 <y>50</y>
5329 <width>71</width>
5330 <height>24</height>
5331 </rect>
5332 </property>
5333 <property name="alignment">
5334 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5335 </property>
5336 <property name="readOnly">
5337 <bool>true</bool>
5338 </property>
5339 <property name="buttonSymbols">
5340 <enum>QAbstractSpinBox::NoButtons</enum>
5341 </property>
5342 <property name="decimals">
5343 <number>1</number>
5344 </property>
5345 <property name="maximum">
5346 <double>1000.000000000000000</double>
5347 </property>
5348 </widget>
5349 <widget class="QLabel" name="hardnessLabel">
5176 <property name="geometry"> 5350 <property name="geometry">
5177 <rect> 5351 <rect>
5178 <x>940</x> 5352 <x>940</x>
5179 <y>20</y> 5353 <y>20</y>
5180 <width>71</width> 5354 <width>71</width>
5181 <height>21</height> 5355 <height>21</height>
5182 </rect> 5356 </rect>
5183 </property> 5357 </property>
5184 <property name="text"> 5358 <property name="text">
5185 <string>RA</string> 5359 <string>Hardness</string>
5186 </property> 5360 </property>
5187 <property name="alignment"> 5361 <property name="alignment">
5188 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 5362 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5363 </property>
5364 </widget>
5365 <widget class="QDoubleSpinBox" name="wb_hardnessEdit">
5366 <property name="geometry">
5367 <rect>
5368 <x>940</x>
5369 <y>140</y>
5370 <width>71</width>
5371 <height>24</height>
5372 </rect>
5373 </property>
5374 <property name="alignment">
5375 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5376 </property>
5377 <property name="readOnly">
5378 <bool>true</bool>
5379 </property>
5380 <property name="buttonSymbols">
5381 <enum>QAbstractSpinBox::NoButtons</enum>
5382 </property>
5383 <property name="decimals">
5384 <number>1</number>
5385 </property>
5386 <property name="maximum">
5387 <double>1000.000000000000000</double>
5388 </property>
5389 </widget>
5390 <widget class="QDoubleSpinBox" name="wt_raEdit">
5391 <property name="geometry">
5392 <rect>
5393 <x>1020</x>
5394 <y>180</y>
5395 <width>71</width>
5396 <height>24</height>
5397 </rect>
5398 </property>
5399 <property name="alignment">
5400 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5401 </property>
5402 <property name="readOnly">
5403 <bool>true</bool>
5404 </property>
5405 <property name="buttonSymbols">
5406 <enum>QAbstractSpinBox::NoButtons</enum>
5407 </property>
5408 <property name="decimals">
5409 <number>1</number>
5410 </property>
5411 <property name="minimum">
5412 <double>-1000.000000000000000</double>
5413 </property>
5414 <property name="maximum">
5415 <double>1000.000000000000000</double>
5416 </property>
5417 </widget>
5418 <widget class="QDoubleSpinBox" name="wt_hardnessEdit">
5419 <property name="geometry">
5420 <rect>
5421 <x>940</x>
5422 <y>180</y>
5423 <width>71</width>
5424 <height>24</height>
5425 </rect>
5426 </property>
5427 <property name="alignment">
5428 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5429 </property>
5430 <property name="readOnly">
5431 <bool>true</bool>
5432 </property>
5433 <property name="buttonSymbols">
5434 <enum>QAbstractSpinBox::NoButtons</enum>
5435 </property>
5436 <property name="decimals">
5437 <number>1</number>
5438 </property>
5439 <property name="maximum">
5440 <double>1000.000000000000000</double>
5189 </property> 5441 </property>
5190 </widget> 5442 </widget>
5191 </widget> 5443 </widget>
5192 <widget class="QGroupBox" name="brewsaltsBox"> 5444 <widget class="QGroupBox" name="brewsaltsBox">
5193 <property name="geometry"> 5445 <property name="geometry">
6235 <x>480</x> 6487 <x>480</x>
6236 <y>430</y> 6488 <y>430</y>
6237 <width>71</width> 6489 <width>71</width>
6238 <height>24</height> 6490 <height>24</height>
6239 </rect> 6491 </rect>
6240 </property>
6241 <property name="toolTip">
6242 <string>Mash pH should be between 5.2 and 5.6. Use 5.2 for light and 5.5 for dark beers.</string>
6243 </property> 6492 </property>
6244 <property name="alignment"> 6493 <property name="alignment">
6245 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 6494 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6246 </property> 6495 </property>
6247 <property name="readOnly"> 6496 <property name="readOnly">

mercurial