ui/EditProduct.ui

changeset 175
f1ed3a2a94e9
child 176
69a033e099a2
equal deleted inserted replaced
174:ceb8aa4ebd25 175:f1ed3a2a94e9
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>EditProduct</class>
4 <widget class="QDialog" name="EditProduct">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>1152</width>
10 <height>560</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <layout class="QGridLayout" name="gridLayout">
17 <item row="0" column="0">
18 <widget class="QWidget" name="overviewBox" native="true">
19 <widget class="QPushButton" name="quitButton">
20 <property name="geometry">
21 <rect>
22 <x>90</x>
23 <y>510</y>
24 <width>80</width>
25 <height>23</height>
26 </rect>
27 </property>
28 <property name="sizePolicy">
29 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
30 <horstretch>0</horstretch>
31 <verstretch>0</verstretch>
32 </sizepolicy>
33 </property>
34 <property name="text">
35 <string>Quit</string>
36 </property>
37 <property name="icon">
38 <iconset>
39 <normaloff>:icons/silk/door_out.png</normaloff>:icons/silk/door_out.png</iconset>
40 </property>
41 </widget>
42 <widget class="QPushButton" name="saveButton">
43 <property name="enabled">
44 <bool>true</bool>
45 </property>
46 <property name="geometry">
47 <rect>
48 <x>940</x>
49 <y>510</y>
50 <width>80</width>
51 <height>23</height>
52 </rect>
53 </property>
54 <property name="text">
55 <string>Save</string>
56 </property>
57 <property name="icon">
58 <iconset>
59 <normaloff>:icons/silk/disk.png</normaloff>:icons/silk/disk.png</iconset>
60 </property>
61 </widget>
62 <widget class="QPushButton" name="deleteButton">
63 <property name="enabled">
64 <bool>true</bool>
65 </property>
66 <property name="geometry">
67 <rect>
68 <x>520</x>
69 <y>510</y>
70 <width>80</width>
71 <height>23</height>
72 </rect>
73 </property>
74 <property name="text">
75 <string>Delete</string>
76 </property>
77 <property name="icon">
78 <iconset>
79 <normaloff>:icons/silk/delete.png</normaloff>:icons/silk/delete.png</iconset>
80 </property>
81 </widget>
82 <widget class="QTabWidget" name="tabWidget">
83 <property name="geometry">
84 <rect>
85 <x>0</x>
86 <y>0</y>
87 <width>1128</width>
88 <height>501</height>
89 </rect>
90 </property>
91 <property name="tabPosition">
92 <enum>QTabWidget::North</enum>
93 </property>
94 <property name="tabShape">
95 <enum>QTabWidget::Rounded</enum>
96 </property>
97 <property name="currentIndex">
98 <number>0</number>
99 </property>
100 <property name="elideMode">
101 <enum>Qt::ElideNone</enum>
102 </property>
103 <property name="usesScrollButtons">
104 <bool>true</bool>
105 </property>
106 <property name="documentMode">
107 <bool>false</bool>
108 </property>
109 <property name="tabBarAutoHide">
110 <bool>false</bool>
111 </property>
112 <widget class="QWidget" name="generic">
113 <attribute name="icon">
114 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
115 <normaloff>:/icons/bms/beerstyles.png</normaloff>:/icons/bms/beerstyles.png</iconset>
116 </attribute>
117 <attribute name="title">
118 <string>Generic</string>
119 </attribute>
120 <widget class="QLabel" name="nameLabel">
121 <property name="geometry">
122 <rect>
123 <x>0</x>
124 <y>10</y>
125 <width>131</width>
126 <height>20</height>
127 </rect>
128 </property>
129 <property name="text">
130 <string>Brew name:</string>
131 </property>
132 <property name="alignment">
133 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
134 </property>
135 </widget>
136 <widget class="QLabel" name="notesLabel">
137 <property name="geometry">
138 <rect>
139 <x>0</x>
140 <y>100</y>
141 <width>131</width>
142 <height>20</height>
143 </rect>
144 </property>
145 <property name="text">
146 <string>Brew notes:</string>
147 </property>
148 <property name="alignment">
149 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
150 </property>
151 </widget>
152 <widget class="QLineEdit" name="nameEdit">
153 <property name="geometry">
154 <rect>
155 <x>140</x>
156 <y>10</y>
157 <width>591</width>
158 <height>23</height>
159 </rect>
160 </property>
161 </widget>
162 <widget class="QPlainTextEdit" name="notesEdit">
163 <property name="geometry">
164 <rect>
165 <x>140</x>
166 <y>100</y>
167 <width>881</width>
168 <height>51</height>
169 </rect>
170 </property>
171 </widget>
172 <widget class="QLabel" name="lockedLabel">
173 <property name="geometry">
174 <rect>
175 <x>740</x>
176 <y>10</y>
177 <width>131</width>
178 <height>20</height>
179 </rect>
180 </property>
181 <property name="text">
182 <string>Read only:</string>
183 </property>
184 <property name="alignment">
185 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
186 </property>
187 </widget>
188 <widget class="QCheckBox" name="lockedEdit">
189 <property name="geometry">
190 <rect>
191 <x>880</x>
192 <y>10</y>
193 <width>61</width>
194 <height>21</height>
195 </rect>
196 </property>
197 <property name="text">
198 <string>Yes</string>
199 </property>
200 </widget>
201 <widget class="QLabel" name="typeLabel">
202 <property name="geometry">
203 <rect>
204 <x>0</x>
205 <y>160</y>
206 <width>131</width>
207 <height>20</height>
208 </rect>
209 </property>
210 <property name="text">
211 <string>Brew type:</string>
212 </property>
213 <property name="alignment">
214 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
215 </property>
216 </widget>
217 <widget class="QComboBox" name="typeEdit">
218 <property name="geometry">
219 <rect>
220 <x>140</x>
221 <y>160</y>
222 <width>181</width>
223 <height>23</height>
224 </rect>
225 </property>
226 </widget>
227 <widget class="QLabel" name="efficiencyLabel">
228 <property name="geometry">
229 <rect>
230 <x>370</x>
231 <y>160</y>
232 <width>131</width>
233 <height>20</height>
234 </rect>
235 </property>
236 <property name="text">
237 <string>Efficiency:</string>
238 </property>
239 <property name="alignment">
240 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
241 </property>
242 </widget>
243 <widget class="QLabel" name="boil_timeLabel">
244 <property name="geometry">
245 <rect>
246 <x>370</x>
247 <y>190</y>
248 <width>131</width>
249 <height>20</height>
250 </rect>
251 </property>
252 <property name="text">
253 <string>Boil time:</string>
254 </property>
255 <property name="alignment">
256 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
257 </property>
258 </widget>
259 <widget class="QLabel" name="batch_sizeLabel">
260 <property name="geometry">
261 <rect>
262 <x>0</x>
263 <y>190</y>
264 <width>131</width>
265 <height>20</height>
266 </rect>
267 </property>
268 <property name="text">
269 <string>Batch size:</string>
270 </property>
271 <property name="alignment">
272 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
273 </property>
274 </widget>
275 <widget class="QLabel" name="boil_sizeLabel">
276 <property name="geometry">
277 <rect>
278 <x>740</x>
279 <y>190</y>
280 <width>131</width>
281 <height>20</height>
282 </rect>
283 </property>
284 <property name="text">
285 <string>Boil size:</string>
286 </property>
287 <property name="alignment">
288 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
289 </property>
290 </widget>
291 <widget class="QDoubleSpinBox" name="efficiencyEdit">
292 <property name="geometry">
293 <rect>
294 <x>510</x>
295 <y>160</y>
296 <width>101</width>
297 <height>24</height>
298 </rect>
299 </property>
300 <property name="alignment">
301 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
302 </property>
303 <property name="accelerated">
304 <bool>true</bool>
305 </property>
306 <property name="suffix">
307 <string> %</string>
308 </property>
309 <property name="decimals">
310 <number>1</number>
311 </property>
312 <property name="singleStep">
313 <double>0.500000000000000</double>
314 </property>
315 </widget>
316 <widget class="QSpinBox" name="boil_timeEdit">
317 <property name="geometry">
318 <rect>
319 <x>510</x>
320 <y>190</y>
321 <width>101</width>
322 <height>24</height>
323 </rect>
324 </property>
325 <property name="alignment">
326 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
327 </property>
328 <property name="accelerated">
329 <bool>true</bool>
330 </property>
331 <property name="suffix">
332 <string> min</string>
333 </property>
334 <property name="maximum">
335 <number>1536</number>
336 </property>
337 <property name="singleStep">
338 <number>5</number>
339 </property>
340 </widget>
341 <widget class="QDoubleSpinBox" name="batch_sizeEdit">
342 <property name="geometry">
343 <rect>
344 <x>140</x>
345 <y>190</y>
346 <width>101</width>
347 <height>24</height>
348 </rect>
349 </property>
350 <property name="alignment">
351 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
352 </property>
353 <property name="accelerated">
354 <bool>true</bool>
355 </property>
356 <property name="suffix">
357 <string> L</string>
358 </property>
359 <property name="decimals">
360 <number>1</number>
361 </property>
362 <property name="maximum">
363 <double>100000.000000000000000</double>
364 </property>
365 <property name="singleStep">
366 <double>0.500000000000000</double>
367 </property>
368 </widget>
369 <widget class="QDoubleSpinBox" name="boil_sizeEdit">
370 <property name="geometry">
371 <rect>
372 <x>880</x>
373 <y>190</y>
374 <width>87</width>
375 <height>24</height>
376 </rect>
377 </property>
378 <property name="alignment">
379 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
380 </property>
381 <property name="readOnly">
382 <bool>true</bool>
383 </property>
384 <property name="buttonSymbols">
385 <enum>QAbstractSpinBox::NoButtons</enum>
386 </property>
387 <property name="accelerated">
388 <bool>true</bool>
389 </property>
390 <property name="suffix">
391 <string> L</string>
392 </property>
393 <property name="decimals">
394 <number>1</number>
395 </property>
396 <property name="maximum">
397 <double>100000.000000000000000</double>
398 </property>
399 <property name="singleStep">
400 <double>0.500000000000000</double>
401 </property>
402 </widget>
403 <widget class="QGroupBox" name="groupBox">
404 <property name="geometry">
405 <rect>
406 <x>10</x>
407 <y>340</y>
408 <width>1101</width>
409 <height>121</height>
410 </rect>
411 </property>
412 <property name="title">
413 <string>Overview</string>
414 </property>
415 <widget class="QDoubleSpinBox" name="est_ogEdit">
416 <property name="geometry">
417 <rect>
418 <x>130</x>
419 <y>20</y>
420 <width>71</width>
421 <height>24</height>
422 </rect>
423 </property>
424 <property name="alignment">
425 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
426 </property>
427 <property name="buttonSymbols">
428 <enum>QAbstractSpinBox::UpDownArrows</enum>
429 </property>
430 <property name="accelerated">
431 <bool>true</bool>
432 </property>
433 <property name="decimals">
434 <number>3</number>
435 </property>
436 <property name="minimum">
437 <double>0.980000000000000</double>
438 </property>
439 <property name="maximum">
440 <double>2.000000000000000</double>
441 </property>
442 <property name="singleStep">
443 <double>0.001000000000000</double>
444 </property>
445 </widget>
446 <widget class="QDoubleSpinBox" name="est_abvEdit">
447 <property name="geometry">
448 <rect>
449 <x>870</x>
450 <y>20</y>
451 <width>71</width>
452 <height>24</height>
453 </rect>
454 </property>
455 <property name="alignment">
456 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
457 </property>
458 <property name="readOnly">
459 <bool>true</bool>
460 </property>
461 <property name="buttonSymbols">
462 <enum>QAbstractSpinBox::NoButtons</enum>
463 </property>
464 <property name="accelerated">
465 <bool>false</bool>
466 </property>
467 <property name="suffix">
468 <string> %</string>
469 </property>
470 <property name="decimals">
471 <number>1</number>
472 </property>
473 <property name="minimum">
474 <double>0.000000000000000</double>
475 </property>
476 <property name="maximum">
477 <double>80.000000000000000</double>
478 </property>
479 <property name="singleStep">
480 <double>0.100000000000000</double>
481 </property>
482 </widget>
483 <widget class="QDoubleSpinBox" name="est_fgEdit">
484 <property name="geometry">
485 <rect>
486 <x>500</x>
487 <y>20</y>
488 <width>71</width>
489 <height>24</height>
490 </rect>
491 </property>
492 <property name="alignment">
493 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
494 </property>
495 <property name="buttonSymbols">
496 <enum>QAbstractSpinBox::NoButtons</enum>
497 </property>
498 <property name="accelerated">
499 <bool>true</bool>
500 </property>
501 <property name="decimals">
502 <number>3</number>
503 </property>
504 <property name="minimum">
505 <double>0.980000000000000</double>
506 </property>
507 <property name="maximum">
508 <double>2.000000000000000</double>
509 </property>
510 <property name="singleStep">
511 <double>0.001000000000000</double>
512 </property>
513 </widget>
514 <widget class="QLabel" name="est_abvLabel">
515 <property name="geometry">
516 <rect>
517 <x>730</x>
518 <y>20</y>
519 <width>131</width>
520 <height>20</height>
521 </rect>
522 </property>
523 <property name="text">
524 <string>Alcohol Volume:</string>
525 </property>
526 <property name="alignment">
527 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
528 </property>
529 </widget>
530 <widget class="QLabel" name="est_fgLabel">
531 <property name="geometry">
532 <rect>
533 <x>360</x>
534 <y>20</y>
535 <width>131</width>
536 <height>20</height>
537 </rect>
538 </property>
539 <property name="text">
540 <string>Estimated FG:</string>
541 </property>
542 <property name="alignment">
543 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
544 </property>
545 </widget>
546 <widget class="RangedSlider" name="est_fgShow">
547 <property name="geometry">
548 <rect>
549 <x>580</x>
550 <y>20</y>
551 <width>148</width>
552 <height>24</height>
553 </rect>
554 </property>
555 </widget>
556 <widget class="RangedSlider" name="est_ogShow">
557 <property name="geometry">
558 <rect>
559 <x>210</x>
560 <y>20</y>
561 <width>148</width>
562 <height>24</height>
563 </rect>
564 </property>
565 </widget>
566 <widget class="QLabel" name="est_ogLabel">
567 <property name="geometry">
568 <rect>
569 <x>5</x>
570 <y>20</y>
571 <width>116</width>
572 <height>20</height>
573 </rect>
574 </property>
575 <property name="text">
576 <string>Estimated OG:</string>
577 </property>
578 <property name="alignment">
579 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
580 </property>
581 </widget>
582 <widget class="RangedSlider" name="est_abvShow">
583 <property name="geometry">
584 <rect>
585 <x>950</x>
586 <y>20</y>
587 <width>148</width>
588 <height>24</height>
589 </rect>
590 </property>
591 </widget>
592 <widget class="QComboBox" name="color_methodEdit">
593 <property name="geometry">
594 <rect>
595 <x>500</x>
596 <y>50</y>
597 <width>141</width>
598 <height>23</height>
599 </rect>
600 </property>
601 </widget>
602 <widget class="RangedSlider" name="est_colorShow">
603 <property name="geometry">
604 <rect>
605 <x>210</x>
606 <y>50</y>
607 <width>148</width>
608 <height>24</height>
609 </rect>
610 </property>
611 </widget>
612 <widget class="QDoubleSpinBox" name="est_carbEdit">
613 <property name="geometry">
614 <rect>
615 <x>870</x>
616 <y>50</y>
617 <width>71</width>
618 <height>24</height>
619 </rect>
620 </property>
621 <property name="alignment">
622 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
623 </property>
624 <property name="readOnly">
625 <bool>true</bool>
626 </property>
627 <property name="buttonSymbols">
628 <enum>QAbstractSpinBox::NoButtons</enum>
629 </property>
630 <property name="accelerated">
631 <bool>false</bool>
632 </property>
633 <property name="suffix">
634 <string> %</string>
635 </property>
636 <property name="decimals">
637 <number>1</number>
638 </property>
639 <property name="minimum">
640 <double>0.000000000000000</double>
641 </property>
642 <property name="maximum">
643 <double>80.000000000000000</double>
644 </property>
645 <property name="singleStep">
646 <double>0.100000000000000</double>
647 </property>
648 </widget>
649 <widget class="QDoubleSpinBox" name="est_colorEdit">
650 <property name="geometry">
651 <rect>
652 <x>130</x>
653 <y>50</y>
654 <width>71</width>
655 <height>24</height>
656 </rect>
657 </property>
658 <property name="alignment">
659 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
660 </property>
661 <property name="readOnly">
662 <bool>true</bool>
663 </property>
664 <property name="buttonSymbols">
665 <enum>QAbstractSpinBox::NoButtons</enum>
666 </property>
667 <property name="accelerated">
668 <bool>false</bool>
669 </property>
670 <property name="decimals">
671 <number>0</number>
672 </property>
673 <property name="minimum">
674 <double>0.000000000000000</double>
675 </property>
676 <property name="maximum">
677 <double>400.000000000000000</double>
678 </property>
679 <property name="singleStep">
680 <double>1.000000000000000</double>
681 </property>
682 </widget>
683 <widget class="QLabel" name="color_methodLabel">
684 <property name="geometry">
685 <rect>
686 <x>360</x>
687 <y>50</y>
688 <width>131</width>
689 <height>20</height>
690 </rect>
691 </property>
692 <property name="text">
693 <string>Color method:</string>
694 </property>
695 <property name="alignment">
696 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
697 </property>
698 </widget>
699 <widget class="QLabel" name="est_carbLabel">
700 <property name="geometry">
701 <rect>
702 <x>730</x>
703 <y>50</y>
704 <width>131</width>
705 <height>20</height>
706 </rect>
707 </property>
708 <property name="text">
709 <string>Carbonation:</string>
710 </property>
711 <property name="alignment">
712 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
713 </property>
714 </widget>
715 <widget class="RangedSlider" name="est_carbShow">
716 <property name="geometry">
717 <rect>
718 <x>950</x>
719 <y>50</y>
720 <width>148</width>
721 <height>24</height>
722 </rect>
723 </property>
724 </widget>
725 <widget class="QLabel" name="est_colorLabel">
726 <property name="geometry">
727 <rect>
728 <x>10</x>
729 <y>50</y>
730 <width>111</width>
731 <height>20</height>
732 </rect>
733 </property>
734 <property name="text">
735 <string>Color EBC:</string>
736 </property>
737 <property name="alignment">
738 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
739 </property>
740 </widget>
741 <widget class="RangedSlider" name="est_ibuShow">
742 <property name="geometry">
743 <rect>
744 <x>210</x>
745 <y>80</y>
746 <width>148</width>
747 <height>24</height>
748 </rect>
749 </property>
750 </widget>
751 <widget class="QComboBox" name="ibu_methodEdit">
752 <property name="geometry">
753 <rect>
754 <x>500</x>
755 <y>80</y>
756 <width>141</width>
757 <height>23</height>
758 </rect>
759 </property>
760 </widget>
761 <widget class="QDoubleSpinBox" name="est_ibuEdit">
762 <property name="geometry">
763 <rect>
764 <x>130</x>
765 <y>80</y>
766 <width>71</width>
767 <height>24</height>
768 </rect>
769 </property>
770 <property name="alignment">
771 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
772 </property>
773 <property name="readOnly">
774 <bool>true</bool>
775 </property>
776 <property name="buttonSymbols">
777 <enum>QAbstractSpinBox::NoButtons</enum>
778 </property>
779 <property name="accelerated">
780 <bool>false</bool>
781 </property>
782 <property name="decimals">
783 <number>0</number>
784 </property>
785 <property name="minimum">
786 <double>0.000000000000000</double>
787 </property>
788 <property name="maximum">
789 <double>400.000000000000000</double>
790 </property>
791 <property name="singleStep">
792 <double>1.000000000000000</double>
793 </property>
794 </widget>
795 <widget class="QLabel" name="ibu_methodLabel">
796 <property name="geometry">
797 <rect>
798 <x>360</x>
799 <y>80</y>
800 <width>131</width>
801 <height>20</height>
802 </rect>
803 </property>
804 <property name="text">
805 <string>IBU method:</string>
806 </property>
807 <property name="alignment">
808 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
809 </property>
810 </widget>
811 <widget class="QLabel" name="calLabel">
812 <property name="geometry">
813 <rect>
814 <x>730</x>
815 <y>80</y>
816 <width>131</width>
817 <height>20</height>
818 </rect>
819 </property>
820 <property name="text">
821 <string>Energy kcal/l:</string>
822 </property>
823 <property name="alignment">
824 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
825 </property>
826 </widget>
827 <widget class="QLabel" name="est_ibuLabel">
828 <property name="geometry">
829 <rect>
830 <x>10</x>
831 <y>80</y>
832 <width>111</width>
833 <height>20</height>
834 </rect>
835 </property>
836 <property name="text">
837 <string>Bitterness IBU:</string>
838 </property>
839 <property name="alignment">
840 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
841 </property>
842 </widget>
843 <widget class="QDoubleSpinBox" name="calEdit">
844 <property name="geometry">
845 <rect>
846 <x>870</x>
847 <y>80</y>
848 <width>71</width>
849 <height>24</height>
850 </rect>
851 </property>
852 <property name="alignment">
853 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
854 </property>
855 <property name="readOnly">
856 <bool>true</bool>
857 </property>
858 <property name="buttonSymbols">
859 <enum>QAbstractSpinBox::NoButtons</enum>
860 </property>
861 <property name="accelerated">
862 <bool>false</bool>
863 </property>
864 <property name="decimals">
865 <number>0</number>
866 </property>
867 <property name="minimum">
868 <double>0.000000000000000</double>
869 </property>
870 <property name="maximum">
871 <double>8000.000000000000000</double>
872 </property>
873 <property name="singleStep">
874 <double>0.100000000000000</double>
875 </property>
876 </widget>
877 </widget>
878 <widget class="QGroupBox" name="styleBox">
879 <property name="geometry">
880 <rect>
881 <x>10</x>
882 <y>210</y>
883 <width>1101</width>
884 <height>121</height>
885 </rect>
886 </property>
887 <property name="title">
888 <string>Beerstyle</string>
889 </property>
890 <widget class="QComboBox" name="beerstyleEdit">
891 <property name="geometry">
892 <rect>
893 <x>500</x>
894 <y>20</y>
895 <width>226</width>
896 <height>23</height>
897 </rect>
898 </property>
899 </widget>
900 <widget class="QLineEdit" name="st_groupEdit">
901 <property name="geometry">
902 <rect>
903 <x>870</x>
904 <y>50</y>
905 <width>101</width>
906 <height>23</height>
907 </rect>
908 </property>
909 <property name="dragEnabled">
910 <bool>true</bool>
911 </property>
912 </widget>
913 <widget class="QLineEdit" name="st_nameEdit">
914 <property name="geometry">
915 <rect>
916 <x>500</x>
917 <y>50</y>
918 <width>226</width>
919 <height>23</height>
920 </rect>
921 </property>
922 <property name="dragEnabled">
923 <bool>true</bool>
924 </property>
925 </widget>
926 <widget class="QLineEdit" name="st_guideEdit">
927 <property name="geometry">
928 <rect>
929 <x>130</x>
930 <y>50</y>
931 <width>226</width>
932 <height>23</height>
933 </rect>
934 </property>
935 <property name="dragEnabled">
936 <bool>true</bool>
937 </property>
938 </widget>
939 <widget class="QLabel" name="st_guideLabel">
940 <property name="geometry">
941 <rect>
942 <x>10</x>
943 <y>50</y>
944 <width>111</width>
945 <height>20</height>
946 </rect>
947 </property>
948 <property name="text">
949 <string>Style guide:</string>
950 </property>
951 <property name="alignment">
952 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
953 </property>
954 </widget>
955 <widget class="QLabel" name="st_groupLabel">
956 <property name="geometry">
957 <rect>
958 <x>730</x>
959 <y>50</y>
960 <width>131</width>
961 <height>20</height>
962 </rect>
963 </property>
964 <property name="text">
965 <string>Style group:</string>
966 </property>
967 <property name="alignment">
968 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
969 </property>
970 </widget>
971 <widget class="QLabel" name="st_nameLabel">
972 <property name="geometry">
973 <rect>
974 <x>360</x>
975 <y>50</y>
976 <width>131</width>
977 <height>20</height>
978 </rect>
979 </property>
980 <property name="text">
981 <string>Style name:</string>
982 </property>
983 <property name="alignment">
984 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
985 </property>
986 </widget>
987 <widget class="QLabel" name="beerstyleLabel">
988 <property name="geometry">
989 <rect>
990 <x>360</x>
991 <y>20</y>
992 <width>131</width>
993 <height>20</height>
994 </rect>
995 </property>
996 <property name="text">
997 <string>Select style:</string>
998 </property>
999 <property name="alignment">
1000 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1001 </property>
1002 </widget>
1003 <widget class="QLabel" name="st_typeLabel">
1004 <property name="geometry">
1005 <rect>
1006 <x>10</x>
1007 <y>80</y>
1008 <width>111</width>
1009 <height>20</height>
1010 </rect>
1011 </property>
1012 <property name="text">
1013 <string>Style type:</string>
1014 </property>
1015 <property name="alignment">
1016 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1017 </property>
1018 </widget>
1019 <widget class="QLineEdit" name="st_typeEdit">
1020 <property name="geometry">
1021 <rect>
1022 <x>130</x>
1023 <y>80</y>
1024 <width>226</width>
1025 <height>23</height>
1026 </rect>
1027 </property>
1028 <property name="dragEnabled">
1029 <bool>true</bool>
1030 </property>
1031 </widget>
1032 <widget class="QLabel" name="st_catLabel">
1033 <property name="geometry">
1034 <rect>
1035 <x>360</x>
1036 <y>80</y>
1037 <width>131</width>
1038 <height>20</height>
1039 </rect>
1040 </property>
1041 <property name="text">
1042 <string>Category:</string>
1043 </property>
1044 <property name="alignment">
1045 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1046 </property>
1047 </widget>
1048 <widget class="QLineEdit" name="st_catnrEdit">
1049 <property name="geometry">
1050 <rect>
1051 <x>870</x>
1052 <y>80</y>
1053 <width>71</width>
1054 <height>23</height>
1055 </rect>
1056 </property>
1057 <property name="dragEnabled">
1058 <bool>true</bool>
1059 </property>
1060 </widget>
1061 <widget class="QLabel" name="st_catnrLabel">
1062 <property name="geometry">
1063 <rect>
1064 <x>730</x>
1065 <y>80</y>
1066 <width>131</width>
1067 <height>20</height>
1068 </rect>
1069 </property>
1070 <property name="text">
1071 <string>Category number:</string>
1072 </property>
1073 <property name="alignment">
1074 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1075 </property>
1076 </widget>
1077 <widget class="QLineEdit" name="st_catEdit">
1078 <property name="geometry">
1079 <rect>
1080 <x>500</x>
1081 <y>80</y>
1082 <width>226</width>
1083 <height>23</height>
1084 </rect>
1085 </property>
1086 <property name="dragEnabled">
1087 <bool>true</bool>
1088 </property>
1089 </widget>
1090 </widget>
1091 <widget class="QLabel" name="codeLabel">
1092 <property name="geometry">
1093 <rect>
1094 <x>0</x>
1095 <y>40</y>
1096 <width>131</width>
1097 <height>20</height>
1098 </rect>
1099 </property>
1100 <property name="text">
1101 <string>Brew code:</string>
1102 </property>
1103 <property name="alignment">
1104 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1105 </property>
1106 </widget>
1107 <widget class="QLabel" name="splitatLabel">
1108 <property name="geometry">
1109 <rect>
1110 <x>0</x>
1111 <y>70</y>
1112 <width>131</width>
1113 <height>20</height>
1114 </rect>
1115 </property>
1116 <property name="text">
1117 <string>Split product:</string>
1118 </property>
1119 <property name="alignment">
1120 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1121 </property>
1122 </widget>
1123 <widget class="QLineEdit" name="codeEdit">
1124 <property name="geometry">
1125 <rect>
1126 <x>140</x>
1127 <y>40</y>
1128 <width>181</width>
1129 <height>23</height>
1130 </rect>
1131 </property>
1132 </widget>
1133 <widget class="QLabel" name="splitpartLabel">
1134 <property name="geometry">
1135 <rect>
1136 <x>370</x>
1137 <y>70</y>
1138 <width>131</width>
1139 <height>20</height>
1140 </rect>
1141 </property>
1142 <property name="text">
1143 <string>Split part:</string>
1144 </property>
1145 <property name="alignment">
1146 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1147 </property>
1148 </widget>
1149 <widget class="QLineEdit" name="splitatEdit">
1150 <property name="geometry">
1151 <rect>
1152 <x>140</x>
1153 <y>70</y>
1154 <width>101</width>
1155 <height>23</height>
1156 </rect>
1157 </property>
1158 </widget>
1159 <widget class="QLineEdit" name="splitpartEdit">
1160 <property name="geometry">
1161 <rect>
1162 <x>510</x>
1163 <y>70</y>
1164 <width>101</width>
1165 <height>23</height>
1166 </rect>
1167 </property>
1168 </widget>
1169 <widget class="QLabel" name="birthLabel">
1170 <property name="geometry">
1171 <rect>
1172 <x>370</x>
1173 <y>40</y>
1174 <width>131</width>
1175 <height>20</height>
1176 </rect>
1177 </property>
1178 <property name="text">
1179 <string>Plan start:</string>
1180 </property>
1181 <property name="alignment">
1182 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1183 </property>
1184 </widget>
1185 <widget class="QLineEdit" name="birthEdit">
1186 <property name="geometry">
1187 <rect>
1188 <x>510</x>
1189 <y>40</y>
1190 <width>101</width>
1191 <height>23</height>
1192 </rect>
1193 </property>
1194 </widget>
1195 <widget class="QLabel" name="stageLabel">
1196 <property name="geometry">
1197 <rect>
1198 <x>740</x>
1199 <y>40</y>
1200 <width>131</width>
1201 <height>20</height>
1202 </rect>
1203 </property>
1204 <property name="text">
1205 <string>Plan start:</string>
1206 </property>
1207 <property name="alignment">
1208 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1209 </property>
1210 </widget>
1211 <widget class="QLineEdit" name="stageEdit">
1212 <property name="geometry">
1213 <rect>
1214 <x>880</x>
1215 <y>40</y>
1216 <width>101</width>
1217 <height>23</height>
1218 </rect>
1219 </property>
1220 </widget>
1221 <widget class="QLabel" name="completeLabel">
1222 <property name="geometry">
1223 <rect>
1224 <x>740</x>
1225 <y>160</y>
1226 <width>131</width>
1227 <height>20</height>
1228 </rect>
1229 </property>
1230 <property name="text">
1231 <string>Ingredients present:</string>
1232 </property>
1233 <property name="alignment">
1234 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1235 </property>
1236 </widget>
1237 </widget>
1238 <widget class="QWidget" name="equipment">
1239 <attribute name="icon">
1240 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
1241 <normaloff>:/icons/bms/mash.png</normaloff>:/icons/bms/mash.png</iconset>
1242 </attribute>
1243 <attribute name="title">
1244 <string>Equipment</string>
1245 </attribute>
1246 </widget>
1247 <widget class="QWidget" name="fermentables">
1248 <attribute name="icon">
1249 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
1250 <normaloff>:/icons/bms/graan.png</normaloff>:/icons/bms/graan.png</iconset>
1251 </attribute>
1252 <attribute name="title">
1253 <string>Fermentables</string>
1254 </attribute>
1255 <widget class="QLabel" name="est_color2Label">
1256 <property name="geometry">
1257 <rect>
1258 <x>0</x>
1259 <y>10</y>
1260 <width>131</width>
1261 <height>20</height>
1262 </rect>
1263 </property>
1264 <property name="text">
1265 <string>Color EBC:</string>
1266 </property>
1267 <property name="alignment">
1268 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1269 </property>
1270 </widget>
1271 <widget class="QDoubleSpinBox" name="est_color2Edit">
1272 <property name="geometry">
1273 <rect>
1274 <x>140</x>
1275 <y>10</y>
1276 <width>71</width>
1277 <height>24</height>
1278 </rect>
1279 </property>
1280 <property name="alignment">
1281 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1282 </property>
1283 <property name="readOnly">
1284 <bool>true</bool>
1285 </property>
1286 <property name="buttonSymbols">
1287 <enum>QAbstractSpinBox::NoButtons</enum>
1288 </property>
1289 <property name="accelerated">
1290 <bool>false</bool>
1291 </property>
1292 <property name="decimals">
1293 <number>0</number>
1294 </property>
1295 <property name="minimum">
1296 <double>0.000000000000000</double>
1297 </property>
1298 <property name="maximum">
1299 <double>400.000000000000000</double>
1300 </property>
1301 <property name="singleStep">
1302 <double>1.000000000000000</double>
1303 </property>
1304 </widget>
1305 <widget class="QLabel" name="est_og2Label">
1306 <property name="geometry">
1307 <rect>
1308 <x>0</x>
1309 <y>40</y>
1310 <width>131</width>
1311 <height>20</height>
1312 </rect>
1313 </property>
1314 <property name="text">
1315 <string>Estimated OG:</string>
1316 </property>
1317 <property name="alignment">
1318 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1319 </property>
1320 </widget>
1321 <widget class="QDoubleSpinBox" name="est_og2Edit">
1322 <property name="geometry">
1323 <rect>
1324 <x>140</x>
1325 <y>40</y>
1326 <width>71</width>
1327 <height>24</height>
1328 </rect>
1329 </property>
1330 <property name="alignment">
1331 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1332 </property>
1333 <property name="buttonSymbols">
1334 <enum>QAbstractSpinBox::UpDownArrows</enum>
1335 </property>
1336 <property name="accelerated">
1337 <bool>true</bool>
1338 </property>
1339 <property name="decimals">
1340 <number>3</number>
1341 </property>
1342 <property name="minimum">
1343 <double>0.980000000000000</double>
1344 </property>
1345 <property name="maximum">
1346 <double>2.000000000000000</double>
1347 </property>
1348 <property name="singleStep">
1349 <double>0.001000000000000</double>
1350 </property>
1351 </widget>
1352 <widget class="QLabel" name="perc_mashLabel">
1353 <property name="geometry">
1354 <rect>
1355 <x>440</x>
1356 <y>10</y>
1357 <width>131</width>
1358 <height>20</height>
1359 </rect>
1360 </property>
1361 <property name="text">
1362 <string>Mash tun %:</string>
1363 </property>
1364 <property name="alignment">
1365 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1366 </property>
1367 </widget>
1368 <widget class="QLabel" name="perc_sugarLabel">
1369 <property name="geometry">
1370 <rect>
1371 <x>440</x>
1372 <y>40</y>
1373 <width>131</width>
1374 <height>20</height>
1375 </rect>
1376 </property>
1377 <property name="text">
1378 <string>Sugars %:</string>
1379 </property>
1380 <property name="alignment">
1381 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1382 </property>
1383 </widget>
1384 <widget class="QLabel" name="perc_caraLabel">
1385 <property name="geometry">
1386 <rect>
1387 <x>440</x>
1388 <y>70</y>
1389 <width>131</width>
1390 <height>20</height>
1391 </rect>
1392 </property>
1393 <property name="text">
1394 <string>Cara/crystal %:</string>
1395 </property>
1396 <property name="alignment">
1397 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1398 </property>
1399 </widget>
1400 <widget class="QLabel" name="lintnerLabel">
1401 <property name="geometry">
1402 <rect>
1403 <x>440</x>
1404 <y>100</y>
1405 <width>131</width>
1406 <height>20</height>
1407 </rect>
1408 </property>
1409 <property name="text">
1410 <string>Lintner:</string>
1411 </property>
1412 <property name="alignment">
1413 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1414 </property>
1415 </widget>
1416 <widget class="QTableWidget" name="fermentablesTable">
1417 <property name="geometry">
1418 <rect>
1419 <x>10</x>
1420 <y>130</y>
1421 <width>1101</width>
1422 <height>331</height>
1423 </rect>
1424 </property>
1425 </widget>
1426 <widget class="QProgressBar" name="lintnerShow">
1427 <property name="geometry">
1428 <rect>
1429 <x>580</x>
1430 <y>100</y>
1431 <width>381</width>
1432 <height>20</height>
1433 </rect>
1434 </property>
1435 <property name="maximum">
1436 <number>200</number>
1437 </property>
1438 <property name="value">
1439 <number>24</number>
1440 </property>
1441 <property name="orientation">
1442 <enum>Qt::Horizontal</enum>
1443 </property>
1444 <property name="format">
1445 <string>%v lintner</string>
1446 </property>
1447 </widget>
1448 <widget class="QProgressBar" name="perc_mashShow">
1449 <property name="geometry">
1450 <rect>
1451 <x>580</x>
1452 <y>10</y>
1453 <width>381</width>
1454 <height>20</height>
1455 </rect>
1456 </property>
1457 <property name="maximum">
1458 <number>120</number>
1459 </property>
1460 <property name="value">
1461 <number>24</number>
1462 </property>
1463 <property name="orientation">
1464 <enum>Qt::Horizontal</enum>
1465 </property>
1466 <property name="format">
1467 <string>%v%</string>
1468 </property>
1469 </widget>
1470 <widget class="QProgressBar" name="perc_sugarsShow">
1471 <property name="geometry">
1472 <rect>
1473 <x>580</x>
1474 <y>40</y>
1475 <width>381</width>
1476 <height>20</height>
1477 </rect>
1478 </property>
1479 <property name="maximum">
1480 <number>50</number>
1481 </property>
1482 <property name="value">
1483 <number>24</number>
1484 </property>
1485 <property name="orientation">
1486 <enum>Qt::Horizontal</enum>
1487 </property>
1488 <property name="format">
1489 <string>%v%</string>
1490 </property>
1491 </widget>
1492 <widget class="QProgressBar" name="perc_caraShow">
1493 <property name="geometry">
1494 <rect>
1495 <x>580</x>
1496 <y>70</y>
1497 <width>381</width>
1498 <height>20</height>
1499 </rect>
1500 </property>
1501 <property name="maximum">
1502 <number>50</number>
1503 </property>
1504 <property name="value">
1505 <number>24</number>
1506 </property>
1507 <property name="orientation">
1508 <enum>Qt::Horizontal</enum>
1509 </property>
1510 <property name="format">
1511 <string>%v%</string>
1512 </property>
1513 </widget>
1514 <widget class="QPushButton" name="addFermentable">
1515 <property name="geometry">
1516 <rect>
1517 <x>140</x>
1518 <y>100</y>
1519 <width>80</width>
1520 <height>23</height>
1521 </rect>
1522 </property>
1523 <property name="text">
1524 <string>Add</string>
1525 </property>
1526 <property name="icon">
1527 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
1528 <normaloff>:/icons/bms/graan.png</normaloff>:/icons/bms/graan.png</iconset>
1529 </property>
1530 </widget>
1531 </widget>
1532 <widget class="QWidget" name="hops">
1533 <attribute name="icon">
1534 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
1535 <normaloff>:/icons/bms/hop.png</normaloff>:/icons/bms/hop.png</iconset>
1536 </attribute>
1537 <attribute name="title">
1538 <string>Hops</string>
1539 </attribute>
1540 <widget class="QLabel" name="est_ibu2Label">
1541 <property name="geometry">
1542 <rect>
1543 <x>0</x>
1544 <y>10</y>
1545 <width>131</width>
1546 <height>20</height>
1547 </rect>
1548 </property>
1549 <property name="text">
1550 <string>Bitterness IBU:</string>
1551 </property>
1552 <property name="alignment">
1553 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1554 </property>
1555 </widget>
1556 <widget class="QDoubleSpinBox" name="est_ibu2Edit">
1557 <property name="geometry">
1558 <rect>
1559 <x>140</x>
1560 <y>10</y>
1561 <width>81</width>
1562 <height>24</height>
1563 </rect>
1564 </property>
1565 <property name="alignment">
1566 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1567 </property>
1568 <property name="readOnly">
1569 <bool>true</bool>
1570 </property>
1571 <property name="buttonSymbols">
1572 <enum>QAbstractSpinBox::NoButtons</enum>
1573 </property>
1574 <property name="accelerated">
1575 <bool>false</bool>
1576 </property>
1577 <property name="decimals">
1578 <number>0</number>
1579 </property>
1580 <property name="minimum">
1581 <double>0.000000000000000</double>
1582 </property>
1583 <property name="maximum">
1584 <double>400.000000000000000</double>
1585 </property>
1586 <property name="singleStep">
1587 <double>1.000000000000000</double>
1588 </property>
1589 </widget>
1590 <widget class="QLabel" name="hop_tasteLabel">
1591 <property name="geometry">
1592 <rect>
1593 <x>220</x>
1594 <y>10</y>
1595 <width>131</width>
1596 <height>20</height>
1597 </rect>
1598 </property>
1599 <property name="text">
1600 <string>Hop taste:</string>
1601 </property>
1602 <property name="alignment">
1603 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1604 </property>
1605 </widget>
1606 <widget class="QLabel" name="hop_aromaLabel">
1607 <property name="geometry">
1608 <rect>
1609 <x>670</x>
1610 <y>10</y>
1611 <width>131</width>
1612 <height>20</height>
1613 </rect>
1614 </property>
1615 <property name="text">
1616 <string>Hop aroma:</string>
1617 </property>
1618 <property name="alignment">
1619 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1620 </property>
1621 </widget>
1622 <widget class="QProgressBar" name="hop_tasteShow">
1623 <property name="geometry">
1624 <rect>
1625 <x>360</x>
1626 <y>10</y>
1627 <width>301</width>
1628 <height>20</height>
1629 </rect>
1630 </property>
1631 <property name="maximum">
1632 <number>100</number>
1633 </property>
1634 <property name="value">
1635 <number>24</number>
1636 </property>
1637 <property name="orientation">
1638 <enum>Qt::Horizontal</enum>
1639 </property>
1640 <property name="format">
1641 <string>%v%</string>
1642 </property>
1643 </widget>
1644 <widget class="QProgressBar" name="hop_aromaShow">
1645 <property name="geometry">
1646 <rect>
1647 <x>810</x>
1648 <y>10</y>
1649 <width>301</width>
1650 <height>20</height>
1651 </rect>
1652 </property>
1653 <property name="maximum">
1654 <number>100</number>
1655 </property>
1656 <property name="value">
1657 <number>24</number>
1658 </property>
1659 <property name="orientation">
1660 <enum>Qt::Horizontal</enum>
1661 </property>
1662 <property name="format">
1663 <string>%v%</string>
1664 </property>
1665 </widget>
1666 <widget class="QTableWidget" name="hopsTable">
1667 <property name="geometry">
1668 <rect>
1669 <x>10</x>
1670 <y>100</y>
1671 <width>1101</width>
1672 <height>361</height>
1673 </rect>
1674 </property>
1675 </widget>
1676 <widget class="QPushButton" name="addHop">
1677 <property name="geometry">
1678 <rect>
1679 <x>140</x>
1680 <y>70</y>
1681 <width>80</width>
1682 <height>23</height>
1683 </rect>
1684 </property>
1685 <property name="text">
1686 <string>Add</string>
1687 </property>
1688 <property name="icon">
1689 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
1690 <normaloff>:/icons/bms/hop.png</normaloff>:/icons/bms/hop.png</iconset>
1691 </property>
1692 </widget>
1693 </widget>
1694 <widget class="QWidget" name="miscs">
1695 <attribute name="icon">
1696 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
1697 <normaloff>:/icons/bms/peper.png</normaloff>:/icons/bms/peper.png</iconset>
1698 </attribute>
1699 <attribute name="title">
1700 <string>Miscs</string>
1701 </attribute>
1702 <widget class="QTableWidget" name="miscsTable">
1703 <property name="geometry">
1704 <rect>
1705 <x>140</x>
1706 <y>10</y>
1707 <width>849</width>
1708 <height>451</height>
1709 </rect>
1710 </property>
1711 </widget>
1712 <widget class="QPushButton" name="addMisc">
1713 <property name="geometry">
1714 <rect>
1715 <x>30</x>
1716 <y>40</y>
1717 <width>80</width>
1718 <height>23</height>
1719 </rect>
1720 </property>
1721 <property name="text">
1722 <string>Add</string>
1723 </property>
1724 <property name="icon">
1725 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
1726 <normaloff>:/icons/bms/peper.png</normaloff>:/icons/bms/peper.png</iconset>
1727 </property>
1728 </widget>
1729 </widget>
1730 <widget class="QWidget" name="yeasts">
1731 <attribute name="icon">
1732 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
1733 <normaloff>:/icons/bms/erlenmeyer.png</normaloff>:/icons/bms/erlenmeyer.png</iconset>
1734 </attribute>
1735 <attribute name="title">
1736 <string>Yeasts</string>
1737 </attribute>
1738 <widget class="QLabel" name="est_og3Label">
1739 <property name="geometry">
1740 <rect>
1741 <x>50</x>
1742 <y>10</y>
1743 <width>131</width>
1744 <height>20</height>
1745 </rect>
1746 </property>
1747 <property name="text">
1748 <string>Estimated OG:</string>
1749 </property>
1750 <property name="alignment">
1751 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1752 </property>
1753 </widget>
1754 <widget class="QDoubleSpinBox" name="est_og3Edit">
1755 <property name="geometry">
1756 <rect>
1757 <x>190</x>
1758 <y>10</y>
1759 <width>71</width>
1760 <height>24</height>
1761 </rect>
1762 </property>
1763 <property name="alignment">
1764 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1765 </property>
1766 <property name="buttonSymbols">
1767 <enum>QAbstractSpinBox::NoButtons</enum>
1768 </property>
1769 <property name="accelerated">
1770 <bool>true</bool>
1771 </property>
1772 <property name="decimals">
1773 <number>3</number>
1774 </property>
1775 <property name="minimum">
1776 <double>0.980000000000000</double>
1777 </property>
1778 <property name="maximum">
1779 <double>2.000000000000000</double>
1780 </property>
1781 <property name="singleStep">
1782 <double>0.001000000000000</double>
1783 </property>
1784 </widget>
1785 <widget class="QLabel" name="est_fg3Label">
1786 <property name="geometry">
1787 <rect>
1788 <x>50</x>
1789 <y>40</y>
1790 <width>131</width>
1791 <height>20</height>
1792 </rect>
1793 </property>
1794 <property name="text">
1795 <string>Estimated FG:</string>
1796 </property>
1797 <property name="alignment">
1798 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1799 </property>
1800 </widget>
1801 <widget class="QDoubleSpinBox" name="est_fg3Edit">
1802 <property name="geometry">
1803 <rect>
1804 <x>190</x>
1805 <y>40</y>
1806 <width>71</width>
1807 <height>24</height>
1808 </rect>
1809 </property>
1810 <property name="alignment">
1811 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1812 </property>
1813 <property name="buttonSymbols">
1814 <enum>QAbstractSpinBox::NoButtons</enum>
1815 </property>
1816 <property name="accelerated">
1817 <bool>true</bool>
1818 </property>
1819 <property name="decimals">
1820 <number>3</number>
1821 </property>
1822 <property name="minimum">
1823 <double>0.980000000000000</double>
1824 </property>
1825 <property name="maximum">
1826 <double>2.000000000000000</double>
1827 </property>
1828 <property name="singleStep">
1829 <double>0.001000000000000</double>
1830 </property>
1831 </widget>
1832 <widget class="QLabel" name="est_abv2Label">
1833 <property name="geometry">
1834 <rect>
1835 <x>50</x>
1836 <y>70</y>
1837 <width>131</width>
1838 <height>20</height>
1839 </rect>
1840 </property>
1841 <property name="text">
1842 <string>Alcohol Volume:</string>
1843 </property>
1844 <property name="alignment">
1845 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1846 </property>
1847 </widget>
1848 <widget class="QDoubleSpinBox" name="est_abv2Edit">
1849 <property name="geometry">
1850 <rect>
1851 <x>190</x>
1852 <y>70</y>
1853 <width>71</width>
1854 <height>24</height>
1855 </rect>
1856 </property>
1857 <property name="alignment">
1858 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1859 </property>
1860 <property name="readOnly">
1861 <bool>true</bool>
1862 </property>
1863 <property name="buttonSymbols">
1864 <enum>QAbstractSpinBox::NoButtons</enum>
1865 </property>
1866 <property name="accelerated">
1867 <bool>false</bool>
1868 </property>
1869 <property name="suffix">
1870 <string> %</string>
1871 </property>
1872 <property name="decimals">
1873 <number>1</number>
1874 </property>
1875 <property name="minimum">
1876 <double>0.000000000000000</double>
1877 </property>
1878 <property name="maximum">
1879 <double>80.000000000000000</double>
1880 </property>
1881 <property name="singleStep">
1882 <double>0.100000000000000</double>
1883 </property>
1884 </widget>
1885 <widget class="QLabel" name="est_svgLabel">
1886 <property name="geometry">
1887 <rect>
1888 <x>30</x>
1889 <y>100</y>
1890 <width>151</width>
1891 <height>20</height>
1892 </rect>
1893 </property>
1894 <property name="text">
1895 <string>Appearant Attenuation:</string>
1896 </property>
1897 <property name="alignment">
1898 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1899 </property>
1900 </widget>
1901 <widget class="QDoubleSpinBox" name="est_svgEdit">
1902 <property name="geometry">
1903 <rect>
1904 <x>190</x>
1905 <y>100</y>
1906 <width>71</width>
1907 <height>24</height>
1908 </rect>
1909 </property>
1910 <property name="alignment">
1911 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1912 </property>
1913 <property name="readOnly">
1914 <bool>true</bool>
1915 </property>
1916 <property name="buttonSymbols">
1917 <enum>QAbstractSpinBox::NoButtons</enum>
1918 </property>
1919 <property name="accelerated">
1920 <bool>false</bool>
1921 </property>
1922 <property name="suffix">
1923 <string> %</string>
1924 </property>
1925 <property name="decimals">
1926 <number>1</number>
1927 </property>
1928 <property name="minimum">
1929 <double>0.000000000000000</double>
1930 </property>
1931 <property name="maximum">
1932 <double>120.000000000000000</double>
1933 </property>
1934 <property name="singleStep">
1935 <double>0.100000000000000</double>
1936 </property>
1937 </widget>
1938 <widget class="QTableWidget" name="yeastsTable">
1939 <property name="geometry">
1940 <rect>
1941 <x>10</x>
1942 <y>250</y>
1943 <width>1101</width>
1944 <height>211</height>
1945 </rect>
1946 </property>
1947 </widget>
1948 <widget class="QStackedWidget" name="yeastProcedure">
1949 <property name="geometry">
1950 <rect>
1951 <x>290</x>
1952 <y>10</y>
1953 <width>821</width>
1954 <height>231</height>
1955 </rect>
1956 </property>
1957 <property name="currentIndex">
1958 <number>2</number>
1959 </property>
1960 <widget class="QWidget" name="yeastNot"/>
1961 <widget class="QWidget" name="yeastLiquid">
1962 <widget class="QLabel" name="label">
1963 <property name="geometry">
1964 <rect>
1965 <x>200</x>
1966 <y>20</y>
1967 <width>341</width>
1968 <height>20</height>
1969 </rect>
1970 </property>
1971 <property name="font">
1972 <font>
1973 <pointsize>11</pointsize>
1974 <weight>75</weight>
1975 <bold>true</bold>
1976 </font>
1977 </property>
1978 <property name="text">
1979 <string>Liquid yeast advice</string>
1980 </property>
1981 </widget>
1982 <widget class="QDoubleSpinBox" name="pitchrateEdit">
1983 <property name="geometry">
1984 <rect>
1985 <x>200</x>
1986 <y>60</y>
1987 <width>91</width>
1988 <height>24</height>
1989 </rect>
1990 </property>
1991 <property name="alignment">
1992 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1993 </property>
1994 <property name="readOnly">
1995 <bool>true</bool>
1996 </property>
1997 <property name="buttonSymbols">
1998 <enum>QAbstractSpinBox::NoButtons</enum>
1999 </property>
2000 <property name="accelerated">
2001 <bool>false</bool>
2002 </property>
2003 <property name="decimals">
2004 <number>3</number>
2005 </property>
2006 <property name="maximum">
2007 <double>1000.000000000000000</double>
2008 </property>
2009 </widget>
2010 <widget class="QLabel" name="pitchrateLabel">
2011 <property name="geometry">
2012 <rect>
2013 <x>10</x>
2014 <y>60</y>
2015 <width>181</width>
2016 <height>20</height>
2017 </rect>
2018 </property>
2019 <property name="text">
2020 <string>Pitchrate million cells/ml/°P:</string>
2021 </property>
2022 <property name="alignment">
2023 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2024 </property>
2025 </widget>
2026 <widget class="QLabel" name="initcellsLabel">
2027 <property name="geometry">
2028 <rect>
2029 <x>10</x>
2030 <y>90</y>
2031 <width>181</width>
2032 <height>20</height>
2033 </rect>
2034 </property>
2035 <property name="text">
2036 <string>Initial billion cells:</string>
2037 </property>
2038 <property name="alignment">
2039 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2040 </property>
2041 </widget>
2042 <widget class="QLabel" name="targetcellsLabel">
2043 <property name="geometry">
2044 <rect>
2045 <x>10</x>
2046 <y>120</y>
2047 <width>181</width>
2048 <height>20</height>
2049 </rect>
2050 </property>
2051 <property name="text">
2052 <string>Target billion cells:</string>
2053 </property>
2054 <property name="alignment">
2055 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2056 </property>
2057 </widget>
2058 <widget class="QDoubleSpinBox" name="initcellsEdit">
2059 <property name="geometry">
2060 <rect>
2061 <x>200</x>
2062 <y>90</y>
2063 <width>91</width>
2064 <height>24</height>
2065 </rect>
2066 </property>
2067 <property name="alignment">
2068 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2069 </property>
2070 <property name="readOnly">
2071 <bool>true</bool>
2072 </property>
2073 <property name="buttonSymbols">
2074 <enum>QAbstractSpinBox::NoButtons</enum>
2075 </property>
2076 <property name="accelerated">
2077 <bool>false</bool>
2078 </property>
2079 <property name="decimals">
2080 <number>0</number>
2081 </property>
2082 <property name="maximum">
2083 <double>100000.000000000000000</double>
2084 </property>
2085 </widget>
2086 <widget class="QDoubleSpinBox" name="targetcellsEdit">
2087 <property name="geometry">
2088 <rect>
2089 <x>200</x>
2090 <y>120</y>
2091 <width>91</width>
2092 <height>24</height>
2093 </rect>
2094 </property>
2095 <property name="alignment">
2096 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2097 </property>
2098 <property name="readOnly">
2099 <bool>true</bool>
2100 </property>
2101 <property name="buttonSymbols">
2102 <enum>QAbstractSpinBox::NoButtons</enum>
2103 </property>
2104 <property name="accelerated">
2105 <bool>false</bool>
2106 </property>
2107 <property name="decimals">
2108 <number>0</number>
2109 </property>
2110 <property name="maximum">
2111 <double>100000.000000000000000</double>
2112 </property>
2113 </widget>
2114 <widget class="QLabel" name="starterLabel">
2115 <property name="geometry">
2116 <rect>
2117 <x>10</x>
2118 <y>150</y>
2119 <width>181</width>
2120 <height>20</height>
2121 </rect>
2122 </property>
2123 <property name="text">
2124 <string>Starter volume L:</string>
2125 </property>
2126 <property name="alignment">
2127 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2128 </property>
2129 </widget>
2130 <widget class="QDoubleSpinBox" name="starterEdit">
2131 <property name="geometry">
2132 <rect>
2133 <x>200</x>
2134 <y>150</y>
2135 <width>91</width>
2136 <height>24</height>
2137 </rect>
2138 </property>
2139 <property name="toolTip">
2140 <string>A very rough starter volume estimate.</string>
2141 </property>
2142 <property name="alignment">
2143 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2144 </property>
2145 <property name="readOnly">
2146 <bool>true</bool>
2147 </property>
2148 <property name="buttonSymbols">
2149 <enum>QAbstractSpinBox::NoButtons</enum>
2150 </property>
2151 <property name="accelerated">
2152 <bool>false</bool>
2153 </property>
2154 <property name="decimals">
2155 <number>3</number>
2156 </property>
2157 <property name="maximum">
2158 <double>100000.000000000000000</double>
2159 </property>
2160 </widget>
2161 </widget>
2162 <widget class="QWidget" name="yeastDry">
2163 <widget class="QLabel" name="label_2">
2164 <property name="geometry">
2165 <rect>
2166 <x>170</x>
2167 <y>10</y>
2168 <width>261</width>
2169 <height>20</height>
2170 </rect>
2171 </property>
2172 <property name="font">
2173 <font>
2174 <pointsize>11</pointsize>
2175 <weight>75</weight>
2176 <bold>true</bold>
2177 </font>
2178 </property>
2179 <property name="text">
2180 <string>Dry yeast advice</string>
2181 </property>
2182 </widget>
2183 <widget class="QLabel" name="lo_gr_hlLabel">
2184 <property name="geometry">
2185 <rect>
2186 <x>40</x>
2187 <y>60</y>
2188 <width>121</width>
2189 <height>20</height>
2190 </rect>
2191 </property>
2192 <property name="text">
2193 <string>Low grams/hl:</string>
2194 </property>
2195 <property name="alignment">
2196 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2197 </property>
2198 </widget>
2199 <widget class="QLabel" name="hi_gr_hlLabel">
2200 <property name="geometry">
2201 <rect>
2202 <x>40</x>
2203 <y>90</y>
2204 <width>121</width>
2205 <height>20</height>
2206 </rect>
2207 </property>
2208 <property name="text">
2209 <string>High grams/hl:</string>
2210 </property>
2211 <property name="alignment">
2212 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2213 </property>
2214 </widget>
2215 <widget class="QSpinBox" name="lo_gr_hlEdit">
2216 <property name="geometry">
2217 <rect>
2218 <x>170</x>
2219 <y>60</y>
2220 <width>61</width>
2221 <height>24</height>
2222 </rect>
2223 </property>
2224 <property name="alignment">
2225 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2226 </property>
2227 <property name="readOnly">
2228 <bool>true</bool>
2229 </property>
2230 <property name="buttonSymbols">
2231 <enum>QAbstractSpinBox::NoButtons</enum>
2232 </property>
2233 <property name="maximum">
2234 <number>500</number>
2235 </property>
2236 </widget>
2237 <widget class="QSpinBox" name="hi_gr_hlEdit">
2238 <property name="geometry">
2239 <rect>
2240 <x>170</x>
2241 <y>90</y>
2242 <width>61</width>
2243 <height>24</height>
2244 </rect>
2245 </property>
2246 <property name="alignment">
2247 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2248 </property>
2249 <property name="readOnly">
2250 <bool>true</bool>
2251 </property>
2252 <property name="buttonSymbols">
2253 <enum>QAbstractSpinBox::NoButtons</enum>
2254 </property>
2255 <property name="maximum">
2256 <number>1000</number>
2257 </property>
2258 </widget>
2259 <widget class="QLabel" name="lo_atLabel">
2260 <property name="geometry">
2261 <rect>
2262 <x>240</x>
2263 <y>60</y>
2264 <width>31</width>
2265 <height>20</height>
2266 </rect>
2267 </property>
2268 <property name="text">
2269 <string>at</string>
2270 </property>
2271 <property name="alignment">
2272 <set>Qt::AlignCenter</set>
2273 </property>
2274 </widget>
2275 <widget class="QLabel" name="hi_atLabel">
2276 <property name="geometry">
2277 <rect>
2278 <x>240</x>
2279 <y>90</y>
2280 <width>31</width>
2281 <height>20</height>
2282 </rect>
2283 </property>
2284 <property name="text">
2285 <string>at</string>
2286 </property>
2287 <property name="alignment">
2288 <set>Qt::AlignCenter</set>
2289 </property>
2290 </widget>
2291 <widget class="QDoubleSpinBox" name="lo_sgEdit">
2292 <property name="geometry">
2293 <rect>
2294 <x>280</x>
2295 <y>60</y>
2296 <width>71</width>
2297 <height>24</height>
2298 </rect>
2299 </property>
2300 <property name="alignment">
2301 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2302 </property>
2303 <property name="readOnly">
2304 <bool>true</bool>
2305 </property>
2306 <property name="buttonSymbols">
2307 <enum>QAbstractSpinBox::NoButtons</enum>
2308 </property>
2309 <property name="accelerated">
2310 <bool>false</bool>
2311 </property>
2312 <property name="decimals">
2313 <number>3</number>
2314 </property>
2315 <property name="maximum">
2316 <double>2.000000000000000</double>
2317 </property>
2318 <property name="value">
2319 <double>0.000000000000000</double>
2320 </property>
2321 </widget>
2322 <widget class="QDoubleSpinBox" name="hi_sgEdit">
2323 <property name="geometry">
2324 <rect>
2325 <x>280</x>
2326 <y>90</y>
2327 <width>71</width>
2328 <height>24</height>
2329 </rect>
2330 </property>
2331 <property name="alignment">
2332 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2333 </property>
2334 <property name="readOnly">
2335 <bool>true</bool>
2336 </property>
2337 <property name="buttonSymbols">
2338 <enum>QAbstractSpinBox::NoButtons</enum>
2339 </property>
2340 <property name="accelerated">
2341 <bool>false</bool>
2342 </property>
2343 <property name="decimals">
2344 <number>3</number>
2345 </property>
2346 <property name="maximum">
2347 <double>2.000000000000000</double>
2348 </property>
2349 </widget>
2350 <widget class="QLabel" name="need_grLabel">
2351 <property name="geometry">
2352 <rect>
2353 <x>40</x>
2354 <y>120</y>
2355 <width>121</width>
2356 <height>20</height>
2357 </rect>
2358 </property>
2359 <property name="text">
2360 <string>Pitch grams:</string>
2361 </property>
2362 <property name="alignment">
2363 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2364 </property>
2365 </widget>
2366 <widget class="QDoubleSpinBox" name="need_grEdit">
2367 <property name="geometry">
2368 <rect>
2369 <x>170</x>
2370 <y>120</y>
2371 <width>61</width>
2372 <height>24</height>
2373 </rect>
2374 </property>
2375 <property name="alignment">
2376 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2377 </property>
2378 <property name="readOnly">
2379 <bool>true</bool>
2380 </property>
2381 <property name="buttonSymbols">
2382 <enum>QAbstractSpinBox::NoButtons</enum>
2383 </property>
2384 <property name="accelerated">
2385 <bool>false</bool>
2386 </property>
2387 <property name="decimals">
2388 <number>1</number>
2389 </property>
2390 <property name="maximum">
2391 <double>1000.000000000000000</double>
2392 </property>
2393 </widget>
2394 <widget class="QLabel" name="pitch_grLabel">
2395 <property name="geometry">
2396 <rect>
2397 <x>40</x>
2398 <y>150</y>
2399 <width>121</width>
2400 <height>20</height>
2401 </rect>
2402 </property>
2403 <property name="text">
2404 <string>Pitch grams/hl:</string>
2405 </property>
2406 <property name="alignment">
2407 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2408 </property>
2409 </widget>
2410 <widget class="QDoubleSpinBox" name="pitch_grEdit">
2411 <property name="geometry">
2412 <rect>
2413 <x>170</x>
2414 <y>150</y>
2415 <width>61</width>
2416 <height>24</height>
2417 </rect>
2418 </property>
2419 <property name="alignment">
2420 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2421 </property>
2422 <property name="readOnly">
2423 <bool>true</bool>
2424 </property>
2425 <property name="buttonSymbols">
2426 <enum>QAbstractSpinBox::NoButtons</enum>
2427 </property>
2428 <property name="accelerated">
2429 <bool>false</bool>
2430 </property>
2431 <property name="decimals">
2432 <number>2</number>
2433 </property>
2434 <property name="maximum">
2435 <double>1000.000000000000000</double>
2436 </property>
2437 </widget>
2438 </widget>
2439 </widget>
2440 <widget class="QPushButton" name="addYeast">
2441 <property name="geometry">
2442 <rect>
2443 <x>180</x>
2444 <y>210</y>
2445 <width>80</width>
2446 <height>23</height>
2447 </rect>
2448 </property>
2449 <property name="text">
2450 <string>Add</string>
2451 </property>
2452 <property name="icon">
2453 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
2454 <normaloff>:/icons/bms/erlenmeyer.png</normaloff>:/icons/bms/erlenmeyer.png</iconset>
2455 </property>
2456 </widget>
2457 </widget>
2458 <widget class="QWidget" name="mash">
2459 <attribute name="icon">
2460 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
2461 <normaloff>:/icons/bms/mash.png</normaloff>:/icons/bms/mash.png</iconset>
2462 </attribute>
2463 <attribute name="title">
2464 <string>Mash</string>
2465 </attribute>
2466 <widget class="QTableWidget" name="mashsTable">
2467 <property name="geometry">
2468 <rect>
2469 <x>10</x>
2470 <y>110</y>
2471 <width>1101</width>
2472 <height>351</height>
2473 </rect>
2474 </property>
2475 </widget>
2476 <widget class="QPushButton" name="addMash">
2477 <property name="geometry">
2478 <rect>
2479 <x>140</x>
2480 <y>40</y>
2481 <width>80</width>
2482 <height>23</height>
2483 </rect>
2484 </property>
2485 <property name="text">
2486 <string>Add</string>
2487 </property>
2488 <property name="icon">
2489 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
2490 <normaloff>:/icons/bms/mash.png</normaloff>:/icons/bms/mash.png</iconset>
2491 </property>
2492 </widget>
2493 <widget class="QLabel" name="mash_nameLabel">
2494 <property name="geometry">
2495 <rect>
2496 <x>0</x>
2497 <y>10</y>
2498 <width>131</width>
2499 <height>20</height>
2500 </rect>
2501 </property>
2502 <property name="text">
2503 <string>Mash name:</string>
2504 </property>
2505 <property name="alignment">
2506 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2507 </property>
2508 </widget>
2509 <widget class="QLabel" name="mash_pickLabel">
2510 <property name="geometry">
2511 <rect>
2512 <x>530</x>
2513 <y>10</y>
2514 <width>171</width>
2515 <height>20</height>
2516 </rect>
2517 </property>
2518 <property name="text">
2519 <string>Mash schedule:</string>
2520 </property>
2521 <property name="alignment">
2522 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2523 </property>
2524 </widget>
2525 <widget class="QComboBox" name="mash_pickEdit">
2526 <property name="geometry">
2527 <rect>
2528 <x>710</x>
2529 <y>10</y>
2530 <width>321</width>
2531 <height>23</height>
2532 </rect>
2533 </property>
2534 </widget>
2535 <widget class="QLineEdit" name="mash_nameEdit">
2536 <property name="geometry">
2537 <rect>
2538 <x>140</x>
2539 <y>10</y>
2540 <width>321</width>
2541 <height>23</height>
2542 </rect>
2543 </property>
2544 </widget>
2545 <widget class="QLabel" name="mash_timeLabel">
2546 <property name="geometry">
2547 <rect>
2548 <x>530</x>
2549 <y>40</y>
2550 <width>171</width>
2551 <height>20</height>
2552 </rect>
2553 </property>
2554 <property name="text">
2555 <string>Mash time:</string>
2556 </property>
2557 <property name="alignment">
2558 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2559 </property>
2560 </widget>
2561 <widget class="QLineEdit" name="mash_timeEdit">
2562 <property name="geometry">
2563 <rect>
2564 <x>710</x>
2565 <y>40</y>
2566 <width>71</width>
2567 <height>23</height>
2568 </rect>
2569 </property>
2570 <property name="readOnly">
2571 <bool>true</bool>
2572 </property>
2573 </widget>
2574 </widget>
2575 <widget class="QWidget" name="water">
2576 <attribute name="icon">
2577 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
2578 <normaloff>:/icons/bms/water.png</normaloff>:/icons/bms/water.png</iconset>
2579 </attribute>
2580 <attribute name="title">
2581 <string>Water</string>
2582 </attribute>
2583 <widget class="QGroupBox" name="waterviewBox">
2584 <property name="geometry">
2585 <rect>
2586 <x>170</x>
2587 <y>0</y>
2588 <width>941</width>
2589 <height>221</height>
2590 </rect>
2591 </property>
2592 <property name="autoFillBackground">
2593 <bool>false</bool>
2594 </property>
2595 <property name="title">
2596 <string>Water overview</string>
2597 </property>
2598 <property name="flat">
2599 <bool>false</bool>
2600 </property>
2601 <property name="checkable">
2602 <bool>false</bool>
2603 </property>
2604 <property name="checked">
2605 <bool>false</bool>
2606 </property>
2607 <widget class="QDoubleSpinBox" name="w1_caEdit">
2608 <property name="geometry">
2609 <rect>
2610 <x>300</x>
2611 <y>50</y>
2612 <width>71</width>
2613 <height>24</height>
2614 </rect>
2615 </property>
2616 <property name="alignment">
2617 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2618 </property>
2619 <property name="readOnly">
2620 <bool>true</bool>
2621 </property>
2622 <property name="buttonSymbols">
2623 <enum>QAbstractSpinBox::NoButtons</enum>
2624 </property>
2625 <property name="decimals">
2626 <number>1</number>
2627 </property>
2628 <property name="maximum">
2629 <double>1000.000000000000000</double>
2630 </property>
2631 </widget>
2632 <widget class="QDoubleSpinBox" name="w1_phEdit">
2633 <property name="geometry">
2634 <rect>
2635 <x>860</x>
2636 <y>50</y>
2637 <width>71</width>
2638 <height>24</height>
2639 </rect>
2640 </property>
2641 <property name="alignment">
2642 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2643 </property>
2644 <property name="readOnly">
2645 <bool>true</bool>
2646 </property>
2647 <property name="buttonSymbols">
2648 <enum>QAbstractSpinBox::NoButtons</enum>
2649 </property>
2650 <property name="decimals">
2651 <number>2</number>
2652 </property>
2653 <property name="maximum">
2654 <double>1000.000000000000000</double>
2655 </property>
2656 </widget>
2657 <widget class="QDoubleSpinBox" name="w1_so4Edit">
2658 <property name="geometry">
2659 <rect>
2660 <x>780</x>
2661 <y>50</y>
2662 <width>71</width>
2663 <height>24</height>
2664 </rect>
2665 </property>
2666 <property name="alignment">
2667 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2668 </property>
2669 <property name="readOnly">
2670 <bool>true</bool>
2671 </property>
2672 <property name="buttonSymbols">
2673 <enum>QAbstractSpinBox::NoButtons</enum>
2674 </property>
2675 <property name="decimals">
2676 <number>1</number>
2677 </property>
2678 <property name="maximum">
2679 <double>1000.000000000000000</double>
2680 </property>
2681 </widget>
2682 <widget class="QDoubleSpinBox" name="w1_clEdit">
2683 <property name="geometry">
2684 <rect>
2685 <x>700</x>
2686 <y>50</y>
2687 <width>71</width>
2688 <height>24</height>
2689 </rect>
2690 </property>
2691 <property name="alignment">
2692 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2693 </property>
2694 <property name="readOnly">
2695 <bool>true</bool>
2696 </property>
2697 <property name="buttonSymbols">
2698 <enum>QAbstractSpinBox::NoButtons</enum>
2699 </property>
2700 <property name="decimals">
2701 <number>1</number>
2702 </property>
2703 <property name="maximum">
2704 <double>1000.000000000000000</double>
2705 </property>
2706 </widget>
2707 <widget class="QDoubleSpinBox" name="w1_naEdit">
2708 <property name="geometry">
2709 <rect>
2710 <x>620</x>
2711 <y>50</y>
2712 <width>71</width>
2713 <height>24</height>
2714 </rect>
2715 </property>
2716 <property name="alignment">
2717 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2718 </property>
2719 <property name="readOnly">
2720 <bool>true</bool>
2721 </property>
2722 <property name="buttonSymbols">
2723 <enum>QAbstractSpinBox::NoButtons</enum>
2724 </property>
2725 <property name="decimals">
2726 <number>1</number>
2727 </property>
2728 <property name="maximum">
2729 <double>1000.000000000000000</double>
2730 </property>
2731 </widget>
2732 <widget class="QDoubleSpinBox" name="w1_caco3Edit">
2733 <property name="geometry">
2734 <rect>
2735 <x>540</x>
2736 <y>50</y>
2737 <width>71</width>
2738 <height>24</height>
2739 </rect>
2740 </property>
2741 <property name="alignment">
2742 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2743 </property>
2744 <property name="readOnly">
2745 <bool>true</bool>
2746 </property>
2747 <property name="buttonSymbols">
2748 <enum>QAbstractSpinBox::NoButtons</enum>
2749 </property>
2750 <property name="decimals">
2751 <number>1</number>
2752 </property>
2753 <property name="maximum">
2754 <double>1000.000000000000000</double>
2755 </property>
2756 </widget>
2757 <widget class="QDoubleSpinBox" name="w1_hco3Edit">
2758 <property name="geometry">
2759 <rect>
2760 <x>460</x>
2761 <y>50</y>
2762 <width>71</width>
2763 <height>24</height>
2764 </rect>
2765 </property>
2766 <property name="alignment">
2767 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2768 </property>
2769 <property name="readOnly">
2770 <bool>true</bool>
2771 </property>
2772 <property name="buttonSymbols">
2773 <enum>QAbstractSpinBox::NoButtons</enum>
2774 </property>
2775 <property name="decimals">
2776 <number>1</number>
2777 </property>
2778 <property name="maximum">
2779 <double>1000.000000000000000</double>
2780 </property>
2781 </widget>
2782 <widget class="QDoubleSpinBox" name="w1_mgEdit">
2783 <property name="geometry">
2784 <rect>
2785 <x>380</x>
2786 <y>50</y>
2787 <width>71</width>
2788 <height>24</height>
2789 </rect>
2790 </property>
2791 <property name="alignment">
2792 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2793 </property>
2794 <property name="readOnly">
2795 <bool>true</bool>
2796 </property>
2797 <property name="buttonSymbols">
2798 <enum>QAbstractSpinBox::NoButtons</enum>
2799 </property>
2800 <property name="decimals">
2801 <number>1</number>
2802 </property>
2803 <property name="maximum">
2804 <double>1000.000000000000000</double>
2805 </property>
2806 </widget>
2807 <widget class="QLabel" name="caLabel">
2808 <property name="geometry">
2809 <rect>
2810 <x>300</x>
2811 <y>20</y>
2812 <width>71</width>
2813 <height>21</height>
2814 </rect>
2815 </property>
2816 <property name="text">
2817 <string>Ca</string>
2818 </property>
2819 <property name="alignment">
2820 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2821 </property>
2822 </widget>
2823 <widget class="QLabel" name="mgLabel">
2824 <property name="geometry">
2825 <rect>
2826 <x>380</x>
2827 <y>20</y>
2828 <width>71</width>
2829 <height>21</height>
2830 </rect>
2831 </property>
2832 <property name="text">
2833 <string>Mg</string>
2834 </property>
2835 <property name="alignment">
2836 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2837 </property>
2838 </widget>
2839 <widget class="QLabel" name="hco3Label">
2840 <property name="geometry">
2841 <rect>
2842 <x>460</x>
2843 <y>20</y>
2844 <width>71</width>
2845 <height>21</height>
2846 </rect>
2847 </property>
2848 <property name="text">
2849 <string>HCO3</string>
2850 </property>
2851 <property name="alignment">
2852 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2853 </property>
2854 </widget>
2855 <widget class="QLabel" name="caco3Label">
2856 <property name="geometry">
2857 <rect>
2858 <x>540</x>
2859 <y>20</y>
2860 <width>71</width>
2861 <height>21</height>
2862 </rect>
2863 </property>
2864 <property name="text">
2865 <string>CaCO3</string>
2866 </property>
2867 <property name="alignment">
2868 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2869 </property>
2870 </widget>
2871 <widget class="QLabel" name="naLabel">
2872 <property name="geometry">
2873 <rect>
2874 <x>620</x>
2875 <y>20</y>
2876 <width>71</width>
2877 <height>21</height>
2878 </rect>
2879 </property>
2880 <property name="text">
2881 <string>Na</string>
2882 </property>
2883 <property name="alignment">
2884 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2885 </property>
2886 </widget>
2887 <widget class="QLabel" name="clLabel">
2888 <property name="geometry">
2889 <rect>
2890 <x>700</x>
2891 <y>20</y>
2892 <width>71</width>
2893 <height>21</height>
2894 </rect>
2895 </property>
2896 <property name="text">
2897 <string>Cl</string>
2898 </property>
2899 <property name="alignment">
2900 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2901 </property>
2902 </widget>
2903 <widget class="QLabel" name="so4Label">
2904 <property name="geometry">
2905 <rect>
2906 <x>780</x>
2907 <y>20</y>
2908 <width>71</width>
2909 <height>21</height>
2910 </rect>
2911 </property>
2912 <property name="text">
2913 <string>SO4</string>
2914 </property>
2915 <property name="alignment">
2916 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2917 </property>
2918 </widget>
2919 <widget class="QLabel" name="phLabel">
2920 <property name="geometry">
2921 <rect>
2922 <x>860</x>
2923 <y>20</y>
2924 <width>71</width>
2925 <height>21</height>
2926 </rect>
2927 </property>
2928 <property name="text">
2929 <string>pH</string>
2930 </property>
2931 <property name="alignment">
2932 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2933 </property>
2934 </widget>
2935 <widget class="QDoubleSpinBox" name="w1_volEdit">
2936 <property name="geometry">
2937 <rect>
2938 <x>200</x>
2939 <y>50</y>
2940 <width>71</width>
2941 <height>24</height>
2942 </rect>
2943 </property>
2944 <property name="alignment">
2945 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2946 </property>
2947 <property name="readOnly">
2948 <bool>true</bool>
2949 </property>
2950 <property name="buttonSymbols">
2951 <enum>QAbstractSpinBox::NoButtons</enum>
2952 </property>
2953 <property name="accelerated">
2954 <bool>false</bool>
2955 </property>
2956 <property name="decimals">
2957 <number>2</number>
2958 </property>
2959 <property name="maximum">
2960 <double>100000.000000000000000</double>
2961 </property>
2962 </widget>
2963 <widget class="QLabel" name="volLabel">
2964 <property name="geometry">
2965 <rect>
2966 <x>200</x>
2967 <y>20</y>
2968 <width>71</width>
2969 <height>21</height>
2970 </rect>
2971 </property>
2972 <property name="text">
2973 <string>Volume</string>
2974 </property>
2975 <property name="alignment">
2976 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2977 </property>
2978 </widget>
2979 <widget class="QDoubleSpinBox" name="w2_hco3Edit">
2980 <property name="geometry">
2981 <rect>
2982 <x>460</x>
2983 <y>80</y>
2984 <width>71</width>
2985 <height>24</height>
2986 </rect>
2987 </property>
2988 <property name="alignment">
2989 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2990 </property>
2991 <property name="readOnly">
2992 <bool>true</bool>
2993 </property>
2994 <property name="buttonSymbols">
2995 <enum>QAbstractSpinBox::NoButtons</enum>
2996 </property>
2997 <property name="decimals">
2998 <number>1</number>
2999 </property>
3000 <property name="maximum">
3001 <double>1000.000000000000000</double>
3002 </property>
3003 </widget>
3004 <widget class="QDoubleSpinBox" name="w2_phEdit">
3005 <property name="geometry">
3006 <rect>
3007 <x>860</x>
3008 <y>80</y>
3009 <width>71</width>
3010 <height>24</height>
3011 </rect>
3012 </property>
3013 <property name="alignment">
3014 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3015 </property>
3016 <property name="readOnly">
3017 <bool>true</bool>
3018 </property>
3019 <property name="buttonSymbols">
3020 <enum>QAbstractSpinBox::NoButtons</enum>
3021 </property>
3022 <property name="decimals">
3023 <number>2</number>
3024 </property>
3025 <property name="maximum">
3026 <double>1000.000000000000000</double>
3027 </property>
3028 </widget>
3029 <widget class="QDoubleSpinBox" name="w2_caco3Edit">
3030 <property name="geometry">
3031 <rect>
3032 <x>540</x>
3033 <y>80</y>
3034 <width>71</width>
3035 <height>24</height>
3036 </rect>
3037 </property>
3038 <property name="alignment">
3039 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3040 </property>
3041 <property name="readOnly">
3042 <bool>true</bool>
3043 </property>
3044 <property name="buttonSymbols">
3045 <enum>QAbstractSpinBox::NoButtons</enum>
3046 </property>
3047 <property name="decimals">
3048 <number>1</number>
3049 </property>
3050 <property name="maximum">
3051 <double>1000.000000000000000</double>
3052 </property>
3053 </widget>
3054 <widget class="QDoubleSpinBox" name="w2_naEdit">
3055 <property name="geometry">
3056 <rect>
3057 <x>620</x>
3058 <y>80</y>
3059 <width>71</width>
3060 <height>24</height>
3061 </rect>
3062 </property>
3063 <property name="alignment">
3064 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3065 </property>
3066 <property name="readOnly">
3067 <bool>true</bool>
3068 </property>
3069 <property name="buttonSymbols">
3070 <enum>QAbstractSpinBox::NoButtons</enum>
3071 </property>
3072 <property name="decimals">
3073 <number>1</number>
3074 </property>
3075 <property name="maximum">
3076 <double>1000.000000000000000</double>
3077 </property>
3078 </widget>
3079 <widget class="QDoubleSpinBox" name="w2_so4Edit">
3080 <property name="geometry">
3081 <rect>
3082 <x>780</x>
3083 <y>80</y>
3084 <width>71</width>
3085 <height>24</height>
3086 </rect>
3087 </property>
3088 <property name="alignment">
3089 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3090 </property>
3091 <property name="readOnly">
3092 <bool>true</bool>
3093 </property>
3094 <property name="buttonSymbols">
3095 <enum>QAbstractSpinBox::NoButtons</enum>
3096 </property>
3097 <property name="decimals">
3098 <number>1</number>
3099 </property>
3100 <property name="maximum">
3101 <double>1000.000000000000000</double>
3102 </property>
3103 </widget>
3104 <widget class="QDoubleSpinBox" name="w2_caEdit">
3105 <property name="geometry">
3106 <rect>
3107 <x>300</x>
3108 <y>80</y>
3109 <width>71</width>
3110 <height>24</height>
3111 </rect>
3112 </property>
3113 <property name="alignment">
3114 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3115 </property>
3116 <property name="readOnly">
3117 <bool>true</bool>
3118 </property>
3119 <property name="buttonSymbols">
3120 <enum>QAbstractSpinBox::NoButtons</enum>
3121 </property>
3122 <property name="decimals">
3123 <number>1</number>
3124 </property>
3125 <property name="maximum">
3126 <double>1000.000000000000000</double>
3127 </property>
3128 </widget>
3129 <widget class="QDoubleSpinBox" name="w2_clEdit">
3130 <property name="geometry">
3131 <rect>
3132 <x>700</x>
3133 <y>80</y>
3134 <width>71</width>
3135 <height>24</height>
3136 </rect>
3137 </property>
3138 <property name="alignment">
3139 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3140 </property>
3141 <property name="readOnly">
3142 <bool>true</bool>
3143 </property>
3144 <property name="buttonSymbols">
3145 <enum>QAbstractSpinBox::NoButtons</enum>
3146 </property>
3147 <property name="decimals">
3148 <number>1</number>
3149 </property>
3150 <property name="maximum">
3151 <double>1000.000000000000000</double>
3152 </property>
3153 </widget>
3154 <widget class="QDoubleSpinBox" name="w2_volEdit">
3155 <property name="geometry">
3156 <rect>
3157 <x>200</x>
3158 <y>80</y>
3159 <width>85</width>
3160 <height>24</height>
3161 </rect>
3162 </property>
3163 <property name="alignment">
3164 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3165 </property>
3166 <property name="readOnly">
3167 <bool>false</bool>
3168 </property>
3169 <property name="buttonSymbols">
3170 <enum>QAbstractSpinBox::UpDownArrows</enum>
3171 </property>
3172 <property name="accelerated">
3173 <bool>true</bool>
3174 </property>
3175 <property name="decimals">
3176 <number>2</number>
3177 </property>
3178 <property name="maximum">
3179 <double>100000.000000000000000</double>
3180 </property>
3181 <property name="singleStep">
3182 <double>0.500000000000000</double>
3183 </property>
3184 </widget>
3185 <widget class="QDoubleSpinBox" name="w2_mgEdit">
3186 <property name="geometry">
3187 <rect>
3188 <x>380</x>
3189 <y>80</y>
3190 <width>71</width>
3191 <height>24</height>
3192 </rect>
3193 </property>
3194 <property name="alignment">
3195 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3196 </property>
3197 <property name="readOnly">
3198 <bool>true</bool>
3199 </property>
3200 <property name="buttonSymbols">
3201 <enum>QAbstractSpinBox::NoButtons</enum>
3202 </property>
3203 <property name="decimals">
3204 <number>1</number>
3205 </property>
3206 <property name="maximum">
3207 <double>1000.000000000000000</double>
3208 </property>
3209 </widget>
3210 <widget class="QDoubleSpinBox" name="wg_hco3Edit">
3211 <property name="geometry">
3212 <rect>
3213 <x>460</x>
3214 <y>110</y>
3215 <width>71</width>
3216 <height>24</height>
3217 </rect>
3218 </property>
3219 <property name="alignment">
3220 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3221 </property>
3222 <property name="readOnly">
3223 <bool>true</bool>
3224 </property>
3225 <property name="buttonSymbols">
3226 <enum>QAbstractSpinBox::NoButtons</enum>
3227 </property>
3228 <property name="decimals">
3229 <number>1</number>
3230 </property>
3231 <property name="maximum">
3232 <double>1000.000000000000000</double>
3233 </property>
3234 </widget>
3235 <widget class="QDoubleSpinBox" name="wg_phEdit">
3236 <property name="geometry">
3237 <rect>
3238 <x>860</x>
3239 <y>110</y>
3240 <width>71</width>
3241 <height>24</height>
3242 </rect>
3243 </property>
3244 <property name="alignment">
3245 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3246 </property>
3247 <property name="readOnly">
3248 <bool>true</bool>
3249 </property>
3250 <property name="buttonSymbols">
3251 <enum>QAbstractSpinBox::NoButtons</enum>
3252 </property>
3253 <property name="decimals">
3254 <number>2</number>
3255 </property>
3256 <property name="maximum">
3257 <double>1000.000000000000000</double>
3258 </property>
3259 </widget>
3260 <widget class="QDoubleSpinBox" name="wg_caco3Edit">
3261 <property name="geometry">
3262 <rect>
3263 <x>540</x>
3264 <y>110</y>
3265 <width>71</width>
3266 <height>24</height>
3267 </rect>
3268 </property>
3269 <property name="alignment">
3270 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3271 </property>
3272 <property name="readOnly">
3273 <bool>true</bool>
3274 </property>
3275 <property name="buttonSymbols">
3276 <enum>QAbstractSpinBox::NoButtons</enum>
3277 </property>
3278 <property name="decimals">
3279 <number>1</number>
3280 </property>
3281 <property name="maximum">
3282 <double>1000.000000000000000</double>
3283 </property>
3284 </widget>
3285 <widget class="QDoubleSpinBox" name="wg_naEdit">
3286 <property name="geometry">
3287 <rect>
3288 <x>620</x>
3289 <y>110</y>
3290 <width>71</width>
3291 <height>24</height>
3292 </rect>
3293 </property>
3294 <property name="alignment">
3295 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3296 </property>
3297 <property name="readOnly">
3298 <bool>true</bool>
3299 </property>
3300 <property name="buttonSymbols">
3301 <enum>QAbstractSpinBox::NoButtons</enum>
3302 </property>
3303 <property name="decimals">
3304 <number>1</number>
3305 </property>
3306 <property name="maximum">
3307 <double>1000.000000000000000</double>
3308 </property>
3309 </widget>
3310 <widget class="QDoubleSpinBox" name="wg_so4Edit">
3311 <property name="geometry">
3312 <rect>
3313 <x>780</x>
3314 <y>110</y>
3315 <width>71</width>
3316 <height>24</height>
3317 </rect>
3318 </property>
3319 <property name="alignment">
3320 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3321 </property>
3322 <property name="readOnly">
3323 <bool>true</bool>
3324 </property>
3325 <property name="buttonSymbols">
3326 <enum>QAbstractSpinBox::NoButtons</enum>
3327 </property>
3328 <property name="decimals">
3329 <number>1</number>
3330 </property>
3331 <property name="maximum">
3332 <double>1000.000000000000000</double>
3333 </property>
3334 </widget>
3335 <widget class="QDoubleSpinBox" name="wg_caEdit">
3336 <property name="geometry">
3337 <rect>
3338 <x>300</x>
3339 <y>110</y>
3340 <width>71</width>
3341 <height>24</height>
3342 </rect>
3343 </property>
3344 <property name="alignment">
3345 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3346 </property>
3347 <property name="readOnly">
3348 <bool>true</bool>
3349 </property>
3350 <property name="buttonSymbols">
3351 <enum>QAbstractSpinBox::NoButtons</enum>
3352 </property>
3353 <property name="decimals">
3354 <number>1</number>
3355 </property>
3356 <property name="maximum">
3357 <double>1000.000000000000000</double>
3358 </property>
3359 </widget>
3360 <widget class="QDoubleSpinBox" name="wg_clEdit">
3361 <property name="geometry">
3362 <rect>
3363 <x>700</x>
3364 <y>110</y>
3365 <width>71</width>
3366 <height>24</height>
3367 </rect>
3368 </property>
3369 <property name="alignment">
3370 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3371 </property>
3372 <property name="readOnly">
3373 <bool>true</bool>
3374 </property>
3375 <property name="buttonSymbols">
3376 <enum>QAbstractSpinBox::NoButtons</enum>
3377 </property>
3378 <property name="decimals">
3379 <number>1</number>
3380 </property>
3381 <property name="maximum">
3382 <double>1000.000000000000000</double>
3383 </property>
3384 </widget>
3385 <widget class="QDoubleSpinBox" name="wg_volEdit">
3386 <property name="geometry">
3387 <rect>
3388 <x>200</x>
3389 <y>110</y>
3390 <width>71</width>
3391 <height>24</height>
3392 </rect>
3393 </property>
3394 <property name="alignment">
3395 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3396 </property>
3397 <property name="readOnly">
3398 <bool>true</bool>
3399 </property>
3400 <property name="buttonSymbols">
3401 <enum>QAbstractSpinBox::NoButtons</enum>
3402 </property>
3403 <property name="decimals">
3404 <number>2</number>
3405 </property>
3406 <property name="maximum">
3407 <double>100000.000000000000000</double>
3408 </property>
3409 </widget>
3410 <widget class="QDoubleSpinBox" name="wg_mgEdit">
3411 <property name="geometry">
3412 <rect>
3413 <x>380</x>
3414 <y>110</y>
3415 <width>71</width>
3416 <height>24</height>
3417 </rect>
3418 </property>
3419 <property name="alignment">
3420 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3421 </property>
3422 <property name="readOnly">
3423 <bool>true</bool>
3424 </property>
3425 <property name="buttonSymbols">
3426 <enum>QAbstractSpinBox::NoButtons</enum>
3427 </property>
3428 <property name="decimals">
3429 <number>1</number>
3430 </property>
3431 <property name="maximum">
3432 <double>1000.000000000000000</double>
3433 </property>
3434 </widget>
3435 <widget class="QDoubleSpinBox" name="wt_hco3Edit">
3436 <property name="geometry">
3437 <rect>
3438 <x>460</x>
3439 <y>180</y>
3440 <width>71</width>
3441 <height>24</height>
3442 </rect>
3443 </property>
3444 <property name="alignment">
3445 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3446 </property>
3447 <property name="readOnly">
3448 <bool>true</bool>
3449 </property>
3450 <property name="buttonSymbols">
3451 <enum>QAbstractSpinBox::NoButtons</enum>
3452 </property>
3453 <property name="decimals">
3454 <number>1</number>
3455 </property>
3456 <property name="maximum">
3457 <double>1000.000000000000000</double>
3458 </property>
3459 </widget>
3460 <widget class="QDoubleSpinBox" name="wb_phEdit">
3461 <property name="geometry">
3462 <rect>
3463 <x>860</x>
3464 <y>140</y>
3465 <width>71</width>
3466 <height>24</height>
3467 </rect>
3468 </property>
3469 <property name="alignment">
3470 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3471 </property>
3472 <property name="readOnly">
3473 <bool>true</bool>
3474 </property>
3475 <property name="buttonSymbols">
3476 <enum>QAbstractSpinBox::NoButtons</enum>
3477 </property>
3478 <property name="decimals">
3479 <number>2</number>
3480 </property>
3481 <property name="maximum">
3482 <double>1000.000000000000000</double>
3483 </property>
3484 </widget>
3485 <widget class="QDoubleSpinBox" name="wt_caco3Edit">
3486 <property name="geometry">
3487 <rect>
3488 <x>540</x>
3489 <y>180</y>
3490 <width>71</width>
3491 <height>24</height>
3492 </rect>
3493 </property>
3494 <property name="alignment">
3495 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3496 </property>
3497 <property name="readOnly">
3498 <bool>true</bool>
3499 </property>
3500 <property name="buttonSymbols">
3501 <enum>QAbstractSpinBox::NoButtons</enum>
3502 </property>
3503 <property name="decimals">
3504 <number>1</number>
3505 </property>
3506 <property name="maximum">
3507 <double>1000.000000000000000</double>
3508 </property>
3509 </widget>
3510 <widget class="QDoubleSpinBox" name="wt_naEdit">
3511 <property name="geometry">
3512 <rect>
3513 <x>620</x>
3514 <y>180</y>
3515 <width>71</width>
3516 <height>24</height>
3517 </rect>
3518 </property>
3519 <property name="alignment">
3520 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3521 </property>
3522 <property name="readOnly">
3523 <bool>true</bool>
3524 </property>
3525 <property name="buttonSymbols">
3526 <enum>QAbstractSpinBox::NoButtons</enum>
3527 </property>
3528 <property name="decimals">
3529 <number>1</number>
3530 </property>
3531 <property name="maximum">
3532 <double>1000.000000000000000</double>
3533 </property>
3534 </widget>
3535 <widget class="QDoubleSpinBox" name="wt_so4Edit">
3536 <property name="geometry">
3537 <rect>
3538 <x>780</x>
3539 <y>180</y>
3540 <width>71</width>
3541 <height>24</height>
3542 </rect>
3543 </property>
3544 <property name="alignment">
3545 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3546 </property>
3547 <property name="readOnly">
3548 <bool>true</bool>
3549 </property>
3550 <property name="buttonSymbols">
3551 <enum>QAbstractSpinBox::NoButtons</enum>
3552 </property>
3553 <property name="decimals">
3554 <number>1</number>
3555 </property>
3556 <property name="maximum">
3557 <double>1000.000000000000000</double>
3558 </property>
3559 </widget>
3560 <widget class="QDoubleSpinBox" name="wt_caEdit">
3561 <property name="geometry">
3562 <rect>
3563 <x>300</x>
3564 <y>180</y>
3565 <width>71</width>
3566 <height>24</height>
3567 </rect>
3568 </property>
3569 <property name="alignment">
3570 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3571 </property>
3572 <property name="readOnly">
3573 <bool>true</bool>
3574 </property>
3575 <property name="buttonSymbols">
3576 <enum>QAbstractSpinBox::NoButtons</enum>
3577 </property>
3578 <property name="decimals">
3579 <number>1</number>
3580 </property>
3581 <property name="maximum">
3582 <double>1000.000000000000000</double>
3583 </property>
3584 </widget>
3585 <widget class="QDoubleSpinBox" name="wt_clEdit">
3586 <property name="geometry">
3587 <rect>
3588 <x>700</x>
3589 <y>180</y>
3590 <width>71</width>
3591 <height>24</height>
3592 </rect>
3593 </property>
3594 <property name="alignment">
3595 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3596 </property>
3597 <property name="readOnly">
3598 <bool>true</bool>
3599 </property>
3600 <property name="buttonSymbols">
3601 <enum>QAbstractSpinBox::NoButtons</enum>
3602 </property>
3603 <property name="decimals">
3604 <number>1</number>
3605 </property>
3606 <property name="maximum">
3607 <double>1000.000000000000000</double>
3608 </property>
3609 </widget>
3610 <widget class="QDoubleSpinBox" name="wt_mgEdit">
3611 <property name="geometry">
3612 <rect>
3613 <x>380</x>
3614 <y>180</y>
3615 <width>71</width>
3616 <height>24</height>
3617 </rect>
3618 </property>
3619 <property name="alignment">
3620 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3621 </property>
3622 <property name="readOnly">
3623 <bool>true</bool>
3624 </property>
3625 <property name="buttonSymbols">
3626 <enum>QAbstractSpinBox::NoButtons</enum>
3627 </property>
3628 <property name="decimals">
3629 <number>1</number>
3630 </property>
3631 <property name="maximum">
3632 <double>1000.000000000000000</double>
3633 </property>
3634 </widget>
3635 <widget class="QDoubleSpinBox" name="wb_mgEdit">
3636 <property name="geometry">
3637 <rect>
3638 <x>380</x>
3639 <y>140</y>
3640 <width>71</width>
3641 <height>24</height>
3642 </rect>
3643 </property>
3644 <property name="alignment">
3645 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3646 </property>
3647 <property name="readOnly">
3648 <bool>true</bool>
3649 </property>
3650 <property name="buttonSymbols">
3651 <enum>QAbstractSpinBox::NoButtons</enum>
3652 </property>
3653 <property name="decimals">
3654 <number>1</number>
3655 </property>
3656 <property name="maximum">
3657 <double>1000.000000000000000</double>
3658 </property>
3659 </widget>
3660 <widget class="QDoubleSpinBox" name="wb_hco3Edit">
3661 <property name="geometry">
3662 <rect>
3663 <x>460</x>
3664 <y>140</y>
3665 <width>71</width>
3666 <height>24</height>
3667 </rect>
3668 </property>
3669 <property name="alignment">
3670 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3671 </property>
3672 <property name="readOnly">
3673 <bool>true</bool>
3674 </property>
3675 <property name="buttonSymbols">
3676 <enum>QAbstractSpinBox::NoButtons</enum>
3677 </property>
3678 <property name="decimals">
3679 <number>1</number>
3680 </property>
3681 <property name="maximum">
3682 <double>1000.000000000000000</double>
3683 </property>
3684 </widget>
3685 <widget class="QDoubleSpinBox" name="wb_so4Edit">
3686 <property name="geometry">
3687 <rect>
3688 <x>780</x>
3689 <y>140</y>
3690 <width>71</width>
3691 <height>24</height>
3692 </rect>
3693 </property>
3694 <property name="alignment">
3695 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3696 </property>
3697 <property name="readOnly">
3698 <bool>true</bool>
3699 </property>
3700 <property name="buttonSymbols">
3701 <enum>QAbstractSpinBox::NoButtons</enum>
3702 </property>
3703 <property name="decimals">
3704 <number>1</number>
3705 </property>
3706 <property name="maximum">
3707 <double>1000.000000000000000</double>
3708 </property>
3709 </widget>
3710 <widget class="QDoubleSpinBox" name="wb_caEdit">
3711 <property name="geometry">
3712 <rect>
3713 <x>300</x>
3714 <y>140</y>
3715 <width>71</width>
3716 <height>24</height>
3717 </rect>
3718 </property>
3719 <property name="alignment">
3720 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3721 </property>
3722 <property name="readOnly">
3723 <bool>true</bool>
3724 </property>
3725 <property name="buttonSymbols">
3726 <enum>QAbstractSpinBox::NoButtons</enum>
3727 </property>
3728 <property name="decimals">
3729 <number>1</number>
3730 </property>
3731 <property name="maximum">
3732 <double>1000.000000000000000</double>
3733 </property>
3734 </widget>
3735 <widget class="QDoubleSpinBox" name="wb_clEdit">
3736 <property name="geometry">
3737 <rect>
3738 <x>700</x>
3739 <y>140</y>
3740 <width>71</width>
3741 <height>24</height>
3742 </rect>
3743 </property>
3744 <property name="alignment">
3745 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3746 </property>
3747 <property name="readOnly">
3748 <bool>true</bool>
3749 </property>
3750 <property name="buttonSymbols">
3751 <enum>QAbstractSpinBox::NoButtons</enum>
3752 </property>
3753 <property name="decimals">
3754 <number>1</number>
3755 </property>
3756 <property name="maximum">
3757 <double>1000.000000000000000</double>
3758 </property>
3759 </widget>
3760 <widget class="QDoubleSpinBox" name="wb_caco3Edit">
3761 <property name="geometry">
3762 <rect>
3763 <x>540</x>
3764 <y>140</y>
3765 <width>71</width>
3766 <height>24</height>
3767 </rect>
3768 </property>
3769 <property name="alignment">
3770 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3771 </property>
3772 <property name="readOnly">
3773 <bool>true</bool>
3774 </property>
3775 <property name="buttonSymbols">
3776 <enum>QAbstractSpinBox::NoButtons</enum>
3777 </property>
3778 <property name="decimals">
3779 <number>1</number>
3780 </property>
3781 <property name="maximum">
3782 <double>1000.000000000000000</double>
3783 </property>
3784 </widget>
3785 <widget class="QDoubleSpinBox" name="wb_naEdit">
3786 <property name="geometry">
3787 <rect>
3788 <x>620</x>
3789 <y>140</y>
3790 <width>71</width>
3791 <height>24</height>
3792 </rect>
3793 </property>
3794 <property name="alignment">
3795 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3796 </property>
3797 <property name="readOnly">
3798 <bool>true</bool>
3799 </property>
3800 <property name="buttonSymbols">
3801 <enum>QAbstractSpinBox::NoButtons</enum>
3802 </property>
3803 <property name="decimals">
3804 <number>1</number>
3805 </property>
3806 <property name="maximum">
3807 <double>1000.000000000000000</double>
3808 </property>
3809 </widget>
3810 <widget class="QLabel" name="profileLabel">
3811 <property name="geometry">
3812 <rect>
3813 <x>10</x>
3814 <y>20</y>
3815 <width>171</width>
3816 <height>21</height>
3817 </rect>
3818 </property>
3819 <property name="text">
3820 <string>Water profile</string>
3821 </property>
3822 <property name="alignment">
3823 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
3824 </property>
3825 </widget>
3826 <widget class="QComboBox" name="w1_nameEdit">
3827 <property name="geometry">
3828 <rect>
3829 <x>10</x>
3830 <y>50</y>
3831 <width>181</width>
3832 <height>23</height>
3833 </rect>
3834 </property>
3835 <property name="toolTip">
3836 <string>The main brewing water</string>
3837 </property>
3838 <property name="currentText">
3839 <string/>
3840 </property>
3841 <property name="placeholderText">
3842 <string>Choose water</string>
3843 </property>
3844 </widget>
3845 <widget class="QComboBox" name="w2_nameEdit">
3846 <property name="geometry">
3847 <rect>
3848 <x>10</x>
3849 <y>80</y>
3850 <width>181</width>
3851 <height>23</height>
3852 </rect>
3853 </property>
3854 <property name="toolTip">
3855 <string>Optional dilution water</string>
3856 </property>
3857 <property name="placeholderText">
3858 <string>Choose dilution</string>
3859 </property>
3860 </widget>
3861 <widget class="QComboBox" name="wt_sourceEdit">
3862 <property name="geometry">
3863 <rect>
3864 <x>10</x>
3865 <y>180</y>
3866 <width>181</width>
3867 <height>23</height>
3868 </rect>
3869 </property>
3870 <property name="toolTip">
3871 <string>If needed, choose a target water profile.</string>
3872 </property>
3873 </widget>
3874 <widget class="QLabel" name="mixedLabel">
3875 <property name="geometry">
3876 <rect>
3877 <x>10</x>
3878 <y>110</y>
3879 <width>171</width>
3880 <height>21</height>
3881 </rect>
3882 </property>
3883 <property name="text">
3884 <string>Mixed water</string>
3885 </property>
3886 <property name="alignment">
3887 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
3888 </property>
3889 </widget>
3890 <widget class="QLabel" name="treatedLabel">
3891 <property name="geometry">
3892 <rect>
3893 <x>10</x>
3894 <y>140</y>
3895 <width>171</width>
3896 <height>21</height>
3897 </rect>
3898 </property>
3899 <property name="text">
3900 <string>Treated water</string>
3901 </property>
3902 <property name="alignment">
3903 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
3904 </property>
3905 </widget>
3906 </widget>
3907 <widget class="QGroupBox" name="brewsaltsBox">
3908 <property name="geometry">
3909 <rect>
3910 <x>10</x>
3911 <y>230</y>
3912 <width>271</width>
3913 <height>241</height>
3914 </rect>
3915 </property>
3916 <property name="title">
3917 <string>Water agents</string>
3918 </property>
3919 <widget class="QLabel" name="bs_cacl2Label">
3920 <property name="geometry">
3921 <rect>
3922 <x>10</x>
3923 <y>20</y>
3924 <width>151</width>
3925 <height>20</height>
3926 </rect>
3927 </property>
3928 <property name="toolTip">
3929 <string>Calcium Chloride</string>
3930 </property>
3931 <property name="text">
3932 <string>CaCl2:</string>
3933 </property>
3934 <property name="alignment">
3935 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3936 </property>
3937 </widget>
3938 <widget class="QLabel" name="bs_caso4Label">
3939 <property name="geometry">
3940 <rect>
3941 <x>10</x>
3942 <y>50</y>
3943 <width>151</width>
3944 <height>20</height>
3945 </rect>
3946 </property>
3947 <property name="toolTip">
3948 <string>Gypsym</string>
3949 </property>
3950 <property name="text">
3951 <string>CaSO4:</string>
3952 </property>
3953 <property name="alignment">
3954 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3955 </property>
3956 </widget>
3957 <widget class="QLabel" name="bs_mgso4Label">
3958 <property name="geometry">
3959 <rect>
3960 <x>10</x>
3961 <y>80</y>
3962 <width>151</width>
3963 <height>20</height>
3964 </rect>
3965 </property>
3966 <property name="toolTip">
3967 <string>Epsom</string>
3968 </property>
3969 <property name="text">
3970 <string>MgSO4:</string>
3971 </property>
3972 <property name="alignment">
3973 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3974 </property>
3975 </widget>
3976 <widget class="QLabel" name="bs_naclLabel">
3977 <property name="geometry">
3978 <rect>
3979 <x>10</x>
3980 <y>110</y>
3981 <width>151</width>
3982 <height>20</height>
3983 </rect>
3984 </property>
3985 <property name="toolTip">
3986 <string>Table salt</string>
3987 </property>
3988 <property name="text">
3989 <string>NaCl:</string>
3990 </property>
3991 <property name="alignment">
3992 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3993 </property>
3994 </widget>
3995 <widget class="QLabel" name="bs_mgcl2Label">
3996 <property name="geometry">
3997 <rect>
3998 <x>10</x>
3999 <y>140</y>
4000 <width>151</width>
4001 <height>20</height>
4002 </rect>
4003 </property>
4004 <property name="toolTip">
4005 <string>Magnesium Chloride</string>
4006 </property>
4007 <property name="text">
4008 <string>MgCl2:</string>
4009 </property>
4010 <property name="alignment">
4011 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4012 </property>
4013 </widget>
4014 <widget class="QLabel" name="bs_nahco3Label">
4015 <property name="geometry">
4016 <rect>
4017 <x>10</x>
4018 <y>170</y>
4019 <width>151</width>
4020 <height>20</height>
4021 </rect>
4022 </property>
4023 <property name="toolTip">
4024 <string>Baking soda</string>
4025 </property>
4026 <property name="text">
4027 <string>NaHCO3:</string>
4028 </property>
4029 <property name="alignment">
4030 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4031 </property>
4032 </widget>
4033 <widget class="QLabel" name="bs_caco3Label">
4034 <property name="geometry">
4035 <rect>
4036 <x>10</x>
4037 <y>200</y>
4038 <width>151</width>
4039 <height>20</height>
4040 </rect>
4041 </property>
4042 <property name="toolTip">
4043 <string>Chalk undissolved</string>
4044 </property>
4045 <property name="text">
4046 <string>CaCO3:</string>
4047 </property>
4048 <property name="alignment">
4049 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4050 </property>
4051 </widget>
4052 <widget class="QDoubleSpinBox" name="bs_cacl2Edit">
4053 <property name="geometry">
4054 <rect>
4055 <x>170</x>
4056 <y>20</y>
4057 <width>91</width>
4058 <height>24</height>
4059 </rect>
4060 </property>
4061 <property name="toolTip">
4062 <string>Calcium Chloride</string>
4063 </property>
4064 <property name="alignment">
4065 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4066 </property>
4067 <property name="accelerated">
4068 <bool>true</bool>
4069 </property>
4070 <property name="suffix">
4071 <string> gr</string>
4072 </property>
4073 <property name="decimals">
4074 <number>2</number>
4075 </property>
4076 <property name="maximum">
4077 <double>1000.000000000000000</double>
4078 </property>
4079 <property name="singleStep">
4080 <double>0.100000000000000</double>
4081 </property>
4082 </widget>
4083 <widget class="QDoubleSpinBox" name="bs_caso4Edit">
4084 <property name="geometry">
4085 <rect>
4086 <x>170</x>
4087 <y>50</y>
4088 <width>91</width>
4089 <height>24</height>
4090 </rect>
4091 </property>
4092 <property name="toolTip">
4093 <string>Gypsym</string>
4094 </property>
4095 <property name="alignment">
4096 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4097 </property>
4098 <property name="accelerated">
4099 <bool>true</bool>
4100 </property>
4101 <property name="suffix">
4102 <string> gr</string>
4103 </property>
4104 <property name="decimals">
4105 <number>2</number>
4106 </property>
4107 <property name="maximum">
4108 <double>1000.000000000000000</double>
4109 </property>
4110 <property name="singleStep">
4111 <double>0.100000000000000</double>
4112 </property>
4113 </widget>
4114 <widget class="QDoubleSpinBox" name="bs_mgso4Edit">
4115 <property name="geometry">
4116 <rect>
4117 <x>170</x>
4118 <y>80</y>
4119 <width>91</width>
4120 <height>24</height>
4121 </rect>
4122 </property>
4123 <property name="toolTip">
4124 <string>Epsom</string>
4125 </property>
4126 <property name="alignment">
4127 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4128 </property>
4129 <property name="accelerated">
4130 <bool>true</bool>
4131 </property>
4132 <property name="suffix">
4133 <string> gr</string>
4134 </property>
4135 <property name="decimals">
4136 <number>2</number>
4137 </property>
4138 <property name="maximum">
4139 <double>1000.000000000000000</double>
4140 </property>
4141 <property name="singleStep">
4142 <double>0.100000000000000</double>
4143 </property>
4144 </widget>
4145 <widget class="QDoubleSpinBox" name="bs_naclEdit">
4146 <property name="geometry">
4147 <rect>
4148 <x>170</x>
4149 <y>110</y>
4150 <width>91</width>
4151 <height>24</height>
4152 </rect>
4153 </property>
4154 <property name="toolTip">
4155 <string>Table salt</string>
4156 </property>
4157 <property name="alignment">
4158 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4159 </property>
4160 <property name="accelerated">
4161 <bool>true</bool>
4162 </property>
4163 <property name="suffix">
4164 <string> gr</string>
4165 </property>
4166 <property name="decimals">
4167 <number>2</number>
4168 </property>
4169 <property name="maximum">
4170 <double>1000.000000000000000</double>
4171 </property>
4172 <property name="singleStep">
4173 <double>0.100000000000000</double>
4174 </property>
4175 </widget>
4176 <widget class="QDoubleSpinBox" name="bs_mgcl2Edit">
4177 <property name="geometry">
4178 <rect>
4179 <x>170</x>
4180 <y>140</y>
4181 <width>91</width>
4182 <height>24</height>
4183 </rect>
4184 </property>
4185 <property name="toolTip">
4186 <string>Magnesium Chloride</string>
4187 </property>
4188 <property name="alignment">
4189 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4190 </property>
4191 <property name="accelerated">
4192 <bool>true</bool>
4193 </property>
4194 <property name="suffix">
4195 <string> gr</string>
4196 </property>
4197 <property name="decimals">
4198 <number>2</number>
4199 </property>
4200 <property name="maximum">
4201 <double>1000.000000000000000</double>
4202 </property>
4203 <property name="singleStep">
4204 <double>0.100000000000000</double>
4205 </property>
4206 </widget>
4207 <widget class="QDoubleSpinBox" name="bs_nahco3Edit">
4208 <property name="geometry">
4209 <rect>
4210 <x>170</x>
4211 <y>170</y>
4212 <width>91</width>
4213 <height>24</height>
4214 </rect>
4215 </property>
4216 <property name="toolTip">
4217 <string>Baking soda</string>
4218 </property>
4219 <property name="alignment">
4220 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4221 </property>
4222 <property name="accelerated">
4223 <bool>true</bool>
4224 </property>
4225 <property name="suffix">
4226 <string> gr</string>
4227 </property>
4228 <property name="decimals">
4229 <number>2</number>
4230 </property>
4231 <property name="maximum">
4232 <double>1000.000000000000000</double>
4233 </property>
4234 <property name="singleStep">
4235 <double>0.100000000000000</double>
4236 </property>
4237 </widget>
4238 <widget class="QDoubleSpinBox" name="bs_caco3Edit">
4239 <property name="geometry">
4240 <rect>
4241 <x>170</x>
4242 <y>200</y>
4243 <width>91</width>
4244 <height>24</height>
4245 </rect>
4246 </property>
4247 <property name="toolTip">
4248 <string>Chalk undissolved</string>
4249 </property>
4250 <property name="alignment">
4251 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4252 </property>
4253 <property name="accelerated">
4254 <bool>true</bool>
4255 </property>
4256 <property name="suffix">
4257 <string> gr</string>
4258 </property>
4259 <property name="decimals">
4260 <number>2</number>
4261 </property>
4262 <property name="maximum">
4263 <double>1000.000000000000000</double>
4264 </property>
4265 <property name="singleStep">
4266 <double>0.100000000000000</double>
4267 </property>
4268 </widget>
4269 </widget>
4270 <widget class="QGroupBox" name="mashBox">
4271 <property name="geometry">
4272 <rect>
4273 <x>350</x>
4274 <y>230</y>
4275 <width>421</width>
4276 <height>91</height>
4277 </rect>
4278 </property>
4279 <property name="title">
4280 <string>Mash water</string>
4281 </property>
4282 <widget class="QLabel" name="mw_phLabel">
4283 <property name="geometry">
4284 <rect>
4285 <x>10</x>
4286 <y>20</y>
4287 <width>111</width>
4288 <height>20</height>
4289 </rect>
4290 </property>
4291 <property name="text">
4292 <string>Desired pH:</string>
4293 </property>
4294 <property name="alignment">
4295 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4296 </property>
4297 </widget>
4298 <widget class="QLabel" name="mw_autoLabel">
4299 <property name="geometry">
4300 <rect>
4301 <x>235</x>
4302 <y>20</y>
4303 <width>141</width>
4304 <height>20</height>
4305 </rect>
4306 </property>
4307 <property name="text">
4308 <string>Auto calculate:</string>
4309 </property>
4310 <property name="alignment">
4311 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4312 </property>
4313 </widget>
4314 <widget class="QLabel" name="mw_acidLabel">
4315 <property name="geometry">
4316 <rect>
4317 <x>10</x>
4318 <y>50</y>
4319 <width>111</width>
4320 <height>20</height>
4321 </rect>
4322 </property>
4323 <property name="text">
4324 <string>Acid to use:</string>
4325 </property>
4326 <property name="alignment">
4327 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4328 </property>
4329 </widget>
4330 <widget class="QComboBox" name="mw_acidPick">
4331 <property name="geometry">
4332 <rect>
4333 <x>130</x>
4334 <y>50</y>
4335 <width>101</width>
4336 <height>23</height>
4337 </rect>
4338 </property>
4339 </widget>
4340 <widget class="QDoubleSpinBox" name="mw_phEdit">
4341 <property name="geometry">
4342 <rect>
4343 <x>130</x>
4344 <y>20</y>
4345 <width>101</width>
4346 <height>24</height>
4347 </rect>
4348 </property>
4349 <property name="alignment">
4350 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4351 </property>
4352 <property name="accelerated">
4353 <bool>true</bool>
4354 </property>
4355 <property name="decimals">
4356 <number>2</number>
4357 </property>
4358 <property name="maximum">
4359 <double>14.000000000000000</double>
4360 </property>
4361 <property name="singleStep">
4362 <double>0.100000000000000</double>
4363 </property>
4364 </widget>
4365 <widget class="QDoubleSpinBox" name="mw_acidpercEdit">
4366 <property name="geometry">
4367 <rect>
4368 <x>240</x>
4369 <y>50</y>
4370 <width>61</width>
4371 <height>24</height>
4372 </rect>
4373 </property>
4374 <property name="alignment">
4375 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4376 </property>
4377 <property name="readOnly">
4378 <bool>true</bool>
4379 </property>
4380 <property name="buttonSymbols">
4381 <enum>QAbstractSpinBox::NoButtons</enum>
4382 </property>
4383 <property name="accelerated">
4384 <bool>false</bool>
4385 </property>
4386 <property name="suffix">
4387 <string>%</string>
4388 </property>
4389 <property name="decimals">
4390 <number>0</number>
4391 </property>
4392 <property name="maximum">
4393 <double>100.000000000000000</double>
4394 </property>
4395 <property name="singleStep">
4396 <double>1.000000000000000</double>
4397 </property>
4398 </widget>
4399 <widget class="QDoubleSpinBox" name="mw_acidvolEdit">
4400 <property name="geometry">
4401 <rect>
4402 <x>310</x>
4403 <y>50</y>
4404 <width>89</width>
4405 <height>24</height>
4406 </rect>
4407 </property>
4408 <property name="alignment">
4409 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4410 </property>
4411 <property name="accelerated">
4412 <bool>true</bool>
4413 </property>
4414 <property name="suffix">
4415 <string> ml</string>
4416 </property>
4417 <property name="decimals">
4418 <number>2</number>
4419 </property>
4420 <property name="maximum">
4421 <double>10000.000000000000000</double>
4422 </property>
4423 <property name="singleStep">
4424 <double>0.100000000000000</double>
4425 </property>
4426 </widget>
4427 <widget class="QCheckBox" name="mw_autoEdit">
4428 <property name="geometry">
4429 <rect>
4430 <x>385</x>
4431 <y>20</y>
4432 <width>16</width>
4433 <height>21</height>
4434 </rect>
4435 </property>
4436 </widget>
4437 </widget>
4438 <widget class="QGroupBox" name="spargeBox">
4439 <property name="geometry">
4440 <rect>
4441 <x>840</x>
4442 <y>230</y>
4443 <width>271</width>
4444 <height>241</height>
4445 </rect>
4446 </property>
4447 <property name="title">
4448 <string>Sparge water</string>
4449 </property>
4450 <widget class="QLabel" name="sp_volLabel">
4451 <property name="geometry">
4452 <rect>
4453 <x>10</x>
4454 <y>20</y>
4455 <width>151</width>
4456 <height>20</height>
4457 </rect>
4458 </property>
4459 <property name="text">
4460 <string>Sparge water supply:</string>
4461 </property>
4462 <property name="alignment">
4463 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4464 </property>
4465 </widget>
4466 <widget class="QLabel" name="sp_tempLabel">
4467 <property name="geometry">
4468 <rect>
4469 <x>10</x>
4470 <y>50</y>
4471 <width>151</width>
4472 <height>20</height>
4473 </rect>
4474 </property>
4475 <property name="text">
4476 <string>Sparge temperature:</string>
4477 </property>
4478 <property name="alignment">
4479 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4480 </property>
4481 </widget>
4482 <widget class="QLabel" name="sp_sourceLabel">
4483 <property name="geometry">
4484 <rect>
4485 <x>10</x>
4486 <y>80</y>
4487 <width>151</width>
4488 <height>20</height>
4489 </rect>
4490 </property>
4491 <property name="text">
4492 <string>Water source:</string>
4493 </property>
4494 <property name="alignment">
4495 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4496 </property>
4497 </widget>
4498 <widget class="QLabel" name="sp_phLabel">
4499 <property name="geometry">
4500 <rect>
4501 <x>10</x>
4502 <y>110</y>
4503 <width>151</width>
4504 <height>20</height>
4505 </rect>
4506 </property>
4507 <property name="text">
4508 <string>Desired pH:</string>
4509 </property>
4510 <property name="alignment">
4511 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4512 </property>
4513 </widget>
4514 <widget class="QLabel" name="sp_acidtypeLabel">
4515 <property name="geometry">
4516 <rect>
4517 <x>10</x>
4518 <y>140</y>
4519 <width>151</width>
4520 <height>20</height>
4521 </rect>
4522 </property>
4523 <property name="text">
4524 <string>Acid type:</string>
4525 </property>
4526 <property name="alignment">
4527 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4528 </property>
4529 </widget>
4530 <widget class="QLabel" name="sp_acidpercLabel">
4531 <property name="geometry">
4532 <rect>
4533 <x>10</x>
4534 <y>170</y>
4535 <width>151</width>
4536 <height>20</height>
4537 </rect>
4538 </property>
4539 <property name="text">
4540 <string>Acid strength:</string>
4541 </property>
4542 <property name="alignment">
4543 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4544 </property>
4545 </widget>
4546 <widget class="QLabel" name="sp_acidvolLabel">
4547 <property name="geometry">
4548 <rect>
4549 <x>10</x>
4550 <y>200</y>
4551 <width>151</width>
4552 <height>20</height>
4553 </rect>
4554 </property>
4555 <property name="text">
4556 <string>Acid needed:</string>
4557 </property>
4558 <property name="alignment">
4559 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4560 </property>
4561 </widget>
4562 <widget class="QDoubleSpinBox" name="sp_volEdit">
4563 <property name="geometry">
4564 <rect>
4565 <x>170</x>
4566 <y>20</y>
4567 <width>91</width>
4568 <height>24</height>
4569 </rect>
4570 </property>
4571 <property name="alignment">
4572 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4573 </property>
4574 <property name="accelerated">
4575 <bool>true</bool>
4576 </property>
4577 <property name="decimals">
4578 <number>1</number>
4579 </property>
4580 <property name="maximum">
4581 <double>100000.000000000000000</double>
4582 </property>
4583 <property name="singleStep">
4584 <double>0.500000000000000</double>
4585 </property>
4586 </widget>
4587 <widget class="QDoubleSpinBox" name="sp_tempEdit">
4588 <property name="geometry">
4589 <rect>
4590 <x>170</x>
4591 <y>50</y>
4592 <width>91</width>
4593 <height>24</height>
4594 </rect>
4595 </property>
4596 <property name="alignment">
4597 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4598 </property>
4599 <property name="accelerated">
4600 <bool>true</bool>
4601 </property>
4602 <property name="decimals">
4603 <number>1</number>
4604 </property>
4605 <property name="maximum">
4606 <double>100.000000000000000</double>
4607 </property>
4608 <property name="singleStep">
4609 <double>0.500000000000000</double>
4610 </property>
4611 </widget>
4612 <widget class="QDoubleSpinBox" name="sp_phEdit">
4613 <property name="geometry">
4614 <rect>
4615 <x>170</x>
4616 <y>110</y>
4617 <width>91</width>
4618 <height>24</height>
4619 </rect>
4620 </property>
4621 <property name="alignment">
4622 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4623 </property>
4624 <property name="accelerated">
4625 <bool>true</bool>
4626 </property>
4627 <property name="decimals">
4628 <number>2</number>
4629 </property>
4630 <property name="maximum">
4631 <double>14.000000000000000</double>
4632 </property>
4633 <property name="singleStep">
4634 <double>0.100000000000000</double>
4635 </property>
4636 </widget>
4637 <widget class="QDoubleSpinBox" name="sp_acidpercEdit">
4638 <property name="geometry">
4639 <rect>
4640 <x>170</x>
4641 <y>170</y>
4642 <width>91</width>
4643 <height>24</height>
4644 </rect>
4645 </property>
4646 <property name="alignment">
4647 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4648 </property>
4649 <property name="readOnly">
4650 <bool>true</bool>
4651 </property>
4652 <property name="buttonSymbols">
4653 <enum>QAbstractSpinBox::NoButtons</enum>
4654 </property>
4655 <property name="accelerated">
4656 <bool>false</bool>
4657 </property>
4658 <property name="suffix">
4659 <string>%</string>
4660 </property>
4661 <property name="decimals">
4662 <number>0</number>
4663 </property>
4664 <property name="maximum">
4665 <double>100.000000000000000</double>
4666 </property>
4667 <property name="singleStep">
4668 <double>1.000000000000000</double>
4669 </property>
4670 </widget>
4671 <widget class="QDoubleSpinBox" name="sp_acidvolEdit">
4672 <property name="geometry">
4673 <rect>
4674 <x>170</x>
4675 <y>200</y>
4676 <width>91</width>
4677 <height>24</height>
4678 </rect>
4679 </property>
4680 <property name="alignment">
4681 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4682 </property>
4683 <property name="readOnly">
4684 <bool>true</bool>
4685 </property>
4686 <property name="buttonSymbols">
4687 <enum>QAbstractSpinBox::NoButtons</enum>
4688 </property>
4689 <property name="accelerated">
4690 <bool>false</bool>
4691 </property>
4692 <property name="suffix">
4693 <string> ml</string>
4694 </property>
4695 <property name="decimals">
4696 <number>2</number>
4697 </property>
4698 <property name="maximum">
4699 <double>10000.000000000000000</double>
4700 </property>
4701 <property name="singleStep">
4702 <double>0.100000000000000</double>
4703 </property>
4704 </widget>
4705 <widget class="QComboBox" name="sp_sourceEdit">
4706 <property name="geometry">
4707 <rect>
4708 <x>170</x>
4709 <y>80</y>
4710 <width>91</width>
4711 <height>23</height>
4712 </rect>
4713 </property>
4714 </widget>
4715 <widget class="QComboBox" name="sp_acidtypeEdit">
4716 <property name="geometry">
4717 <rect>
4718 <x>170</x>
4719 <y>140</y>
4720 <width>91</width>
4721 <height>23</height>
4722 </rect>
4723 </property>
4724 </widget>
4725 </widget>
4726 <widget class="QLabel" name="buguLabel">
4727 <property name="geometry">
4728 <rect>
4729 <x>290</x>
4730 <y>340</y>
4731 <width>181</width>
4732 <height>20</height>
4733 </rect>
4734 </property>
4735 <property name="text">
4736 <string>Bitterness index:</string>
4737 </property>
4738 <property name="alignment">
4739 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4740 </property>
4741 </widget>
4742 <widget class="QDoubleSpinBox" name="buguEdit">
4743 <property name="geometry">
4744 <rect>
4745 <x>480</x>
4746 <y>340</y>
4747 <width>71</width>
4748 <height>24</height>
4749 </rect>
4750 </property>
4751 <property name="alignment">
4752 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4753 </property>
4754 <property name="readOnly">
4755 <bool>true</bool>
4756 </property>
4757 <property name="buttonSymbols">
4758 <enum>QAbstractSpinBox::NoButtons</enum>
4759 </property>
4760 <property name="accelerated">
4761 <bool>false</bool>
4762 </property>
4763 <property name="decimals">
4764 <number>2</number>
4765 </property>
4766 <property name="maximum">
4767 <double>1000.000000000000000</double>
4768 </property>
4769 <property name="singleStep">
4770 <double>0.100000000000000</double>
4771 </property>
4772 </widget>
4773 <widget class="QLabel" name="buguResult">
4774 <property name="geometry">
4775 <rect>
4776 <x>560</x>
4777 <y>340</y>
4778 <width>211</width>
4779 <height>20</height>
4780 </rect>
4781 </property>
4782 <property name="font">
4783 <font>
4784 <italic>true</italic>
4785 </font>
4786 </property>
4787 <property name="text">
4788 <string>N/A</string>
4789 </property>
4790 <property name="alignment">
4791 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
4792 </property>
4793 </widget>
4794 <widget class="QLabel" name="so4clLabel">
4795 <property name="geometry">
4796 <rect>
4797 <x>290</x>
4798 <y>370</y>
4799 <width>181</width>
4800 <height>20</height>
4801 </rect>
4802 </property>
4803 <property name="text">
4804 <string>Preffered SO4:Cl ratio:</string>
4805 </property>
4806 <property name="alignment">
4807 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4808 </property>
4809 </widget>
4810 <widget class="QDoubleSpinBox" name="so4clEdit">
4811 <property name="geometry">
4812 <rect>
4813 <x>480</x>
4814 <y>370</y>
4815 <width>71</width>
4816 <height>24</height>
4817 </rect>
4818 </property>
4819 <property name="alignment">
4820 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4821 </property>
4822 <property name="readOnly">
4823 <bool>true</bool>
4824 </property>
4825 <property name="buttonSymbols">
4826 <enum>QAbstractSpinBox::NoButtons</enum>
4827 </property>
4828 <property name="accelerated">
4829 <bool>false</bool>
4830 </property>
4831 <property name="decimals">
4832 <number>1</number>
4833 </property>
4834 <property name="maximum">
4835 <double>1000.000000000000000</double>
4836 </property>
4837 <property name="singleStep">
4838 <double>0.100000000000000</double>
4839 </property>
4840 </widget>
4841 <widget class="QLabel" name="so4clResult">
4842 <property name="geometry">
4843 <rect>
4844 <x>560</x>
4845 <y>370</y>
4846 <width>211</width>
4847 <height>20</height>
4848 </rect>
4849 </property>
4850 <property name="font">
4851 <font>
4852 <italic>true</italic>
4853 </font>
4854 </property>
4855 <property name="text">
4856 <string>N/A</string>
4857 </property>
4858 <property name="alignment">
4859 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
4860 </property>
4861 </widget>
4862 <widget class="QLabel" name="cur_so4clLabel">
4863 <property name="geometry">
4864 <rect>
4865 <x>290</x>
4866 <y>400</y>
4867 <width>181</width>
4868 <height>20</height>
4869 </rect>
4870 </property>
4871 <property name="text">
4872 <string>Current SO4:Cl ratio:</string>
4873 </property>
4874 <property name="alignment">
4875 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4876 </property>
4877 </widget>
4878 <widget class="QDoubleSpinBox" name="cur_so4clEdit">
4879 <property name="geometry">
4880 <rect>
4881 <x>480</x>
4882 <y>400</y>
4883 <width>71</width>
4884 <height>24</height>
4885 </rect>
4886 </property>
4887 <property name="alignment">
4888 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4889 </property>
4890 <property name="readOnly">
4891 <bool>true</bool>
4892 </property>
4893 <property name="buttonSymbols">
4894 <enum>QAbstractSpinBox::NoButtons</enum>
4895 </property>
4896 <property name="accelerated">
4897 <bool>false</bool>
4898 </property>
4899 <property name="decimals">
4900 <number>1</number>
4901 </property>
4902 <property name="maximum">
4903 <double>1000.000000000000000</double>
4904 </property>
4905 <property name="singleStep">
4906 <double>0.100000000000000</double>
4907 </property>
4908 </widget>
4909 <widget class="RangedSlider" name="cur_so4clResult">
4910 <property name="geometry">
4911 <rect>
4912 <x>559</x>
4913 <y>400</y>
4914 <width>211</width>
4915 <height>20</height>
4916 </rect>
4917 </property>
4918 </widget>
4919 </widget>
4920 <widget class="QWidget" name="brewday">
4921 <attribute name="title">
4922 <string>Brewday</string>
4923 </attribute>
4924 </widget>
4925 <widget class="QWidget" name="ferment">
4926 <attribute name="title">
4927 <string>Fermenting</string>
4928 </attribute>
4929 </widget>
4930 <widget class="QWidget" name="package">
4931 <attribute name="title">
4932 <string>Package</string>
4933 </attribute>
4934 </widget>
4935 <widget class="QWidget" name="taste">
4936 <attribute name="title">
4937 <string>Tasting</string>
4938 </attribute>
4939 </widget>
4940 </widget>
4941 <widget class="QPushButton" name="exportButton">
4942 <property name="geometry">
4943 <rect>
4944 <x>300</x>
4945 <y>510</y>
4946 <width>80</width>
4947 <height>23</height>
4948 </rect>
4949 </property>
4950 <property name="text">
4951 <string>Export</string>
4952 </property>
4953 <property name="icon">
4954 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
4955 <normaloff>:/icons/silk/disk_multiple.png</normaloff>:/icons/silk/disk_multiple.png</iconset>
4956 </property>
4957 </widget>
4958 <widget class="QPushButton" name="printButton">
4959 <property name="geometry">
4960 <rect>
4961 <x>730</x>
4962 <y>510</y>
4963 <width>80</width>
4964 <height>23</height>
4965 </rect>
4966 </property>
4967 <property name="text">
4968 <string>Print</string>
4969 </property>
4970 <property name="icon">
4971 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
4972 <normaloff>:/icons/silk/printer.png</normaloff>:/icons/silk/printer.png</iconset>
4973 </property>
4974 </widget>
4975 </widget>
4976 </item>
4977 </layout>
4978 </widget>
4979 <customwidgets>
4980 <customwidget>
4981 <class>RangedSlider</class>
4982 <extends>QWidget</extends>
4983 <header>RangedSlider.h</header>
4984 </customwidget>
4985 </customwidgets>
4986 <tabstops>
4987 <tabstop>quitButton</tabstop>
4988 <tabstop>deleteButton</tabstop>
4989 <tabstop>saveButton</tabstop>
4990 </tabstops>
4991 <resources>
4992 <include location="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc"/>
4993 </resources>
4994 <connections/>
4995 </ui>

mercurial