ui/EditRecipe.ui

changeset 359
dfbb012c631c
parent 351
a2f36a715a38
child 360
b70cfa20ac46
equal deleted inserted replaced
358:d89bc21e2f07 359:dfbb012c631c
93 </property> 93 </property>
94 <property name="tabShape"> 94 <property name="tabShape">
95 <enum>QTabWidget::Rounded</enum> 95 <enum>QTabWidget::Rounded</enum>
96 </property> 96 </property>
97 <property name="currentIndex"> 97 <property name="currentIndex">
98 <number>0</number> 98 <number>6</number>
99 </property> 99 </property>
100 <property name="elideMode"> 100 <property name="elideMode">
101 <enum>Qt::ElideNone</enum> 101 <enum>Qt::ElideNone</enum>
102 </property> 102 </property>
103 <property name="usesScrollButtons"> 103 <property name="usesScrollButtons">
2423 <normaloff>:/icons/bms/water.png</normaloff>:/icons/bms/water.png</iconset> 2423 <normaloff>:/icons/bms/water.png</normaloff>:/icons/bms/water.png</iconset>
2424 </attribute> 2424 </attribute>
2425 <attribute name="title"> 2425 <attribute name="title">
2426 <string>Water</string> 2426 <string>Water</string>
2427 </attribute> 2427 </attribute>
2428 <widget class="QGroupBox" name="waterviewBox"> 2428 <widget class="QGroupBox" name="brewsaltsBox">
2429 <property name="geometry"> 2429 <property name="geometry">
2430 <rect> 2430 <rect>
2431 <x>10</x> 2431 <x>10</x>
2432 <y>0</y> 2432 <y>220</y>
2433 <width>1101</width> 2433 <width>291</width>
2434 <height>221</height> 2434 <height>241</height>
2435 </rect> 2435 </rect>
2436 </property>
2437 <property name="autoFillBackground">
2438 <bool>false</bool>
2439 </property> 2436 </property>
2440 <property name="title"> 2437 <property name="title">
2441 <string>Water overview</string> 2438 <string>Water agents</string>
2442 </property> 2439 </property>
2443 <property name="flat"> 2440 <widget class="QLabel" name="bs_cacl2Label">
2444 <bool>false</bool> 2441 <property name="geometry">
2445 </property> 2442 <rect>
2446 <property name="checkable"> 2443 <x>10</x>
2447 <bool>false</bool> 2444 <y>20</y>
2448 </property> 2445 <width>71</width>
2449 <property name="checked"> 2446 <height>20</height>
2450 <bool>false</bool> 2447 </rect>
2451 </property> 2448 </property>
2452 <widget class="QDoubleSpinBox" name="w1_caEdit"> 2449 <property name="toolTip">
2453 <property name="geometry"> 2450 <string>Calcium Chloride</string>
2454 <rect> 2451 </property>
2455 <x>300</x> 2452 <property name="text">
2453 <string>CaCl2:</string>
2454 </property>
2455 <property name="alignment">
2456 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2457 </property>
2458 </widget>
2459 <widget class="QLabel" name="bs_caso4Label">
2460 <property name="geometry">
2461 <rect>
2462 <x>10</x>
2456 <y>50</y> 2463 <y>50</y>
2457 <width>71</width> 2464 <width>71</width>
2458 <height>24</height> 2465 <height>20</height>
2459 </rect> 2466 </rect>
2467 </property>
2468 <property name="toolTip">
2469 <string>Gypsym</string>
2470 </property>
2471 <property name="text">
2472 <string>CaSO4:</string>
2460 </property> 2473 </property>
2461 <property name="alignment"> 2474 <property name="alignment">
2462 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 2475 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2463 </property> 2476 </property>
2464 <property name="readOnly"> 2477 </widget>
2465 <bool>true</bool> 2478 <widget class="QLabel" name="bs_mgso4Label">
2466 </property> 2479 <property name="geometry">
2467 <property name="buttonSymbols"> 2480 <rect>
2468 <enum>QAbstractSpinBox::NoButtons</enum> 2481 <x>10</x>
2469 </property> 2482 <y>80</y>
2470 <property name="decimals">
2471 <number>1</number>
2472 </property>
2473 <property name="maximum">
2474 <double>1000.000000000000000</double>
2475 </property>
2476 </widget>
2477 <widget class="QDoubleSpinBox" name="w1_phEdit">
2478 <property name="geometry">
2479 <rect>
2480 <x>860</x>
2481 <y>50</y>
2482 <width>71</width> 2483 <width>71</width>
2483 <height>24</height> 2484 <height>20</height>
2484 </rect> 2485 </rect>
2486 </property>
2487 <property name="toolTip">
2488 <string>Epsom</string>
2489 </property>
2490 <property name="text">
2491 <string>MgSO4:</string>
2485 </property> 2492 </property>
2486 <property name="alignment"> 2493 <property name="alignment">
2487 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 2494 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2488 </property> 2495 </property>
2489 <property name="readOnly"> 2496 </widget>
2490 <bool>true</bool> 2497 <widget class="QLabel" name="bs_naclLabel">
2491 </property> 2498 <property name="geometry">
2492 <property name="buttonSymbols"> 2499 <rect>
2493 <enum>QAbstractSpinBox::NoButtons</enum> 2500 <x>10</x>
2494 </property> 2501 <y>110</y>
2495 <property name="decimals">
2496 <number>2</number>
2497 </property>
2498 <property name="maximum">
2499 <double>1000.000000000000000</double>
2500 </property>
2501 </widget>
2502 <widget class="QDoubleSpinBox" name="w1_so4Edit">
2503 <property name="geometry">
2504 <rect>
2505 <x>780</x>
2506 <y>50</y>
2507 <width>71</width> 2502 <width>71</width>
2508 <height>24</height> 2503 <height>20</height>
2509 </rect> 2504 </rect>
2505 </property>
2506 <property name="toolTip">
2507 <string>Table salt</string>
2508 </property>
2509 <property name="text">
2510 <string>NaCl:</string>
2510 </property> 2511 </property>
2511 <property name="alignment"> 2512 <property name="alignment">
2512 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 2513 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2513 </property> 2514 </property>
2514 <property name="readOnly"> 2515 </widget>
2515 <bool>true</bool> 2516 <widget class="QLabel" name="bs_mgcl2Label">
2516 </property> 2517 <property name="geometry">
2517 <property name="buttonSymbols"> 2518 <rect>
2518 <enum>QAbstractSpinBox::NoButtons</enum> 2519 <x>10</x>
2519 </property> 2520 <y>140</y>
2520 <property name="decimals">
2521 <number>1</number>
2522 </property>
2523 <property name="maximum">
2524 <double>1000.000000000000000</double>
2525 </property>
2526 </widget>
2527 <widget class="QDoubleSpinBox" name="w1_clEdit">
2528 <property name="geometry">
2529 <rect>
2530 <x>700</x>
2531 <y>50</y>
2532 <width>71</width> 2521 <width>71</width>
2533 <height>24</height> 2522 <height>20</height>
2534 </rect> 2523 </rect>
2524 </property>
2525 <property name="toolTip">
2526 <string>Magnesium Chloride</string>
2527 </property>
2528 <property name="text">
2529 <string>MgCl2:</string>
2535 </property> 2530 </property>
2536 <property name="alignment"> 2531 <property name="alignment">
2537 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 2532 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2538 </property> 2533 </property>
2539 <property name="readOnly"> 2534 </widget>
2540 <bool>true</bool> 2535 <widget class="QLabel" name="bs_nahco3Label">
2541 </property> 2536 <property name="geometry">
2542 <property name="buttonSymbols"> 2537 <rect>
2543 <enum>QAbstractSpinBox::NoButtons</enum> 2538 <x>10</x>
2544 </property> 2539 <y>170</y>
2545 <property name="decimals">
2546 <number>1</number>
2547 </property>
2548 <property name="maximum">
2549 <double>1000.000000000000000</double>
2550 </property>
2551 </widget>
2552 <widget class="QDoubleSpinBox" name="w1_naEdit">
2553 <property name="geometry">
2554 <rect>
2555 <x>620</x>
2556 <y>50</y>
2557 <width>71</width> 2540 <width>71</width>
2558 <height>24</height> 2541 <height>20</height>
2559 </rect> 2542 </rect>
2543 </property>
2544 <property name="toolTip">
2545 <string>Baking soda</string>
2546 </property>
2547 <property name="text">
2548 <string>NaHCO3:</string>
2560 </property> 2549 </property>
2561 <property name="alignment"> 2550 <property name="alignment">
2562 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 2551 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2563 </property> 2552 </property>
2564 <property name="readOnly"> 2553 </widget>
2565 <bool>true</bool> 2554 <widget class="QLabel" name="bs_caco3Label">
2566 </property> 2555 <property name="geometry">
2567 <property name="buttonSymbols"> 2556 <rect>
2568 <enum>QAbstractSpinBox::NoButtons</enum> 2557 <x>10</x>
2569 </property> 2558 <y>200</y>
2570 <property name="decimals">
2571 <number>1</number>
2572 </property>
2573 <property name="maximum">
2574 <double>1000.000000000000000</double>
2575 </property>
2576 </widget>
2577 <widget class="QDoubleSpinBox" name="w1_caco3Edit">
2578 <property name="geometry">
2579 <rect>
2580 <x>540</x>
2581 <y>50</y>
2582 <width>71</width> 2559 <width>71</width>
2583 <height>24</height> 2560 <height>20</height>
2584 </rect> 2561 </rect>
2562 </property>
2563 <property name="toolTip">
2564 <string>Chalk undissolved</string>
2565 </property>
2566 <property name="text">
2567 <string>CaCO3:</string>
2585 </property> 2568 </property>
2586 <property name="alignment"> 2569 <property name="alignment">
2587 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 2570 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2588 </property> 2571 </property>
2589 <property name="readOnly">
2590 <bool>true</bool>
2591 </property>
2592 <property name="buttonSymbols">
2593 <enum>QAbstractSpinBox::NoButtons</enum>
2594 </property>
2595 <property name="decimals">
2596 <number>1</number>
2597 </property>
2598 <property name="maximum">
2599 <double>1000.000000000000000</double>
2600 </property>
2601 </widget>
2602 <widget class="QDoubleSpinBox" name="w1_hco3Edit">
2603 <property name="geometry">
2604 <rect>
2605 <x>460</x>
2606 <y>50</y>
2607 <width>71</width>
2608 <height>24</height>
2609 </rect>
2610 </property>
2611 <property name="alignment">
2612 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2613 </property>
2614 <property name="readOnly">
2615 <bool>true</bool>
2616 </property>
2617 <property name="buttonSymbols">
2618 <enum>QAbstractSpinBox::NoButtons</enum>
2619 </property>
2620 <property name="decimals">
2621 <number>1</number>
2622 </property>
2623 <property name="maximum">
2624 <double>1000.000000000000000</double>
2625 </property>
2626 </widget>
2627 <widget class="QDoubleSpinBox" name="w1_mgEdit">
2628 <property name="geometry">
2629 <rect>
2630 <x>380</x>
2631 <y>50</y>
2632 <width>71</width>
2633 <height>24</height>
2634 </rect>
2635 </property>
2636 <property name="alignment">
2637 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2638 </property>
2639 <property name="readOnly">
2640 <bool>true</bool>
2641 </property>
2642 <property name="buttonSymbols">
2643 <enum>QAbstractSpinBox::NoButtons</enum>
2644 </property>
2645 <property name="decimals">
2646 <number>1</number>
2647 </property>
2648 <property name="maximum">
2649 <double>1000.000000000000000</double>
2650 </property>
2651 </widget>
2652 <widget class="QLabel" name="caLabel">
2653 <property name="geometry">
2654 <rect>
2655 <x>300</x>
2656 <y>20</y>
2657 <width>71</width>
2658 <height>21</height>
2659 </rect>
2660 </property>
2661 <property name="text">
2662 <string>Ca</string>
2663 </property>
2664 <property name="alignment">
2665 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2666 </property>
2667 </widget>
2668 <widget class="QLabel" name="mgLabel">
2669 <property name="geometry">
2670 <rect>
2671 <x>380</x>
2672 <y>20</y>
2673 <width>71</width>
2674 <height>21</height>
2675 </rect>
2676 </property>
2677 <property name="text">
2678 <string>Mg</string>
2679 </property>
2680 <property name="alignment">
2681 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2682 </property>
2683 </widget>
2684 <widget class="QLabel" name="hco3Label">
2685 <property name="geometry">
2686 <rect>
2687 <x>460</x>
2688 <y>20</y>
2689 <width>71</width>
2690 <height>21</height>
2691 </rect>
2692 </property>
2693 <property name="text">
2694 <string>HCO3</string>
2695 </property>
2696 <property name="alignment">
2697 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2698 </property>
2699 </widget>
2700 <widget class="QLabel" name="caco3Label">
2701 <property name="geometry">
2702 <rect>
2703 <x>540</x>
2704 <y>20</y>
2705 <width>71</width>
2706 <height>21</height>
2707 </rect>
2708 </property>
2709 <property name="text">
2710 <string>CaCO3</string>
2711 </property>
2712 <property name="alignment">
2713 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2714 </property>
2715 </widget>
2716 <widget class="QLabel" name="naLabel">
2717 <property name="geometry">
2718 <rect>
2719 <x>620</x>
2720 <y>20</y>
2721 <width>71</width>
2722 <height>21</height>
2723 </rect>
2724 </property>
2725 <property name="text">
2726 <string>Na</string>
2727 </property>
2728 <property name="alignment">
2729 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2730 </property>
2731 </widget>
2732 <widget class="QLabel" name="clLabel">
2733 <property name="geometry">
2734 <rect>
2735 <x>700</x>
2736 <y>20</y>
2737 <width>71</width>
2738 <height>21</height>
2739 </rect>
2740 </property>
2741 <property name="text">
2742 <string>Cl</string>
2743 </property>
2744 <property name="alignment">
2745 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2746 </property>
2747 </widget>
2748 <widget class="QLabel" name="so4Label">
2749 <property name="geometry">
2750 <rect>
2751 <x>780</x>
2752 <y>20</y>
2753 <width>71</width>
2754 <height>21</height>
2755 </rect>
2756 </property>
2757 <property name="text">
2758 <string>SO4</string>
2759 </property>
2760 <property name="alignment">
2761 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2762 </property>
2763 </widget>
2764 <widget class="QLabel" name="phLabel">
2765 <property name="geometry">
2766 <rect>
2767 <x>860</x>
2768 <y>20</y>
2769 <width>71</width>
2770 <height>21</height>
2771 </rect>
2772 </property>
2773 <property name="text">
2774 <string>pH</string>
2775 </property>
2776 <property name="alignment">
2777 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2778 </property>
2779 </widget>
2780 <widget class="QDoubleSpinBox" name="w1_volEdit">
2781 <property name="geometry">
2782 <rect>
2783 <x>200</x>
2784 <y>50</y>
2785 <width>71</width>
2786 <height>24</height>
2787 </rect>
2788 </property>
2789 <property name="alignment">
2790 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2791 </property>
2792 <property name="readOnly">
2793 <bool>true</bool>
2794 </property>
2795 <property name="buttonSymbols">
2796 <enum>QAbstractSpinBox::NoButtons</enum>
2797 </property>
2798 <property name="accelerated">
2799 <bool>false</bool>
2800 </property>
2801 <property name="decimals">
2802 <number>2</number>
2803 </property>
2804 <property name="maximum">
2805 <double>100000.000000000000000</double>
2806 </property>
2807 </widget>
2808 <widget class="QLabel" name="volLabel">
2809 <property name="geometry">
2810 <rect>
2811 <x>200</x>
2812 <y>20</y>
2813 <width>71</width>
2814 <height>21</height>
2815 </rect>
2816 </property>
2817 <property name="text">
2818 <string>Volume</string>
2819 </property>
2820 <property name="alignment">
2821 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2822 </property>
2823 </widget>
2824 <widget class="QDoubleSpinBox" name="w2_hco3Edit">
2825 <property name="geometry">
2826 <rect>
2827 <x>460</x>
2828 <y>80</y>
2829 <width>71</width>
2830 <height>24</height>
2831 </rect>
2832 </property>
2833 <property name="alignment">
2834 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2835 </property>
2836 <property name="readOnly">
2837 <bool>true</bool>
2838 </property>
2839 <property name="buttonSymbols">
2840 <enum>QAbstractSpinBox::NoButtons</enum>
2841 </property>
2842 <property name="decimals">
2843 <number>1</number>
2844 </property>
2845 <property name="maximum">
2846 <double>1000.000000000000000</double>
2847 </property>
2848 </widget>
2849 <widget class="QDoubleSpinBox" name="w2_phEdit">
2850 <property name="geometry">
2851 <rect>
2852 <x>860</x>
2853 <y>80</y>
2854 <width>71</width>
2855 <height>24</height>
2856 </rect>
2857 </property>
2858 <property name="alignment">
2859 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2860 </property>
2861 <property name="readOnly">
2862 <bool>true</bool>
2863 </property>
2864 <property name="buttonSymbols">
2865 <enum>QAbstractSpinBox::NoButtons</enum>
2866 </property>
2867 <property name="decimals">
2868 <number>2</number>
2869 </property>
2870 <property name="maximum">
2871 <double>1000.000000000000000</double>
2872 </property>
2873 </widget>
2874 <widget class="QDoubleSpinBox" name="w2_caco3Edit">
2875 <property name="geometry">
2876 <rect>
2877 <x>540</x>
2878 <y>80</y>
2879 <width>71</width>
2880 <height>24</height>
2881 </rect>
2882 </property>
2883 <property name="alignment">
2884 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2885 </property>
2886 <property name="readOnly">
2887 <bool>true</bool>
2888 </property>
2889 <property name="buttonSymbols">
2890 <enum>QAbstractSpinBox::NoButtons</enum>
2891 </property>
2892 <property name="decimals">
2893 <number>1</number>
2894 </property>
2895 <property name="maximum">
2896 <double>1000.000000000000000</double>
2897 </property>
2898 </widget>
2899 <widget class="QDoubleSpinBox" name="w2_naEdit">
2900 <property name="geometry">
2901 <rect>
2902 <x>620</x>
2903 <y>80</y>
2904 <width>71</width>
2905 <height>24</height>
2906 </rect>
2907 </property>
2908 <property name="alignment">
2909 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2910 </property>
2911 <property name="readOnly">
2912 <bool>true</bool>
2913 </property>
2914 <property name="buttonSymbols">
2915 <enum>QAbstractSpinBox::NoButtons</enum>
2916 </property>
2917 <property name="decimals">
2918 <number>1</number>
2919 </property>
2920 <property name="maximum">
2921 <double>1000.000000000000000</double>
2922 </property>
2923 </widget>
2924 <widget class="QDoubleSpinBox" name="w2_so4Edit">
2925 <property name="geometry">
2926 <rect>
2927 <x>780</x>
2928 <y>80</y>
2929 <width>71</width>
2930 <height>24</height>
2931 </rect>
2932 </property>
2933 <property name="alignment">
2934 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2935 </property>
2936 <property name="readOnly">
2937 <bool>true</bool>
2938 </property>
2939 <property name="buttonSymbols">
2940 <enum>QAbstractSpinBox::NoButtons</enum>
2941 </property>
2942 <property name="decimals">
2943 <number>1</number>
2944 </property>
2945 <property name="maximum">
2946 <double>1000.000000000000000</double>
2947 </property>
2948 </widget>
2949 <widget class="QDoubleSpinBox" name="w2_caEdit">
2950 <property name="geometry">
2951 <rect>
2952 <x>300</x>
2953 <y>80</y>
2954 <width>71</width>
2955 <height>24</height>
2956 </rect>
2957 </property>
2958 <property name="alignment">
2959 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2960 </property>
2961 <property name="readOnly">
2962 <bool>true</bool>
2963 </property>
2964 <property name="buttonSymbols">
2965 <enum>QAbstractSpinBox::NoButtons</enum>
2966 </property>
2967 <property name="decimals">
2968 <number>1</number>
2969 </property>
2970 <property name="maximum">
2971 <double>1000.000000000000000</double>
2972 </property>
2973 </widget>
2974 <widget class="QDoubleSpinBox" name="w2_clEdit">
2975 <property name="geometry">
2976 <rect>
2977 <x>700</x>
2978 <y>80</y>
2979 <width>71</width>
2980 <height>24</height>
2981 </rect>
2982 </property>
2983 <property name="alignment">
2984 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2985 </property>
2986 <property name="readOnly">
2987 <bool>true</bool>
2988 </property>
2989 <property name="buttonSymbols">
2990 <enum>QAbstractSpinBox::NoButtons</enum>
2991 </property>
2992 <property name="decimals">
2993 <number>1</number>
2994 </property>
2995 <property name="maximum">
2996 <double>1000.000000000000000</double>
2997 </property>
2998 </widget>
2999 <widget class="QDoubleSpinBox" name="w2_volEdit">
3000 <property name="geometry">
3001 <rect>
3002 <x>200</x>
3003 <y>80</y>
3004 <width>85</width>
3005 <height>24</height>
3006 </rect>
3007 </property>
3008 <property name="toolTip">
3009 <string>The division between the main and dilution water. The total volume does not change.</string>
3010 </property>
3011 <property name="alignment">
3012 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3013 </property>
3014 <property name="readOnly">
3015 <bool>false</bool>
3016 </property>
3017 <property name="buttonSymbols">
3018 <enum>QAbstractSpinBox::UpDownArrows</enum>
3019 </property>
3020 <property name="accelerated">
3021 <bool>true</bool>
3022 </property>
3023 <property name="decimals">
3024 <number>2</number>
3025 </property>
3026 <property name="maximum">
3027 <double>100000.000000000000000</double>
3028 </property>
3029 <property name="singleStep">
3030 <double>0.500000000000000</double>
3031 </property>
3032 </widget>
3033 <widget class="QDoubleSpinBox" name="w2_mgEdit">
3034 <property name="geometry">
3035 <rect>
3036 <x>380</x>
3037 <y>80</y>
3038 <width>71</width>
3039 <height>24</height>
3040 </rect>
3041 </property>
3042 <property name="alignment">
3043 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3044 </property>
3045 <property name="readOnly">
3046 <bool>true</bool>
3047 </property>
3048 <property name="buttonSymbols">
3049 <enum>QAbstractSpinBox::NoButtons</enum>
3050 </property>
3051 <property name="decimals">
3052 <number>1</number>
3053 </property>
3054 <property name="maximum">
3055 <double>1000.000000000000000</double>
3056 </property>
3057 </widget>
3058 <widget class="QDoubleSpinBox" name="wg_hco3Edit">
3059 <property name="geometry">
3060 <rect>
3061 <x>460</x>
3062 <y>110</y>
3063 <width>71</width>
3064 <height>24</height>
3065 </rect>
3066 </property>
3067 <property name="alignment">
3068 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3069 </property>
3070 <property name="readOnly">
3071 <bool>true</bool>
3072 </property>
3073 <property name="buttonSymbols">
3074 <enum>QAbstractSpinBox::NoButtons</enum>
3075 </property>
3076 <property name="decimals">
3077 <number>1</number>
3078 </property>
3079 <property name="maximum">
3080 <double>1000.000000000000000</double>
3081 </property>
3082 </widget>
3083 <widget class="QDoubleSpinBox" name="wg_phEdit">
3084 <property name="geometry">
3085 <rect>
3086 <x>860</x>
3087 <y>110</y>
3088 <width>71</width>
3089 <height>24</height>
3090 </rect>
3091 </property>
3092 <property name="alignment">
3093 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3094 </property>
3095 <property name="readOnly">
3096 <bool>true</bool>
3097 </property>
3098 <property name="buttonSymbols">
3099 <enum>QAbstractSpinBox::NoButtons</enum>
3100 </property>
3101 <property name="decimals">
3102 <number>2</number>
3103 </property>
3104 <property name="maximum">
3105 <double>1000.000000000000000</double>
3106 </property>
3107 </widget>
3108 <widget class="QDoubleSpinBox" name="wg_caco3Edit">
3109 <property name="geometry">
3110 <rect>
3111 <x>540</x>
3112 <y>110</y>
3113 <width>71</width>
3114 <height>24</height>
3115 </rect>
3116 </property>
3117 <property name="alignment">
3118 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3119 </property>
3120 <property name="readOnly">
3121 <bool>true</bool>
3122 </property>
3123 <property name="buttonSymbols">
3124 <enum>QAbstractSpinBox::NoButtons</enum>
3125 </property>
3126 <property name="decimals">
3127 <number>1</number>
3128 </property>
3129 <property name="maximum">
3130 <double>1000.000000000000000</double>
3131 </property>
3132 </widget>
3133 <widget class="QDoubleSpinBox" name="wg_naEdit">
3134 <property name="geometry">
3135 <rect>
3136 <x>620</x>
3137 <y>110</y>
3138 <width>71</width>
3139 <height>24</height>
3140 </rect>
3141 </property>
3142 <property name="alignment">
3143 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3144 </property>
3145 <property name="readOnly">
3146 <bool>true</bool>
3147 </property>
3148 <property name="buttonSymbols">
3149 <enum>QAbstractSpinBox::NoButtons</enum>
3150 </property>
3151 <property name="decimals">
3152 <number>1</number>
3153 </property>
3154 <property name="maximum">
3155 <double>1000.000000000000000</double>
3156 </property>
3157 </widget>
3158 <widget class="QDoubleSpinBox" name="wg_so4Edit">
3159 <property name="geometry">
3160 <rect>
3161 <x>780</x>
3162 <y>110</y>
3163 <width>71</width>
3164 <height>24</height>
3165 </rect>
3166 </property>
3167 <property name="alignment">
3168 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3169 </property>
3170 <property name="readOnly">
3171 <bool>true</bool>
3172 </property>
3173 <property name="buttonSymbols">
3174 <enum>QAbstractSpinBox::NoButtons</enum>
3175 </property>
3176 <property name="decimals">
3177 <number>1</number>
3178 </property>
3179 <property name="maximum">
3180 <double>1000.000000000000000</double>
3181 </property>
3182 </widget>
3183 <widget class="QDoubleSpinBox" name="wg_caEdit">
3184 <property name="geometry">
3185 <rect>
3186 <x>300</x>
3187 <y>110</y>
3188 <width>71</width>
3189 <height>24</height>
3190 </rect>
3191 </property>
3192 <property name="alignment">
3193 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3194 </property>
3195 <property name="readOnly">
3196 <bool>true</bool>
3197 </property>
3198 <property name="buttonSymbols">
3199 <enum>QAbstractSpinBox::NoButtons</enum>
3200 </property>
3201 <property name="decimals">
3202 <number>1</number>
3203 </property>
3204 <property name="maximum">
3205 <double>1000.000000000000000</double>
3206 </property>
3207 </widget>
3208 <widget class="QDoubleSpinBox" name="wg_clEdit">
3209 <property name="geometry">
3210 <rect>
3211 <x>700</x>
3212 <y>110</y>
3213 <width>71</width>
3214 <height>24</height>
3215 </rect>
3216 </property>
3217 <property name="alignment">
3218 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3219 </property>
3220 <property name="readOnly">
3221 <bool>true</bool>
3222 </property>
3223 <property name="buttonSymbols">
3224 <enum>QAbstractSpinBox::NoButtons</enum>
3225 </property>
3226 <property name="decimals">
3227 <number>1</number>
3228 </property>
3229 <property name="maximum">
3230 <double>1000.000000000000000</double>
3231 </property>
3232 </widget>
3233 <widget class="QDoubleSpinBox" name="wg_volEdit">
3234 <property name="geometry">
3235 <rect>
3236 <x>200</x>
3237 <y>110</y>
3238 <width>71</width>
3239 <height>24</height>
3240 </rect>
3241 </property>
3242 <property name="alignment">
3243 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3244 </property>
3245 <property name="readOnly">
3246 <bool>true</bool>
3247 </property>
3248 <property name="buttonSymbols">
3249 <enum>QAbstractSpinBox::NoButtons</enum>
3250 </property>
3251 <property name="decimals">
3252 <number>2</number>
3253 </property>
3254 <property name="maximum">
3255 <double>100000.000000000000000</double>
3256 </property>
3257 </widget>
3258 <widget class="QDoubleSpinBox" name="wg_mgEdit">
3259 <property name="geometry">
3260 <rect>
3261 <x>380</x>
3262 <y>110</y>
3263 <width>71</width>
3264 <height>24</height>
3265 </rect>
3266 </property>
3267 <property name="alignment">
3268 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3269 </property>
3270 <property name="readOnly">
3271 <bool>true</bool>
3272 </property>
3273 <property name="buttonSymbols">
3274 <enum>QAbstractSpinBox::NoButtons</enum>
3275 </property>
3276 <property name="decimals">
3277 <number>1</number>
3278 </property>
3279 <property name="maximum">
3280 <double>1000.000000000000000</double>
3281 </property>
3282 </widget>
3283 <widget class="QDoubleSpinBox" name="wt_hco3Edit">
3284 <property name="geometry">
3285 <rect>
3286 <x>460</x>
3287 <y>180</y>
3288 <width>71</width>
3289 <height>24</height>
3290 </rect>
3291 </property>
3292 <property name="alignment">
3293 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3294 </property>
3295 <property name="readOnly">
3296 <bool>true</bool>
3297 </property>
3298 <property name="buttonSymbols">
3299 <enum>QAbstractSpinBox::NoButtons</enum>
3300 </property>
3301 <property name="decimals">
3302 <number>1</number>
3303 </property>
3304 <property name="maximum">
3305 <double>1000.000000000000000</double>
3306 </property>
3307 </widget>
3308 <widget class="QDoubleSpinBox" name="wb_phEdit">
3309 <property name="geometry">
3310 <rect>
3311 <x>860</x>
3312 <y>140</y>
3313 <width>71</width>
3314 <height>24</height>
3315 </rect>
3316 </property>
3317 <property name="toolTip">
3318 <string>Mash pH should be between 5.2 and 5.6. Use 5.2 for light and 5.5 for dark beers.</string>
3319 </property>
3320 <property name="alignment">
3321 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3322 </property>
3323 <property name="readOnly">
3324 <bool>true</bool>
3325 </property>
3326 <property name="buttonSymbols">
3327 <enum>QAbstractSpinBox::NoButtons</enum>
3328 </property>
3329 <property name="decimals">
3330 <number>2</number>
3331 </property>
3332 <property name="maximum">
3333 <double>1000.000000000000000</double>
3334 </property>
3335 </widget>
3336 <widget class="QDoubleSpinBox" name="wt_caco3Edit">
3337 <property name="geometry">
3338 <rect>
3339 <x>540</x>
3340 <y>180</y>
3341 <width>71</width>
3342 <height>24</height>
3343 </rect>
3344 </property>
3345 <property name="alignment">
3346 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3347 </property>
3348 <property name="readOnly">
3349 <bool>true</bool>
3350 </property>
3351 <property name="buttonSymbols">
3352 <enum>QAbstractSpinBox::NoButtons</enum>
3353 </property>
3354 <property name="decimals">
3355 <number>1</number>
3356 </property>
3357 <property name="maximum">
3358 <double>1000.000000000000000</double>
3359 </property>
3360 </widget>
3361 <widget class="QDoubleSpinBox" name="wt_naEdit">
3362 <property name="geometry">
3363 <rect>
3364 <x>620</x>
3365 <y>180</y>
3366 <width>71</width>
3367 <height>24</height>
3368 </rect>
3369 </property>
3370 <property name="alignment">
3371 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3372 </property>
3373 <property name="readOnly">
3374 <bool>true</bool>
3375 </property>
3376 <property name="buttonSymbols">
3377 <enum>QAbstractSpinBox::NoButtons</enum>
3378 </property>
3379 <property name="decimals">
3380 <number>1</number>
3381 </property>
3382 <property name="maximum">
3383 <double>1000.000000000000000</double>
3384 </property>
3385 </widget>
3386 <widget class="QDoubleSpinBox" name="wt_so4Edit">
3387 <property name="geometry">
3388 <rect>
3389 <x>780</x>
3390 <y>180</y>
3391 <width>71</width>
3392 <height>24</height>
3393 </rect>
3394 </property>
3395 <property name="alignment">
3396 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3397 </property>
3398 <property name="readOnly">
3399 <bool>true</bool>
3400 </property>
3401 <property name="buttonSymbols">
3402 <enum>QAbstractSpinBox::NoButtons</enum>
3403 </property>
3404 <property name="decimals">
3405 <number>1</number>
3406 </property>
3407 <property name="maximum">
3408 <double>1000.000000000000000</double>
3409 </property>
3410 </widget>
3411 <widget class="QDoubleSpinBox" name="wt_caEdit">
3412 <property name="geometry">
3413 <rect>
3414 <x>300</x>
3415 <y>180</y>
3416 <width>71</width>
3417 <height>24</height>
3418 </rect>
3419 </property>
3420 <property name="alignment">
3421 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3422 </property>
3423 <property name="readOnly">
3424 <bool>true</bool>
3425 </property>
3426 <property name="buttonSymbols">
3427 <enum>QAbstractSpinBox::NoButtons</enum>
3428 </property>
3429 <property name="decimals">
3430 <number>1</number>
3431 </property>
3432 <property name="maximum">
3433 <double>1000.000000000000000</double>
3434 </property>
3435 </widget>
3436 <widget class="QDoubleSpinBox" name="wt_clEdit">
3437 <property name="geometry">
3438 <rect>
3439 <x>700</x>
3440 <y>180</y>
3441 <width>71</width>
3442 <height>24</height>
3443 </rect>
3444 </property>
3445 <property name="alignment">
3446 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3447 </property>
3448 <property name="readOnly">
3449 <bool>true</bool>
3450 </property>
3451 <property name="buttonSymbols">
3452 <enum>QAbstractSpinBox::NoButtons</enum>
3453 </property>
3454 <property name="decimals">
3455 <number>1</number>
3456 </property>
3457 <property name="maximum">
3458 <double>1000.000000000000000</double>
3459 </property>
3460 </widget>
3461 <widget class="QDoubleSpinBox" name="wt_mgEdit">
3462 <property name="geometry">
3463 <rect>
3464 <x>380</x>
3465 <y>180</y>
3466 <width>71</width>
3467 <height>24</height>
3468 </rect>
3469 </property>
3470 <property name="alignment">
3471 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3472 </property>
3473 <property name="readOnly">
3474 <bool>true</bool>
3475 </property>
3476 <property name="buttonSymbols">
3477 <enum>QAbstractSpinBox::NoButtons</enum>
3478 </property>
3479 <property name="decimals">
3480 <number>1</number>
3481 </property>
3482 <property name="maximum">
3483 <double>1000.000000000000000</double>
3484 </property>
3485 </widget>
3486 <widget class="QDoubleSpinBox" name="wb_mgEdit">
3487 <property name="geometry">
3488 <rect>
3489 <x>380</x>
3490 <y>140</y>
3491 <width>71</width>
3492 <height>24</height>
3493 </rect>
3494 </property>
3495 <property name="toolTip">
3496 <string>The ideal amount of Magnesium is between 5 and 40.</string>
3497 </property>
3498 <property name="alignment">
3499 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3500 </property>
3501 <property name="readOnly">
3502 <bool>true</bool>
3503 </property>
3504 <property name="buttonSymbols">
3505 <enum>QAbstractSpinBox::NoButtons</enum>
3506 </property>
3507 <property name="decimals">
3508 <number>1</number>
3509 </property>
3510 <property name="maximum">
3511 <double>1000.000000000000000</double>
3512 </property>
3513 </widget>
3514 <widget class="QDoubleSpinBox" name="wb_hco3Edit">
3515 <property name="geometry">
3516 <rect>
3517 <x>460</x>
3518 <y>140</y>
3519 <width>71</width>
3520 <height>24</height>
3521 </rect>
3522 </property>
3523 <property name="toolTip">
3524 <string>0 to 50 for light beers, 50 to 150 for amber beers, 150 to 250 for dark beers.</string>
3525 </property>
3526 <property name="alignment">
3527 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3528 </property>
3529 <property name="readOnly">
3530 <bool>true</bool>
3531 </property>
3532 <property name="buttonSymbols">
3533 <enum>QAbstractSpinBox::NoButtons</enum>
3534 </property>
3535 <property name="decimals">
3536 <number>1</number>
3537 </property>
3538 <property name="maximum">
3539 <double>1000.000000000000000</double>
3540 </property>
3541 </widget>
3542 <widget class="QDoubleSpinBox" name="wb_so4Edit">
3543 <property name="geometry">
3544 <rect>
3545 <x>780</x>
3546 <y>140</y>
3547 <width>71</width>
3548 <height>24</height>
3549 </rect>
3550 </property>
3551 <property name="toolTip">
3552 <string>The ideal Sulfate amount should be between 50 and 400.
3553 Together with Chloride it must be below 500.</string>
3554 </property>
3555 <property name="alignment">
3556 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3557 </property>
3558 <property name="readOnly">
3559 <bool>true</bool>
3560 </property>
3561 <property name="buttonSymbols">
3562 <enum>QAbstractSpinBox::NoButtons</enum>
3563 </property>
3564 <property name="decimals">
3565 <number>1</number>
3566 </property>
3567 <property name="maximum">
3568 <double>1000.000000000000000</double>
3569 </property>
3570 </widget>
3571 <widget class="QDoubleSpinBox" name="wb_caEdit">
3572 <property name="geometry">
3573 <rect>
3574 <x>300</x>
3575 <y>140</y>
3576 <width>71</width>
3577 <height>24</height>
3578 </rect>
3579 </property>
3580 <property name="toolTip">
3581 <string>The ideal amount of Calcium is between 40 and 150.</string>
3582 </property>
3583 <property name="alignment">
3584 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3585 </property>
3586 <property name="readOnly">
3587 <bool>true</bool>
3588 </property>
3589 <property name="buttonSymbols">
3590 <enum>QAbstractSpinBox::NoButtons</enum>
3591 </property>
3592 <property name="decimals">
3593 <number>1</number>
3594 </property>
3595 <property name="maximum">
3596 <double>1000.000000000000000</double>
3597 </property>
3598 </widget>
3599 <widget class="QDoubleSpinBox" name="wb_clEdit">
3600 <property name="geometry">
3601 <rect>
3602 <x>700</x>
3603 <y>140</y>
3604 <width>71</width>
3605 <height>24</height>
3606 </rect>
3607 </property>
3608 <property name="toolTip">
3609 <string>The ideal Chloride amount is between 50 and 150.
3610 Together with Sulfate it must be below 500.</string>
3611 </property>
3612 <property name="alignment">
3613 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3614 </property>
3615 <property name="readOnly">
3616 <bool>true</bool>
3617 </property>
3618 <property name="buttonSymbols">
3619 <enum>QAbstractSpinBox::NoButtons</enum>
3620 </property>
3621 <property name="decimals">
3622 <number>1</number>
3623 </property>
3624 <property name="maximum">
3625 <double>1000.000000000000000</double>
3626 </property>
3627 </widget>
3628 <widget class="QDoubleSpinBox" name="wb_caco3Edit">
3629 <property name="geometry">
3630 <rect>
3631 <x>540</x>
3632 <y>140</y>
3633 <width>71</width>
3634 <height>24</height>
3635 </rect>
3636 </property>
3637 <property name="alignment">
3638 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3639 </property>
3640 <property name="readOnly">
3641 <bool>true</bool>
3642 </property>
3643 <property name="buttonSymbols">
3644 <enum>QAbstractSpinBox::NoButtons</enum>
3645 </property>
3646 <property name="decimals">
3647 <number>1</number>
3648 </property>
3649 <property name="maximum">
3650 <double>1000.000000000000000</double>
3651 </property>
3652 </widget>
3653 <widget class="QDoubleSpinBox" name="wb_naEdit">
3654 <property name="geometry">
3655 <rect>
3656 <x>620</x>
3657 <y>140</y>
3658 <width>71</width>
3659 <height>24</height>
3660 </rect>
3661 </property>
3662 <property name="toolTip">
3663 <string>The ideal amount of Natrium should be below 150.</string>
3664 </property>
3665 <property name="alignment">
3666 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3667 </property>
3668 <property name="readOnly">
3669 <bool>true</bool>
3670 </property>
3671 <property name="buttonSymbols">
3672 <enum>QAbstractSpinBox::NoButtons</enum>
3673 </property>
3674 <property name="decimals">
3675 <number>1</number>
3676 </property>
3677 <property name="maximum">
3678 <double>1000.000000000000000</double>
3679 </property>
3680 </widget>
3681 <widget class="QLabel" name="profileLabel">
3682 <property name="geometry">
3683 <rect>
3684 <x>10</x>
3685 <y>20</y>
3686 <width>171</width>
3687 <height>21</height>
3688 </rect>
3689 </property>
3690 <property name="text">
3691 <string>Water profile</string>
3692 </property>
3693 <property name="alignment">
3694 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
3695 </property>
3696 </widget>
3697 <widget class="QComboBox" name="w1_nameEdit">
3698 <property name="geometry">
3699 <rect>
3700 <x>10</x>
3701 <y>50</y>
3702 <width>181</width>
3703 <height>23</height>
3704 </rect>
3705 </property>
3706 <property name="toolTip">
3707 <string>The main brewing water</string>
3708 </property>
3709 <property name="currentText">
3710 <string/>
3711 </property>
3712 <property name="placeholderText">
3713 <string>Choose water</string>
3714 </property>
3715 </widget>
3716 <widget class="QComboBox" name="w2_nameEdit">
3717 <property name="geometry">
3718 <rect>
3719 <x>10</x>
3720 <y>80</y>
3721 <width>181</width>
3722 <height>23</height>
3723 </rect>
3724 </property>
3725 <property name="toolTip">
3726 <string>Optional dilution water</string>
3727 </property>
3728 <property name="placeholderText">
3729 <string>Choose dilution</string>
3730 </property>
3731 </widget>
3732 <widget class="QComboBox" name="wt_sourceEdit">
3733 <property name="geometry">
3734 <rect>
3735 <x>10</x>
3736 <y>180</y>
3737 <width>181</width>
3738 <height>23</height>
3739 </rect>
3740 </property>
3741 <property name="toolTip">
3742 <string>If needed, choose a target water profile.</string>
3743 </property>
3744 <property name="placeholderText">
3745 <string>Choose example water</string>
3746 </property>
3747 </widget>
3748 <widget class="QLabel" name="mixedLabel">
3749 <property name="geometry">
3750 <rect>
3751 <x>10</x>
3752 <y>110</y>
3753 <width>171</width>
3754 <height>21</height>
3755 </rect>
3756 </property>
3757 <property name="text">
3758 <string>Mixed water</string>
3759 </property>
3760 <property name="alignment">
3761 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
3762 </property>
3763 </widget>
3764 <widget class="QLabel" name="treatedLabel">
3765 <property name="geometry">
3766 <rect>
3767 <x>10</x>
3768 <y>140</y>
3769 <width>171</width>
3770 <height>21</height>
3771 </rect>
3772 </property>
3773 <property name="text">
3774 <string>Treated water</string>
3775 </property>
3776 <property name="alignment">
3777 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
3778 </property>
3779 </widget>
3780 <widget class="QDoubleSpinBox" name="wt_raEdit">
3781 <property name="geometry">
3782 <rect>
3783 <x>1020</x>
3784 <y>180</y>
3785 <width>71</width>
3786 <height>24</height>
3787 </rect>
3788 </property>
3789 <property name="alignment">
3790 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3791 </property>
3792 <property name="readOnly">
3793 <bool>true</bool>
3794 </property>
3795 <property name="buttonSymbols">
3796 <enum>QAbstractSpinBox::NoButtons</enum>
3797 </property>
3798 <property name="decimals">
3799 <number>1</number>
3800 </property>
3801 <property name="minimum">
3802 <double>-1000.000000000000000</double>
3803 </property>
3804 <property name="maximum">
3805 <double>1000.000000000000000</double>
3806 </property>
3807 </widget>
3808 <widget class="QDoubleSpinBox" name="wg_hardnessEdit">
3809 <property name="geometry">
3810 <rect>
3811 <x>940</x>
3812 <y>110</y>
3813 <width>71</width>
3814 <height>24</height>
3815 </rect>
3816 </property>
3817 <property name="alignment">
3818 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3819 </property>
3820 <property name="readOnly">
3821 <bool>true</bool>
3822 </property>
3823 <property name="buttonSymbols">
3824 <enum>QAbstractSpinBox::NoButtons</enum>
3825 </property>
3826 <property name="decimals">
3827 <number>1</number>
3828 </property>
3829 <property name="maximum">
3830 <double>1000.000000000000000</double>
3831 </property>
3832 </widget>
3833 <widget class="QDoubleSpinBox" name="w2_raEdit">
3834 <property name="geometry">
3835 <rect>
3836 <x>1020</x>
3837 <y>80</y>
3838 <width>71</width>
3839 <height>24</height>
3840 </rect>
3841 </property>
3842 <property name="alignment">
3843 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3844 </property>
3845 <property name="readOnly">
3846 <bool>true</bool>
3847 </property>
3848 <property name="buttonSymbols">
3849 <enum>QAbstractSpinBox::NoButtons</enum>
3850 </property>
3851 <property name="decimals">
3852 <number>1</number>
3853 </property>
3854 <property name="minimum">
3855 <double>-1000.000000000000000</double>
3856 </property>
3857 <property name="maximum">
3858 <double>1000.000000000000000</double>
3859 </property>
3860 </widget>
3861 <widget class="QDoubleSpinBox" name="wt_hardnessEdit">
3862 <property name="geometry">
3863 <rect>
3864 <x>940</x>
3865 <y>180</y>
3866 <width>71</width>
3867 <height>24</height>
3868 </rect>
3869 </property>
3870 <property name="alignment">
3871 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3872 </property>
3873 <property name="readOnly">
3874 <bool>true</bool>
3875 </property>
3876 <property name="buttonSymbols">
3877 <enum>QAbstractSpinBox::NoButtons</enum>
3878 </property>
3879 <property name="decimals">
3880 <number>1</number>
3881 </property>
3882 <property name="maximum">
3883 <double>1000.000000000000000</double>
3884 </property>
3885 </widget>
3886 <widget class="QDoubleSpinBox" name="w2_hardnessEdit">
3887 <property name="geometry">
3888 <rect>
3889 <x>940</x>
3890 <y>80</y>
3891 <width>71</width>
3892 <height>24</height>
3893 </rect>
3894 </property>
3895 <property name="alignment">
3896 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3897 </property>
3898 <property name="readOnly">
3899 <bool>true</bool>
3900 </property>
3901 <property name="buttonSymbols">
3902 <enum>QAbstractSpinBox::NoButtons</enum>
3903 </property>
3904 <property name="decimals">
3905 <number>1</number>
3906 </property>
3907 <property name="maximum">
3908 <double>1000.000000000000000</double>
3909 </property>
3910 </widget>
3911 <widget class="QDoubleSpinBox" name="wg_raEdit">
3912 <property name="geometry">
3913 <rect>
3914 <x>1020</x>
3915 <y>110</y>
3916 <width>71</width>
3917 <height>24</height>
3918 </rect>
3919 </property>
3920 <property name="alignment">
3921 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3922 </property>
3923 <property name="readOnly">
3924 <bool>true</bool>
3925 </property>
3926 <property name="buttonSymbols">
3927 <enum>QAbstractSpinBox::NoButtons</enum>
3928 </property>
3929 <property name="decimals">
3930 <number>1</number>
3931 </property>
3932 <property name="minimum">
3933 <double>-1000.000000000000000</double>
3934 </property>
3935 <property name="maximum">
3936 <double>1000.000000000000000</double>
3937 </property>
3938 </widget>
3939 <widget class="QDoubleSpinBox" name="w1_hardnessEdit">
3940 <property name="geometry">
3941 <rect>
3942 <x>940</x>
3943 <y>50</y>
3944 <width>71</width>
3945 <height>24</height>
3946 </rect>
3947 </property>
3948 <property name="alignment">
3949 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3950 </property>
3951 <property name="readOnly">
3952 <bool>true</bool>
3953 </property>
3954 <property name="buttonSymbols">
3955 <enum>QAbstractSpinBox::NoButtons</enum>
3956 </property>
3957 <property name="decimals">
3958 <number>1</number>
3959 </property>
3960 <property name="maximum">
3961 <double>1000.000000000000000</double>
3962 </property>
3963 </widget>
3964 <widget class="QDoubleSpinBox" name="w1_raEdit">
3965 <property name="geometry">
3966 <rect>
3967 <x>1020</x>
3968 <y>50</y>
3969 <width>71</width>
3970 <height>24</height>
3971 </rect>
3972 </property>
3973 <property name="alignment">
3974 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3975 </property>
3976 <property name="readOnly">
3977 <bool>true</bool>
3978 </property>
3979 <property name="buttonSymbols">
3980 <enum>QAbstractSpinBox::NoButtons</enum>
3981 </property>
3982 <property name="decimals">
3983 <number>1</number>
3984 </property>
3985 <property name="minimum">
3986 <double>-1000.000000000000000</double>
3987 </property>
3988 <property name="maximum">
3989 <double>1000.000000000000000</double>
3990 </property>
3991 </widget>
3992 <widget class="QLabel" name="raLabel">
3993 <property name="geometry">
3994 <rect>
3995 <x>1020</x>
3996 <y>20</y>
3997 <width>71</width>
3998 <height>21</height>
3999 </rect>
4000 </property>
4001 <property name="text">
4002 <string>RA</string>
4003 </property>
4004 <property name="alignment">
4005 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4006 </property>
4007 </widget>
4008 <widget class="QDoubleSpinBox" name="wb_raEdit">
4009 <property name="geometry">
4010 <rect>
4011 <x>1020</x>
4012 <y>140</y>
4013 <width>71</width>
4014 <height>24</height>
4015 </rect>
4016 </property>
4017 <property name="alignment">
4018 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4019 </property>
4020 <property name="readOnly">
4021 <bool>true</bool>
4022 </property>
4023 <property name="buttonSymbols">
4024 <enum>QAbstractSpinBox::NoButtons</enum>
4025 </property>
4026 <property name="decimals">
4027 <number>1</number>
4028 </property>
4029 <property name="minimum">
4030 <double>-1000.000000000000000</double>
4031 </property>
4032 <property name="maximum">
4033 <double>1000.000000000000000</double>
4034 </property>
4035 </widget>
4036 <widget class="QDoubleSpinBox" name="wb_hardnessEdit">
4037 <property name="geometry">
4038 <rect>
4039 <x>940</x>
4040 <y>140</y>
4041 <width>71</width>
4042 <height>24</height>
4043 </rect>
4044 </property>
4045 <property name="alignment">
4046 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4047 </property>
4048 <property name="readOnly">
4049 <bool>true</bool>
4050 </property>
4051 <property name="buttonSymbols">
4052 <enum>QAbstractSpinBox::NoButtons</enum>
4053 </property>
4054 <property name="decimals">
4055 <number>1</number>
4056 </property>
4057 <property name="maximum">
4058 <double>1000.000000000000000</double>
4059 </property>
4060 </widget>
4061 <widget class="QLabel" name="hardnessLabel">
4062 <property name="geometry">
4063 <rect>
4064 <x>940</x>
4065 <y>20</y>
4066 <width>71</width>
4067 <height>21</height>
4068 </rect>
4069 </property>
4070 <property name="text">
4071 <string>Hardness</string>
4072 </property>
4073 <property name="alignment">
4074 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4075 </property>
4076 </widget>
4077 </widget>
4078 <widget class="QGroupBox" name="brewsaltsBox">
4079 <property name="geometry">
4080 <rect>
4081 <x>10</x>
4082 <y>230</y>
4083 <width>271</width>
4084 <height>241</height>
4085 </rect>
4086 </property>
4087 <property name="title">
4088 <string>Water agents</string>
4089 </property>
4090 <widget class="QLabel" name="bs_cacl2Label">
4091 <property name="geometry">
4092 <rect>
4093 <x>10</x>
4094 <y>20</y>
4095 <width>151</width>
4096 <height>20</height>
4097 </rect>
4098 </property>
4099 <property name="toolTip">
4100 <string>Calcium Chloride</string>
4101 </property>
4102 <property name="text">
4103 <string>CaCl2:</string>
4104 </property>
4105 <property name="alignment">
4106 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4107 </property>
4108 </widget>
4109 <widget class="QLabel" name="bs_caso4Label">
4110 <property name="geometry">
4111 <rect>
4112 <x>10</x>
4113 <y>50</y>
4114 <width>151</width>
4115 <height>20</height>
4116 </rect>
4117 </property>
4118 <property name="toolTip">
4119 <string>Gypsym</string>
4120 </property>
4121 <property name="text">
4122 <string>CaSO4:</string>
4123 </property>
4124 <property name="alignment">
4125 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4126 </property>
4127 </widget>
4128 <widget class="QLabel" name="bs_mgso4Label">
4129 <property name="geometry">
4130 <rect>
4131 <x>10</x>
4132 <y>80</y>
4133 <width>151</width>
4134 <height>20</height>
4135 </rect>
4136 </property>
4137 <property name="toolTip">
4138 <string>Epsom</string>
4139 </property>
4140 <property name="text">
4141 <string>MgSO4:</string>
4142 </property>
4143 <property name="alignment">
4144 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4145 </property>
4146 </widget>
4147 <widget class="QLabel" name="bs_naclLabel">
4148 <property name="geometry">
4149 <rect>
4150 <x>10</x>
4151 <y>110</y>
4152 <width>151</width>
4153 <height>20</height>
4154 </rect>
4155 </property>
4156 <property name="toolTip">
4157 <string>Table salt</string>
4158 </property>
4159 <property name="text">
4160 <string>NaCl:</string>
4161 </property>
4162 <property name="alignment">
4163 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4164 </property>
4165 </widget>
4166 <widget class="QLabel" name="bs_mgcl2Label">
4167 <property name="geometry">
4168 <rect>
4169 <x>10</x>
4170 <y>140</y>
4171 <width>151</width>
4172 <height>20</height>
4173 </rect>
4174 </property>
4175 <property name="toolTip">
4176 <string>Magnesium Chloride</string>
4177 </property>
4178 <property name="text">
4179 <string>MgCl2:</string>
4180 </property>
4181 <property name="alignment">
4182 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4183 </property>
4184 </widget>
4185 <widget class="QLabel" name="bs_nahco3Label">
4186 <property name="geometry">
4187 <rect>
4188 <x>10</x>
4189 <y>170</y>
4190 <width>151</width>
4191 <height>20</height>
4192 </rect>
4193 </property>
4194 <property name="toolTip">
4195 <string>Baking soda</string>
4196 </property>
4197 <property name="text">
4198 <string>NaHCO3:</string>
4199 </property>
4200 <property name="alignment">
4201 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4202 </property>
4203 </widget>
4204 <widget class="QLabel" name="bs_caco3Label">
4205 <property name="geometry">
4206 <rect>
4207 <x>10</x>
4208 <y>200</y>
4209 <width>151</width>
4210 <height>20</height>
4211 </rect>
4212 </property>
4213 <property name="toolTip">
4214 <string>Chalk undissolved</string>
4215 </property>
4216 <property name="text">
4217 <string>CaCO3:</string>
4218 </property>
4219 <property name="alignment">
4220 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4221 </property>
4222 </widget> 2572 </widget>
4223 <widget class="QDoubleSpinBox" name="bs_cacl2Edit"> 2573 <widget class="QDoubleSpinBox" name="bs_cacl2Edit">
4224 <property name="geometry"> 2574 <property name="geometry">
4225 <rect> 2575 <rect>
4226 <x>170</x> 2576 <x>90</x>
4227 <y>20</y> 2577 <y>20</y>
4228 <width>91</width> 2578 <width>91</width>
4229 <height>24</height> 2579 <height>24</height>
4230 </rect> 2580 </rect>
4231 </property> 2581 </property>
4253 </property> 2603 </property>
4254 </widget> 2604 </widget>
4255 <widget class="QDoubleSpinBox" name="bs_caso4Edit"> 2605 <widget class="QDoubleSpinBox" name="bs_caso4Edit">
4256 <property name="geometry"> 2606 <property name="geometry">
4257 <rect> 2607 <rect>
4258 <x>170</x> 2608 <x>90</x>
4259 <y>50</y> 2609 <y>50</y>
4260 <width>91</width> 2610 <width>91</width>
4261 <height>24</height> 2611 <height>24</height>
4262 </rect> 2612 </rect>
4263 </property> 2613 </property>
4285 </property> 2635 </property>
4286 </widget> 2636 </widget>
4287 <widget class="QDoubleSpinBox" name="bs_mgso4Edit"> 2637 <widget class="QDoubleSpinBox" name="bs_mgso4Edit">
4288 <property name="geometry"> 2638 <property name="geometry">
4289 <rect> 2639 <rect>
4290 <x>170</x> 2640 <x>90</x>
4291 <y>80</y> 2641 <y>80</y>
4292 <width>91</width> 2642 <width>91</width>
4293 <height>24</height> 2643 <height>24</height>
4294 </rect> 2644 </rect>
4295 </property> 2645 </property>
4316 </property> 2666 </property>
4317 </widget> 2667 </widget>
4318 <widget class="QDoubleSpinBox" name="bs_naclEdit"> 2668 <widget class="QDoubleSpinBox" name="bs_naclEdit">
4319 <property name="geometry"> 2669 <property name="geometry">
4320 <rect> 2670 <rect>
4321 <x>170</x> 2671 <x>90</x>
4322 <y>110</y> 2672 <y>110</y>
4323 <width>91</width> 2673 <width>91</width>
4324 <height>24</height> 2674 <height>24</height>
4325 </rect> 2675 </rect>
4326 </property> 2676 </property>
4348 </property> 2698 </property>
4349 </widget> 2699 </widget>
4350 <widget class="QDoubleSpinBox" name="bs_mgcl2Edit"> 2700 <widget class="QDoubleSpinBox" name="bs_mgcl2Edit">
4351 <property name="geometry"> 2701 <property name="geometry">
4352 <rect> 2702 <rect>
4353 <x>170</x> 2703 <x>90</x>
4354 <y>140</y> 2704 <y>140</y>
4355 <width>91</width> 2705 <width>91</width>
4356 <height>24</height> 2706 <height>24</height>
4357 </rect> 2707 </rect>
4358 </property> 2708 </property>
4379 </property> 2729 </property>
4380 </widget> 2730 </widget>
4381 <widget class="QDoubleSpinBox" name="bs_nahco3Edit"> 2731 <widget class="QDoubleSpinBox" name="bs_nahco3Edit">
4382 <property name="geometry"> 2732 <property name="geometry">
4383 <rect> 2733 <rect>
4384 <x>170</x> 2734 <x>90</x>
4385 <y>170</y> 2735 <y>170</y>
4386 <width>91</width> 2736 <width>91</width>
4387 <height>24</height> 2737 <height>24</height>
4388 </rect> 2738 </rect>
4389 </property> 2739 </property>
4410 </property> 2760 </property>
4411 </widget> 2761 </widget>
4412 <widget class="QDoubleSpinBox" name="bs_caco3Edit"> 2762 <widget class="QDoubleSpinBox" name="bs_caco3Edit">
4413 <property name="geometry"> 2763 <property name="geometry">
4414 <rect> 2764 <rect>
4415 <x>170</x> 2765 <x>90</x>
4416 <y>200</y> 2766 <y>200</y>
4417 <width>91</width> 2767 <width>91</width>
4418 <height>24</height> 2768 <height>24</height>
4419 </rect> 2769 </rect>
4420 </property> 2770 </property>
4438 </property> 2788 </property>
4439 <property name="singleStep"> 2789 <property name="singleStep">
4440 <double>0.100000000000000</double> 2790 <double>0.100000000000000</double>
4441 </property> 2791 </property>
4442 </widget> 2792 </widget>
4443 </widget> 2793 <widget class="QDoubleSpinBox" name="ss_cacl2Edit">
4444 <widget class="QGroupBox" name="mashBox"> 2794 <property name="geometry">
4445 <property name="geometry"> 2795 <rect>
4446 <rect> 2796 <x>190</x>
4447 <x>350</x>
4448 <y>230</y>
4449 <width>421</width>
4450 <height>91</height>
4451 </rect>
4452 </property>
4453 <property name="title">
4454 <string>Mash water</string>
4455 </property>
4456 <widget class="QLabel" name="mw_phLabel">
4457 <property name="geometry">
4458 <rect>
4459 <x>10</x>
4460 <y>20</y> 2797 <y>20</y>
4461 <width>111</width> 2798 <width>91</width>
4462 <height>20</height> 2799 <height>24</height>
4463 </rect> 2800 </rect>
4464 </property> 2801 </property>
4465 <property name="text"> 2802 <property name="toolTip">
4466 <string>Desired pH:</string> 2803 <string>To change the water profile. This adds Calcium and Chloride.
2804 To improve sweet style beers.</string>
4467 </property> 2805 </property>
4468 <property name="alignment"> 2806 <property name="alignment">
4469 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 2807 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4470 </property> 2808 </property>
2809 <property name="accelerated">
2810 <bool>true</bool>
2811 </property>
2812 <property name="suffix">
2813 <string> gr</string>
2814 </property>
2815 <property name="decimals">
2816 <number>2</number>
2817 </property>
2818 <property name="maximum">
2819 <double>1000.000000000000000</double>
2820 </property>
2821 <property name="singleStep">
2822 <double>0.100000000000000</double>
2823 </property>
2824 </widget>
2825 <widget class="QDoubleSpinBox" name="ss_mgso4Edit">
2826 <property name="geometry">
2827 <rect>
2828 <x>190</x>
2829 <y>80</y>
2830 <width>91</width>
2831 <height>24</height>
2832 </rect>
2833 </property>
2834 <property name="toolTip">
2835 <string>Epsom salt to change the water profile. Use with caution!</string>
2836 </property>
2837 <property name="alignment">
2838 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2839 </property>
2840 <property name="accelerated">
2841 <bool>true</bool>
2842 </property>
2843 <property name="suffix">
2844 <string> gr</string>
2845 </property>
2846 <property name="decimals">
2847 <number>2</number>
2848 </property>
2849 <property name="maximum">
2850 <double>1000.000000000000000</double>
2851 </property>
2852 <property name="singleStep">
2853 <double>0.100000000000000</double>
2854 </property>
2855 </widget>
2856 <widget class="QDoubleSpinBox" name="ss_naclEdit">
2857 <property name="geometry">
2858 <rect>
2859 <x>190</x>
2860 <y>110</y>
2861 <width>91</width>
2862 <height>24</height>
2863 </rect>
2864 </property>
2865 <property name="toolTip">
2866 <string>Table salt to change the water profile. This adds Sodium and Chloride.
2867 Improves the sweetness of the beer. The beer will become salty at high doses.</string>
2868 </property>
2869 <property name="alignment">
2870 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2871 </property>
2872 <property name="accelerated">
2873 <bool>true</bool>
2874 </property>
2875 <property name="suffix">
2876 <string> gr</string>
2877 </property>
2878 <property name="decimals">
2879 <number>2</number>
2880 </property>
2881 <property name="maximum">
2882 <double>1000.000000000000000</double>
2883 </property>
2884 <property name="singleStep">
2885 <double>0.100000000000000</double>
2886 </property>
2887 </widget>
2888 <widget class="QDoubleSpinBox" name="ss_caso4Edit">
2889 <property name="geometry">
2890 <rect>
2891 <x>190</x>
2892 <y>50</y>
2893 <width>91</width>
2894 <height>24</height>
2895 </rect>
2896 </property>
2897 <property name="toolTip">
2898 <string>Gypsum to change the water profile. This adds Calcium and Sulfate.
2899 To improve bitter beers.</string>
2900 </property>
2901 <property name="alignment">
2902 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2903 </property>
2904 <property name="accelerated">
2905 <bool>true</bool>
2906 </property>
2907 <property name="suffix">
2908 <string> gr</string>
2909 </property>
2910 <property name="decimals">
2911 <number>2</number>
2912 </property>
2913 <property name="maximum">
2914 <double>1000.000000000000000</double>
2915 </property>
2916 <property name="singleStep">
2917 <double>0.100000000000000</double>
2918 </property>
2919 </widget>
2920 <widget class="QDoubleSpinBox" name="ss_mgcl2Edit">
2921 <property name="geometry">
2922 <rect>
2923 <x>190</x>
2924 <y>140</y>
2925 <width>91</width>
2926 <height>24</height>
2927 </rect>
2928 </property>
2929 <property name="toolTip">
2930 <string>Magnesium Chloride</string>
2931 </property>
2932 <property name="alignment">
2933 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2934 </property>
2935 <property name="accelerated">
2936 <bool>true</bool>
2937 </property>
2938 <property name="suffix">
2939 <string> gr</string>
2940 </property>
2941 <property name="decimals">
2942 <number>2</number>
2943 </property>
2944 <property name="maximum">
2945 <double>1000.000000000000000</double>
2946 </property>
2947 <property name="singleStep">
2948 <double>0.100000000000000</double>
2949 </property>
2950 </widget>
2951 </widget>
2952 <widget class="QGroupBox" name="spargeBox">
2953 <property name="geometry">
2954 <rect>
2955 <x>780</x>
2956 <y>220</y>
2957 <width>331</width>
2958 <height>241</height>
2959 </rect>
2960 </property>
2961 <property name="title">
2962 <string>Acid Additions</string>
2963 </property>
2964 <widget class="QLabel" name="sp_phLabel">
2965 <property name="geometry">
2966 <rect>
2967 <x>10</x>
2968 <y>140</y>
2969 <width>131</width>
2970 <height>20</height>
2971 </rect>
2972 </property>
2973 <property name="text">
2974 <string>Desired sparge pH:</string>
2975 </property>
2976 <property name="alignment">
2977 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2978 </property>
2979 </widget>
2980 <widget class="QLabel" name="sp_acidtypeLabel">
2981 <property name="geometry">
2982 <rect>
2983 <x>10</x>
2984 <y>170</y>
2985 <width>131</width>
2986 <height>20</height>
2987 </rect>
2988 </property>
2989 <property name="text">
2990 <string>Acid type:</string>
2991 </property>
2992 <property name="alignment">
2993 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2994 </property>
2995 </widget>
2996 <widget class="QLabel" name="sp_acidvolLabel">
2997 <property name="geometry">
2998 <rect>
2999 <x>10</x>
3000 <y>200</y>
3001 <width>131</width>
3002 <height>20</height>
3003 </rect>
3004 </property>
3005 <property name="text">
3006 <string>Acid amount:</string>
3007 </property>
3008 <property name="alignment">
3009 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3010 </property>
3011 </widget>
3012 <widget class="QDoubleSpinBox" name="sp_phEdit">
3013 <property name="geometry">
3014 <rect>
3015 <x>150</x>
3016 <y>140</y>
3017 <width>101</width>
3018 <height>24</height>
3019 </rect>
3020 </property>
3021 <property name="alignment">
3022 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3023 </property>
3024 <property name="accelerated">
3025 <bool>true</bool>
3026 </property>
3027 <property name="decimals">
3028 <number>2</number>
3029 </property>
3030 <property name="maximum">
3031 <double>14.000000000000000</double>
3032 </property>
3033 <property name="singleStep">
3034 <double>0.100000000000000</double>
3035 </property>
3036 </widget>
3037 <widget class="QDoubleSpinBox" name="sp_acidpercEdit">
3038 <property name="geometry">
3039 <rect>
3040 <x>260</x>
3041 <y>170</y>
3042 <width>61</width>
3043 <height>24</height>
3044 </rect>
3045 </property>
3046 <property name="alignment">
3047 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3048 </property>
3049 <property name="readOnly">
3050 <bool>true</bool>
3051 </property>
3052 <property name="buttonSymbols">
3053 <enum>QAbstractSpinBox::NoButtons</enum>
3054 </property>
3055 <property name="accelerated">
3056 <bool>false</bool>
3057 </property>
3058 <property name="suffix">
3059 <string>%</string>
3060 </property>
3061 <property name="decimals">
3062 <number>0</number>
3063 </property>
3064 <property name="maximum">
3065 <double>100.000000000000000</double>
3066 </property>
3067 <property name="singleStep">
3068 <double>1.000000000000000</double>
3069 </property>
3070 </widget>
3071 <widget class="QDoubleSpinBox" name="sp_acidvolEdit">
3072 <property name="geometry">
3073 <rect>
3074 <x>150</x>
3075 <y>200</y>
3076 <width>89</width>
3077 <height>24</height>
3078 </rect>
3079 </property>
3080 <property name="alignment">
3081 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3082 </property>
3083 <property name="readOnly">
3084 <bool>false</bool>
3085 </property>
3086 <property name="buttonSymbols">
3087 <enum>QAbstractSpinBox::UpDownArrows</enum>
3088 </property>
3089 <property name="accelerated">
3090 <bool>true</bool>
3091 </property>
3092 <property name="suffix">
3093 <string> ml</string>
3094 </property>
3095 <property name="decimals">
3096 <number>2</number>
3097 </property>
3098 <property name="maximum">
3099 <double>10000.000000000000000</double>
3100 </property>
3101 <property name="singleStep">
3102 <double>0.100000000000000</double>
3103 </property>
3104 </widget>
3105 <widget class="QComboBox" name="sp_acidtypeEdit">
3106 <property name="geometry">
3107 <rect>
3108 <x>150</x>
3109 <y>170</y>
3110 <width>101</width>
3111 <height>23</height>
3112 </rect>
3113 </property>
3114 </widget>
3115 <widget class="QDoubleSpinBox" name="mw_acidvolEdit">
3116 <property name="geometry">
3117 <rect>
3118 <x>150</x>
3119 <y>110</y>
3120 <width>89</width>
3121 <height>24</height>
3122 </rect>
3123 </property>
3124 <property name="alignment">
3125 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3126 </property>
3127 <property name="accelerated">
3128 <bool>true</bool>
3129 </property>
3130 <property name="suffix">
3131 <string> ml</string>
3132 </property>
3133 <property name="decimals">
3134 <number>2</number>
3135 </property>
3136 <property name="maximum">
3137 <double>10000.000000000000000</double>
3138 </property>
3139 <property name="singleStep">
3140 <double>0.100000000000000</double>
3141 </property>
3142 </widget>
3143 <widget class="QLabel" name="mw_acidvolLabel">
3144 <property name="geometry">
3145 <rect>
3146 <x>10</x>
3147 <y>110</y>
3148 <width>131</width>
3149 <height>20</height>
3150 </rect>
3151 </property>
3152 <property name="text">
3153 <string>Acid amount:</string>
3154 </property>
3155 <property name="alignment">
3156 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3157 </property>
3158 </widget>
3159 <widget class="QDoubleSpinBox" name="mw_acidpercEdit">
3160 <property name="geometry">
3161 <rect>
3162 <x>260</x>
3163 <y>80</y>
3164 <width>61</width>
3165 <height>24</height>
3166 </rect>
3167 </property>
3168 <property name="alignment">
3169 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3170 </property>
3171 <property name="readOnly">
3172 <bool>true</bool>
3173 </property>
3174 <property name="buttonSymbols">
3175 <enum>QAbstractSpinBox::NoButtons</enum>
3176 </property>
3177 <property name="accelerated">
3178 <bool>false</bool>
3179 </property>
3180 <property name="suffix">
3181 <string>%</string>
3182 </property>
3183 <property name="decimals">
3184 <number>0</number>
3185 </property>
3186 <property name="maximum">
3187 <double>100.000000000000000</double>
3188 </property>
3189 <property name="singleStep">
3190 <double>1.000000000000000</double>
3191 </property>
3192 </widget>
3193 <widget class="QComboBox" name="mw_acidPick">
3194 <property name="geometry">
3195 <rect>
3196 <x>150</x>
3197 <y>80</y>
3198 <width>101</width>
3199 <height>23</height>
3200 </rect>
3201 </property>
3202 </widget>
3203 <widget class="QLabel" name="mw_acidLabel">
3204 <property name="geometry">
3205 <rect>
3206 <x>10</x>
3207 <y>80</y>
3208 <width>131</width>
3209 <height>20</height>
3210 </rect>
3211 </property>
3212 <property name="text">
3213 <string>Acid to use:</string>
3214 </property>
3215 <property name="alignment">
3216 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3217 </property>
3218 </widget>
3219 <widget class="QDoubleSpinBox" name="mw_phEdit">
3220 <property name="geometry">
3221 <rect>
3222 <x>150</x>
3223 <y>50</y>
3224 <width>101</width>
3225 <height>24</height>
3226 </rect>
3227 </property>
3228 <property name="toolTip">
3229 <string>Mash pH should be between 5.2 and 5.6. Use 5.2 for light and 5.5 for dark beers.</string>
3230 </property>
3231 <property name="alignment">
3232 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3233 </property>
3234 <property name="accelerated">
3235 <bool>true</bool>
3236 </property>
3237 <property name="decimals">
3238 <number>2</number>
3239 </property>
3240 <property name="maximum">
3241 <double>14.000000000000000</double>
3242 </property>
3243 <property name="singleStep">
3244 <double>0.100000000000000</double>
3245 </property>
3246 </widget>
3247 <widget class="QLabel" name="mw_phLabel">
3248 <property name="geometry">
3249 <rect>
3250 <x>10</x>
3251 <y>50</y>
3252 <width>131</width>
3253 <height>20</height>
3254 </rect>
3255 </property>
3256 <property name="text">
3257 <string>Desired mash pH:</string>
3258 </property>
3259 <property name="alignment">
3260 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3261 </property>
4471 </widget> 3262 </widget>
4472 <widget class="QLabel" name="mw_autoLabel"> 3263 <widget class="QLabel" name="mw_autoLabel">
4473 <property name="geometry"> 3264 <property name="geometry">
4474 <rect> 3265 <rect>
4475 <x>235</x> 3266 <x>0</x>
4476 <y>20</y> 3267 <y>20</y>
4477 <width>141</width> 3268 <width>141</width>
4478 <height>20</height> 3269 <height>20</height>
4479 </rect> 3270 </rect>
4480 </property> 3271 </property>
4483 </property> 3274 </property>
4484 <property name="alignment"> 3275 <property name="alignment">
4485 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3276 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4486 </property> 3277 </property>
4487 </widget> 3278 </widget>
4488 <widget class="QLabel" name="mw_acidLabel">
4489 <property name="geometry">
4490 <rect>
4491 <x>10</x>
4492 <y>50</y>
4493 <width>111</width>
4494 <height>20</height>
4495 </rect>
4496 </property>
4497 <property name="text">
4498 <string>Acid to use:</string>
4499 </property>
4500 <property name="alignment">
4501 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4502 </property>
4503 </widget>
4504 <widget class="QComboBox" name="mw_acidPick">
4505 <property name="geometry">
4506 <rect>
4507 <x>130</x>
4508 <y>50</y>
4509 <width>101</width>
4510 <height>23</height>
4511 </rect>
4512 </property>
4513 </widget>
4514 <widget class="QDoubleSpinBox" name="mw_phEdit">
4515 <property name="geometry">
4516 <rect>
4517 <x>130</x>
4518 <y>20</y>
4519 <width>101</width>
4520 <height>24</height>
4521 </rect>
4522 </property>
4523 <property name="toolTip">
4524 <string>Mash pH should be between 5.2 and 5.6. Use 5.2 for light and 5.5 for dark beers.</string>
4525 </property>
4526 <property name="alignment">
4527 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4528 </property>
4529 <property name="accelerated">
4530 <bool>true</bool>
4531 </property>
4532 <property name="decimals">
4533 <number>2</number>
4534 </property>
4535 <property name="maximum">
4536 <double>14.000000000000000</double>
4537 </property>
4538 <property name="singleStep">
4539 <double>0.100000000000000</double>
4540 </property>
4541 </widget>
4542 <widget class="QDoubleSpinBox" name="mw_acidpercEdit">
4543 <property name="geometry">
4544 <rect>
4545 <x>240</x>
4546 <y>50</y>
4547 <width>61</width>
4548 <height>24</height>
4549 </rect>
4550 </property>
4551 <property name="alignment">
4552 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4553 </property>
4554 <property name="readOnly">
4555 <bool>true</bool>
4556 </property>
4557 <property name="buttonSymbols">
4558 <enum>QAbstractSpinBox::NoButtons</enum>
4559 </property>
4560 <property name="accelerated">
4561 <bool>false</bool>
4562 </property>
4563 <property name="suffix">
4564 <string>%</string>
4565 </property>
4566 <property name="decimals">
4567 <number>0</number>
4568 </property>
4569 <property name="maximum">
4570 <double>100.000000000000000</double>
4571 </property>
4572 <property name="singleStep">
4573 <double>1.000000000000000</double>
4574 </property>
4575 </widget>
4576 <widget class="QDoubleSpinBox" name="mw_acidvolEdit">
4577 <property name="geometry">
4578 <rect>
4579 <x>310</x>
4580 <y>50</y>
4581 <width>89</width>
4582 <height>24</height>
4583 </rect>
4584 </property>
4585 <property name="alignment">
4586 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4587 </property>
4588 <property name="accelerated">
4589 <bool>true</bool>
4590 </property>
4591 <property name="suffix">
4592 <string> ml</string>
4593 </property>
4594 <property name="decimals">
4595 <number>2</number>
4596 </property>
4597 <property name="maximum">
4598 <double>10000.000000000000000</double>
4599 </property>
4600 <property name="singleStep">
4601 <double>0.100000000000000</double>
4602 </property>
4603 </widget>
4604 <widget class="QCheckBox" name="mw_autoEdit"> 3279 <widget class="QCheckBox" name="mw_autoEdit">
4605 <property name="geometry"> 3280 <property name="geometry">
4606 <rect> 3281 <rect>
4607 <x>385</x> 3282 <x>150</x>
4608 <y>20</y> 3283 <y>20</y>
4609 <width>16</width> 3284 <width>16</width>
4610 <height>21</height> 3285 <height>21</height>
4611 </rect> 3286 </rect>
4612 </property> 3287 </property>
4613 </widget> 3288 </widget>
4614 </widget> 3289 </widget>
4615 <widget class="QGroupBox" name="spargeBox">
4616 <property name="geometry">
4617 <rect>
4618 <x>840</x>
4619 <y>230</y>
4620 <width>271</width>
4621 <height>241</height>
4622 </rect>
4623 </property>
4624 <property name="title">
4625 <string>Sparge water</string>
4626 </property>
4627 <widget class="QLabel" name="sp_volLabel">
4628 <property name="geometry">
4629 <rect>
4630 <x>10</x>
4631 <y>20</y>
4632 <width>151</width>
4633 <height>20</height>
4634 </rect>
4635 </property>
4636 <property name="text">
4637 <string>Sparge water supply:</string>
4638 </property>
4639 <property name="alignment">
4640 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4641 </property>
4642 </widget>
4643 <widget class="QLabel" name="sp_tempLabel">
4644 <property name="geometry">
4645 <rect>
4646 <x>10</x>
4647 <y>50</y>
4648 <width>151</width>
4649 <height>20</height>
4650 </rect>
4651 </property>
4652 <property name="text">
4653 <string>Sparge temperature:</string>
4654 </property>
4655 <property name="alignment">
4656 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4657 </property>
4658 </widget>
4659 <widget class="QLabel" name="sp_sourceLabel">
4660 <property name="geometry">
4661 <rect>
4662 <x>10</x>
4663 <y>80</y>
4664 <width>151</width>
4665 <height>20</height>
4666 </rect>
4667 </property>
4668 <property name="text">
4669 <string>Water source:</string>
4670 </property>
4671 <property name="alignment">
4672 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4673 </property>
4674 </widget>
4675 <widget class="QLabel" name="sp_phLabel">
4676 <property name="geometry">
4677 <rect>
4678 <x>10</x>
4679 <y>110</y>
4680 <width>151</width>
4681 <height>20</height>
4682 </rect>
4683 </property>
4684 <property name="text">
4685 <string>Desired pH:</string>
4686 </property>
4687 <property name="alignment">
4688 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4689 </property>
4690 </widget>
4691 <widget class="QLabel" name="sp_acidtypeLabel">
4692 <property name="geometry">
4693 <rect>
4694 <x>10</x>
4695 <y>140</y>
4696 <width>151</width>
4697 <height>20</height>
4698 </rect>
4699 </property>
4700 <property name="text">
4701 <string>Acid type:</string>
4702 </property>
4703 <property name="alignment">
4704 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4705 </property>
4706 </widget>
4707 <widget class="QLabel" name="sp_acidpercLabel">
4708 <property name="geometry">
4709 <rect>
4710 <x>10</x>
4711 <y>170</y>
4712 <width>151</width>
4713 <height>20</height>
4714 </rect>
4715 </property>
4716 <property name="text">
4717 <string>Acid strength:</string>
4718 </property>
4719 <property name="alignment">
4720 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4721 </property>
4722 </widget>
4723 <widget class="QLabel" name="sp_acidvolLabel">
4724 <property name="geometry">
4725 <rect>
4726 <x>10</x>
4727 <y>200</y>
4728 <width>151</width>
4729 <height>20</height>
4730 </rect>
4731 </property>
4732 <property name="text">
4733 <string>Acid needed:</string>
4734 </property>
4735 <property name="alignment">
4736 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4737 </property>
4738 </widget>
4739 <widget class="QDoubleSpinBox" name="sp_volEdit">
4740 <property name="geometry">
4741 <rect>
4742 <x>170</x>
4743 <y>20</y>
4744 <width>91</width>
4745 <height>24</height>
4746 </rect>
4747 </property>
4748 <property name="alignment">
4749 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4750 </property>
4751 <property name="accelerated">
4752 <bool>true</bool>
4753 </property>
4754 <property name="decimals">
4755 <number>1</number>
4756 </property>
4757 <property name="maximum">
4758 <double>100000.000000000000000</double>
4759 </property>
4760 <property name="singleStep">
4761 <double>0.500000000000000</double>
4762 </property>
4763 </widget>
4764 <widget class="QDoubleSpinBox" name="sp_tempEdit">
4765 <property name="geometry">
4766 <rect>
4767 <x>170</x>
4768 <y>50</y>
4769 <width>91</width>
4770 <height>24</height>
4771 </rect>
4772 </property>
4773 <property name="alignment">
4774 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4775 </property>
4776 <property name="accelerated">
4777 <bool>true</bool>
4778 </property>
4779 <property name="decimals">
4780 <number>1</number>
4781 </property>
4782 <property name="maximum">
4783 <double>100.000000000000000</double>
4784 </property>
4785 <property name="singleStep">
4786 <double>0.500000000000000</double>
4787 </property>
4788 </widget>
4789 <widget class="QDoubleSpinBox" name="sp_phEdit">
4790 <property name="geometry">
4791 <rect>
4792 <x>170</x>
4793 <y>110</y>
4794 <width>91</width>
4795 <height>24</height>
4796 </rect>
4797 </property>
4798 <property name="alignment">
4799 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4800 </property>
4801 <property name="accelerated">
4802 <bool>true</bool>
4803 </property>
4804 <property name="decimals">
4805 <number>2</number>
4806 </property>
4807 <property name="maximum">
4808 <double>14.000000000000000</double>
4809 </property>
4810 <property name="singleStep">
4811 <double>0.100000000000000</double>
4812 </property>
4813 </widget>
4814 <widget class="QDoubleSpinBox" name="sp_acidpercEdit">
4815 <property name="geometry">
4816 <rect>
4817 <x>170</x>
4818 <y>170</y>
4819 <width>91</width>
4820 <height>24</height>
4821 </rect>
4822 </property>
4823 <property name="alignment">
4824 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4825 </property>
4826 <property name="readOnly">
4827 <bool>true</bool>
4828 </property>
4829 <property name="buttonSymbols">
4830 <enum>QAbstractSpinBox::NoButtons</enum>
4831 </property>
4832 <property name="accelerated">
4833 <bool>false</bool>
4834 </property>
4835 <property name="suffix">
4836 <string>%</string>
4837 </property>
4838 <property name="decimals">
4839 <number>0</number>
4840 </property>
4841 <property name="maximum">
4842 <double>100.000000000000000</double>
4843 </property>
4844 <property name="singleStep">
4845 <double>1.000000000000000</double>
4846 </property>
4847 </widget>
4848 <widget class="QDoubleSpinBox" name="sp_acidvolEdit">
4849 <property name="geometry">
4850 <rect>
4851 <x>170</x>
4852 <y>200</y>
4853 <width>91</width>
4854 <height>24</height>
4855 </rect>
4856 </property>
4857 <property name="alignment">
4858 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4859 </property>
4860 <property name="readOnly">
4861 <bool>true</bool>
4862 </property>
4863 <property name="buttonSymbols">
4864 <enum>QAbstractSpinBox::NoButtons</enum>
4865 </property>
4866 <property name="accelerated">
4867 <bool>false</bool>
4868 </property>
4869 <property name="suffix">
4870 <string> ml</string>
4871 </property>
4872 <property name="decimals">
4873 <number>2</number>
4874 </property>
4875 <property name="maximum">
4876 <double>10000.000000000000000</double>
4877 </property>
4878 <property name="singleStep">
4879 <double>0.100000000000000</double>
4880 </property>
4881 </widget>
4882 <widget class="QComboBox" name="sp_sourceEdit">
4883 <property name="geometry">
4884 <rect>
4885 <x>170</x>
4886 <y>80</y>
4887 <width>91</width>
4888 <height>23</height>
4889 </rect>
4890 </property>
4891 </widget>
4892 <widget class="QComboBox" name="sp_acidtypeEdit">
4893 <property name="geometry">
4894 <rect>
4895 <x>170</x>
4896 <y>140</y>
4897 <width>91</width>
4898 <height>23</height>
4899 </rect>
4900 </property>
4901 </widget>
4902 </widget>
4903 <widget class="QLabel" name="buguLabel"> 3290 <widget class="QLabel" name="buguLabel">
4904 <property name="geometry"> 3291 <property name="geometry">
4905 <rect> 3292 <rect>
4906 <x>290</x> 3293 <x>310</x>
4907 <y>340</y> 3294 <y>240</y>
4908 <width>181</width> 3295 <width>181</width>
4909 <height>20</height> 3296 <height>20</height>
4910 </rect> 3297 </rect>
4911 </property> 3298 </property>
4912 <property name="text"> 3299 <property name="text">
4917 </property> 3304 </property>
4918 </widget> 3305 </widget>
4919 <widget class="QDoubleSpinBox" name="buguEdit"> 3306 <widget class="QDoubleSpinBox" name="buguEdit">
4920 <property name="geometry"> 3307 <property name="geometry">
4921 <rect> 3308 <rect>
4922 <x>480</x> 3309 <x>500</x>
4923 <y>340</y> 3310 <y>240</y>
4924 <width>71</width> 3311 <width>71</width>
4925 <height>24</height> 3312 <height>24</height>
4926 </rect> 3313 </rect>
4927 </property> 3314 </property>
4928 <property name="alignment"> 3315 <property name="alignment">
4948 </property> 3335 </property>
4949 </widget> 3336 </widget>
4950 <widget class="QLabel" name="buguResult"> 3337 <widget class="QLabel" name="buguResult">
4951 <property name="geometry"> 3338 <property name="geometry">
4952 <rect> 3339 <rect>
4953 <x>560</x> 3340 <x>580</x>
4954 <y>340</y> 3341 <y>240</y>
4955 <width>211</width> 3342 <width>191</width>
4956 <height>20</height> 3343 <height>20</height>
4957 </rect> 3344 </rect>
4958 </property> 3345 </property>
4959 <property name="font"> 3346 <property name="font">
4960 <font> 3347 <font>
4969 </property> 3356 </property>
4970 </widget> 3357 </widget>
4971 <widget class="QLabel" name="so4clLabel"> 3358 <widget class="QLabel" name="so4clLabel">
4972 <property name="geometry"> 3359 <property name="geometry">
4973 <rect> 3360 <rect>
4974 <x>290</x> 3361 <x>310</x>
4975 <y>370</y> 3362 <y>270</y>
4976 <width>181</width> 3363 <width>181</width>
4977 <height>20</height> 3364 <height>20</height>
4978 </rect> 3365 </rect>
4979 </property> 3366 </property>
4980 <property name="text"> 3367 <property name="text">
4985 </property> 3372 </property>
4986 </widget> 3373 </widget>
4987 <widget class="QDoubleSpinBox" name="so4clEdit"> 3374 <widget class="QDoubleSpinBox" name="so4clEdit">
4988 <property name="geometry"> 3375 <property name="geometry">
4989 <rect> 3376 <rect>
4990 <x>480</x> 3377 <x>500</x>
4991 <y>370</y> 3378 <y>270</y>
4992 <width>71</width> 3379 <width>71</width>
4993 <height>24</height> 3380 <height>24</height>
4994 </rect> 3381 </rect>
4995 </property> 3382 </property>
4996 <property name="alignment"> 3383 <property name="alignment">
5016 </property> 3403 </property>
5017 </widget> 3404 </widget>
5018 <widget class="QLabel" name="so4clResult"> 3405 <widget class="QLabel" name="so4clResult">
5019 <property name="geometry"> 3406 <property name="geometry">
5020 <rect> 3407 <rect>
5021 <x>560</x> 3408 <x>580</x>
5022 <y>370</y> 3409 <y>270</y>
5023 <width>211</width> 3410 <width>191</width>
5024 <height>20</height> 3411 <height>20</height>
5025 </rect> 3412 </rect>
5026 </property> 3413 </property>
5027 <property name="font"> 3414 <property name="font">
5028 <font> 3415 <font>
5037 </property> 3424 </property>
5038 </widget> 3425 </widget>
5039 <widget class="QLabel" name="cur_so4clLabel"> 3426 <widget class="QLabel" name="cur_so4clLabel">
5040 <property name="geometry"> 3427 <property name="geometry">
5041 <rect> 3428 <rect>
5042 <x>290</x> 3429 <x>310</x>
5043 <y>400</y> 3430 <y>300</y>
5044 <width>181</width> 3431 <width>181</width>
5045 <height>20</height> 3432 <height>20</height>
5046 </rect> 3433 </rect>
5047 </property> 3434 </property>
5048 <property name="text"> 3435 <property name="text">
5053 </property> 3440 </property>
5054 </widget> 3441 </widget>
5055 <widget class="QDoubleSpinBox" name="cur_so4clEdit"> 3442 <widget class="QDoubleSpinBox" name="cur_so4clEdit">
5056 <property name="geometry"> 3443 <property name="geometry">
5057 <rect> 3444 <rect>
5058 <x>480</x> 3445 <x>500</x>
5059 <y>400</y> 3446 <y>300</y>
5060 <width>71</width> 3447 <width>71</width>
5061 <height>24</height> 3448 <height>24</height>
5062 </rect> 3449 </rect>
5063 </property> 3450 </property>
5064 <property name="alignment"> 3451 <property name="alignment">
5084 </property> 3471 </property>
5085 </widget> 3472 </widget>
5086 <widget class="RangedSlider" name="cur_so4clResult"> 3473 <widget class="RangedSlider" name="cur_so4clResult">
5087 <property name="geometry"> 3474 <property name="geometry">
5088 <rect> 3475 <rect>
5089 <x>559</x> 3476 <x>579</x>
5090 <y>400</y> 3477 <y>300</y>
5091 <width>211</width> 3478 <width>191</width>
5092 <height>20</height> 3479 <height>20</height>
5093 </rect> 3480 </rect>
5094 </property> 3481 </property>
5095 </widget> 3482 </widget>
5096 <widget class="QLabel" name="preboil_phLabel"> 3483 <widget class="QLabel" name="preboil_phLabel">
5097 <property name="geometry"> 3484 <property name="geometry">
5098 <rect> 3485 <rect>
5099 <x>290</x> 3486 <x>310</x>
5100 <y>430</y> 3487 <y>330</y>
5101 <width>181</width> 3488 <width>181</width>
5102 <height>20</height> 3489 <height>20</height>
5103 </rect> 3490 </rect>
5104 </property> 3491 </property>
5105 <property name="text"> 3492 <property name="text">
5110 </property> 3497 </property>
5111 </widget> 3498 </widget>
5112 <widget class="QDoubleSpinBox" name="preboil_phEdit"> 3499 <widget class="QDoubleSpinBox" name="preboil_phEdit">
5113 <property name="geometry"> 3500 <property name="geometry">
5114 <rect> 3501 <rect>
3502 <x>500</x>
3503 <y>330</y>
3504 <width>71</width>
3505 <height>24</height>
3506 </rect>
3507 </property>
3508 <property name="alignment">
3509 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3510 </property>
3511 <property name="readOnly">
3512 <bool>true</bool>
3513 </property>
3514 <property name="buttonSymbols">
3515 <enum>QAbstractSpinBox::NoButtons</enum>
3516 </property>
3517 <property name="decimals">
3518 <number>2</number>
3519 </property>
3520 <property name="maximum">
3521 <double>1000.000000000000000</double>
3522 </property>
3523 </widget>
3524 <widget class="QDoubleSpinBox" name="wt_naEdit">
3525 <property name="geometry">
3526 <rect>
3527 <x>640</x>
3528 <y>150</y>
3529 <width>71</width>
3530 <height>24</height>
3531 </rect>
3532 </property>
3533 <property name="alignment">
3534 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3535 </property>
3536 <property name="readOnly">
3537 <bool>true</bool>
3538 </property>
3539 <property name="buttonSymbols">
3540 <enum>QAbstractSpinBox::NoButtons</enum>
3541 </property>
3542 <property name="decimals">
3543 <number>1</number>
3544 </property>
3545 <property name="maximum">
3546 <double>1000.000000000000000</double>
3547 </property>
3548 </widget>
3549 <widget class="QDoubleSpinBox" name="wt_so4Edit">
3550 <property name="geometry">
3551 <rect>
3552 <x>800</x>
3553 <y>150</y>
3554 <width>71</width>
3555 <height>24</height>
3556 </rect>
3557 </property>
3558 <property name="alignment">
3559 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3560 </property>
3561 <property name="readOnly">
3562 <bool>true</bool>
3563 </property>
3564 <property name="buttonSymbols">
3565 <enum>QAbstractSpinBox::NoButtons</enum>
3566 </property>
3567 <property name="decimals">
3568 <number>1</number>
3569 </property>
3570 <property name="maximum">
3571 <double>1000.000000000000000</double>
3572 </property>
3573 </widget>
3574 <widget class="QDoubleSpinBox" name="wt_hco3Edit">
3575 <property name="geometry">
3576 <rect>
5115 <x>480</x> 3577 <x>480</x>
5116 <y>430</y> 3578 <y>150</y>
5117 <width>71</width> 3579 <width>71</width>
5118 <height>24</height> 3580 <height>24</height>
5119 </rect> 3581 </rect>
3582 </property>
3583 <property name="alignment">
3584 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3585 </property>
3586 <property name="readOnly">
3587 <bool>true</bool>
3588 </property>
3589 <property name="buttonSymbols">
3590 <enum>QAbstractSpinBox::NoButtons</enum>
3591 </property>
3592 <property name="decimals">
3593 <number>1</number>
3594 </property>
3595 <property name="maximum">
3596 <double>1000.000000000000000</double>
3597 </property>
3598 </widget>
3599 <widget class="QComboBox" name="wt_sourceEdit">
3600 <property name="geometry">
3601 <rect>
3602 <x>10</x>
3603 <y>150</y>
3604 <width>181</width>
3605 <height>23</height>
3606 </rect>
3607 </property>
3608 <property name="toolTip">
3609 <string>If needed, choose a target water profile.</string>
3610 </property>
3611 <property name="placeholderText">
3612 <string>Choose example water</string>
3613 </property>
3614 </widget>
3615 <widget class="QDoubleSpinBox" name="wt_raEdit">
3616 <property name="geometry">
3617 <rect>
3618 <x>1040</x>
3619 <y>150</y>
3620 <width>71</width>
3621 <height>24</height>
3622 </rect>
3623 </property>
3624 <property name="alignment">
3625 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3626 </property>
3627 <property name="readOnly">
3628 <bool>true</bool>
3629 </property>
3630 <property name="buttonSymbols">
3631 <enum>QAbstractSpinBox::NoButtons</enum>
3632 </property>
3633 <property name="decimals">
3634 <number>1</number>
3635 </property>
3636 <property name="minimum">
3637 <double>-1000.000000000000000</double>
3638 </property>
3639 <property name="maximum">
3640 <double>1000.000000000000000</double>
3641 </property>
3642 </widget>
3643 <widget class="QDoubleSpinBox" name="wt_clEdit">
3644 <property name="geometry">
3645 <rect>
3646 <x>720</x>
3647 <y>150</y>
3648 <width>71</width>
3649 <height>24</height>
3650 </rect>
3651 </property>
3652 <property name="alignment">
3653 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3654 </property>
3655 <property name="readOnly">
3656 <bool>true</bool>
3657 </property>
3658 <property name="buttonSymbols">
3659 <enum>QAbstractSpinBox::NoButtons</enum>
3660 </property>
3661 <property name="decimals">
3662 <number>1</number>
3663 </property>
3664 <property name="maximum">
3665 <double>1000.000000000000000</double>
3666 </property>
3667 </widget>
3668 <widget class="QDoubleSpinBox" name="wt_hardnessEdit">
3669 <property name="geometry">
3670 <rect>
3671 <x>960</x>
3672 <y>150</y>
3673 <width>71</width>
3674 <height>24</height>
3675 </rect>
3676 </property>
3677 <property name="alignment">
3678 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3679 </property>
3680 <property name="readOnly">
3681 <bool>true</bool>
3682 </property>
3683 <property name="buttonSymbols">
3684 <enum>QAbstractSpinBox::NoButtons</enum>
3685 </property>
3686 <property name="decimals">
3687 <number>1</number>
3688 </property>
3689 <property name="maximum">
3690 <double>1000.000000000000000</double>
3691 </property>
3692 </widget>
3693 <widget class="QDoubleSpinBox" name="wt_caEdit">
3694 <property name="geometry">
3695 <rect>
3696 <x>320</x>
3697 <y>150</y>
3698 <width>71</width>
3699 <height>24</height>
3700 </rect>
3701 </property>
3702 <property name="alignment">
3703 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3704 </property>
3705 <property name="readOnly">
3706 <bool>true</bool>
3707 </property>
3708 <property name="buttonSymbols">
3709 <enum>QAbstractSpinBox::NoButtons</enum>
3710 </property>
3711 <property name="decimals">
3712 <number>1</number>
3713 </property>
3714 <property name="maximum">
3715 <double>1000.000000000000000</double>
3716 </property>
3717 </widget>
3718 <widget class="QDoubleSpinBox" name="wt_mgEdit">
3719 <property name="geometry">
3720 <rect>
3721 <x>400</x>
3722 <y>150</y>
3723 <width>71</width>
3724 <height>24</height>
3725 </rect>
3726 </property>
3727 <property name="alignment">
3728 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3729 </property>
3730 <property name="readOnly">
3731 <bool>true</bool>
3732 </property>
3733 <property name="buttonSymbols">
3734 <enum>QAbstractSpinBox::NoButtons</enum>
3735 </property>
3736 <property name="decimals">
3737 <number>1</number>
3738 </property>
3739 <property name="maximum">
3740 <double>1000.000000000000000</double>
3741 </property>
3742 </widget>
3743 <widget class="QDoubleSpinBox" name="wt_caco3Edit">
3744 <property name="geometry">
3745 <rect>
3746 <x>560</x>
3747 <y>150</y>
3748 <width>71</width>
3749 <height>24</height>
3750 </rect>
3751 </property>
3752 <property name="alignment">
3753 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3754 </property>
3755 <property name="readOnly">
3756 <bool>true</bool>
3757 </property>
3758 <property name="buttonSymbols">
3759 <enum>QAbstractSpinBox::NoButtons</enum>
3760 </property>
3761 <property name="decimals">
3762 <number>1</number>
3763 </property>
3764 <property name="maximum">
3765 <double>1000.000000000000000</double>
3766 </property>
3767 </widget>
3768 <widget class="QDoubleSpinBox" name="wb_caco3Edit">
3769 <property name="geometry">
3770 <rect>
3771 <x>560</x>
3772 <y>120</y>
3773 <width>71</width>
3774 <height>24</height>
3775 </rect>
3776 </property>
3777 <property name="alignment">
3778 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3779 </property>
3780 <property name="readOnly">
3781 <bool>true</bool>
3782 </property>
3783 <property name="buttonSymbols">
3784 <enum>QAbstractSpinBox::NoButtons</enum>
3785 </property>
3786 <property name="decimals">
3787 <number>1</number>
3788 </property>
3789 <property name="maximum">
3790 <double>1000.000000000000000</double>
3791 </property>
3792 </widget>
3793 <widget class="QDoubleSpinBox" name="wb_so4Edit">
3794 <property name="geometry">
3795 <rect>
3796 <x>800</x>
3797 <y>120</y>
3798 <width>71</width>
3799 <height>24</height>
3800 </rect>
3801 </property>
3802 <property name="toolTip">
3803 <string>The ideal Sulfate amount should be between 50 and 400.
3804 Together with Chloride it must be below 500.</string>
3805 </property>
3806 <property name="alignment">
3807 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3808 </property>
3809 <property name="readOnly">
3810 <bool>true</bool>
3811 </property>
3812 <property name="buttonSymbols">
3813 <enum>QAbstractSpinBox::NoButtons</enum>
3814 </property>
3815 <property name="decimals">
3816 <number>1</number>
3817 </property>
3818 <property name="maximum">
3819 <double>1000.000000000000000</double>
3820 </property>
3821 </widget>
3822 <widget class="QDoubleSpinBox" name="wb_caEdit">
3823 <property name="geometry">
3824 <rect>
3825 <x>320</x>
3826 <y>120</y>
3827 <width>71</width>
3828 <height>24</height>
3829 </rect>
3830 </property>
3831 <property name="toolTip">
3832 <string>The ideal amount of Calcium is between 40 and 150.</string>
3833 </property>
3834 <property name="alignment">
3835 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3836 </property>
3837 <property name="readOnly">
3838 <bool>true</bool>
3839 </property>
3840 <property name="buttonSymbols">
3841 <enum>QAbstractSpinBox::NoButtons</enum>
3842 </property>
3843 <property name="decimals">
3844 <number>1</number>
3845 </property>
3846 <property name="maximum">
3847 <double>1000.000000000000000</double>
3848 </property>
3849 </widget>
3850 <widget class="QDoubleSpinBox" name="wb_hco3Edit">
3851 <property name="geometry">
3852 <rect>
3853 <x>480</x>
3854 <y>120</y>
3855 <width>71</width>
3856 <height>24</height>
3857 </rect>
3858 </property>
3859 <property name="toolTip">
3860 <string>0 to 50 for light beers, 50 to 150 for amber beers, 150 to 250 for dark beers.</string>
3861 </property>
3862 <property name="alignment">
3863 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3864 </property>
3865 <property name="readOnly">
3866 <bool>true</bool>
3867 </property>
3868 <property name="buttonSymbols">
3869 <enum>QAbstractSpinBox::NoButtons</enum>
3870 </property>
3871 <property name="decimals">
3872 <number>1</number>
3873 </property>
3874 <property name="maximum">
3875 <double>1000.000000000000000</double>
3876 </property>
3877 </widget>
3878 <widget class="QDoubleSpinBox" name="wb_hardnessEdit">
3879 <property name="geometry">
3880 <rect>
3881 <x>960</x>
3882 <y>120</y>
3883 <width>71</width>
3884 <height>24</height>
3885 </rect>
3886 </property>
3887 <property name="alignment">
3888 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3889 </property>
3890 <property name="readOnly">
3891 <bool>true</bool>
3892 </property>
3893 <property name="buttonSymbols">
3894 <enum>QAbstractSpinBox::NoButtons</enum>
3895 </property>
3896 <property name="decimals">
3897 <number>1</number>
3898 </property>
3899 <property name="maximum">
3900 <double>1000.000000000000000</double>
3901 </property>
3902 </widget>
3903 <widget class="QDoubleSpinBox" name="wb_clEdit">
3904 <property name="geometry">
3905 <rect>
3906 <x>720</x>
3907 <y>120</y>
3908 <width>71</width>
3909 <height>24</height>
3910 </rect>
3911 </property>
3912 <property name="toolTip">
3913 <string>The ideal Chloride amount is between 50 and 150.
3914 Together with Sulfate it must be below 500.</string>
3915 </property>
3916 <property name="alignment">
3917 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3918 </property>
3919 <property name="readOnly">
3920 <bool>true</bool>
3921 </property>
3922 <property name="buttonSymbols">
3923 <enum>QAbstractSpinBox::NoButtons</enum>
3924 </property>
3925 <property name="decimals">
3926 <number>1</number>
3927 </property>
3928 <property name="maximum">
3929 <double>1000.000000000000000</double>
3930 </property>
3931 </widget>
3932 <widget class="QDoubleSpinBox" name="wb_phEdit">
3933 <property name="geometry">
3934 <rect>
3935 <x>880</x>
3936 <y>120</y>
3937 <width>71</width>
3938 <height>24</height>
3939 </rect>
3940 </property>
3941 <property name="toolTip">
3942 <string>Mash pH should be between 5.2 and 5.6. Use 5.2 for light and 5.5 for dark beers.</string>
5120 </property> 3943 </property>
5121 <property name="alignment"> 3944 <property name="alignment">
5122 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3945 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5123 </property> 3946 </property>
5124 <property name="readOnly"> 3947 <property name="readOnly">
5131 <number>2</number> 3954 <number>2</number>
5132 </property> 3955 </property>
5133 <property name="maximum"> 3956 <property name="maximum">
5134 <double>1000.000000000000000</double> 3957 <double>1000.000000000000000</double>
5135 </property> 3958 </property>
3959 </widget>
3960 <widget class="QDoubleSpinBox" name="wb_raEdit">
3961 <property name="geometry">
3962 <rect>
3963 <x>1040</x>
3964 <y>120</y>
3965 <width>71</width>
3966 <height>24</height>
3967 </rect>
3968 </property>
3969 <property name="alignment">
3970 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3971 </property>
3972 <property name="readOnly">
3973 <bool>true</bool>
3974 </property>
3975 <property name="buttonSymbols">
3976 <enum>QAbstractSpinBox::NoButtons</enum>
3977 </property>
3978 <property name="decimals">
3979 <number>1</number>
3980 </property>
3981 <property name="minimum">
3982 <double>-1000.000000000000000</double>
3983 </property>
3984 <property name="maximum">
3985 <double>1000.000000000000000</double>
3986 </property>
3987 </widget>
3988 <widget class="QDoubleSpinBox" name="wb_mgEdit">
3989 <property name="geometry">
3990 <rect>
3991 <x>400</x>
3992 <y>120</y>
3993 <width>71</width>
3994 <height>24</height>
3995 </rect>
3996 </property>
3997 <property name="toolTip">
3998 <string>The ideal amount of Magnesium is between 5 and 40.</string>
3999 </property>
4000 <property name="alignment">
4001 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4002 </property>
4003 <property name="readOnly">
4004 <bool>true</bool>
4005 </property>
4006 <property name="buttonSymbols">
4007 <enum>QAbstractSpinBox::NoButtons</enum>
4008 </property>
4009 <property name="decimals">
4010 <number>1</number>
4011 </property>
4012 <property name="maximum">
4013 <double>1000.000000000000000</double>
4014 </property>
4015 </widget>
4016 <widget class="QLabel" name="treatedLabel">
4017 <property name="geometry">
4018 <rect>
4019 <x>10</x>
4020 <y>120</y>
4021 <width>171</width>
4022 <height>21</height>
4023 </rect>
4024 </property>
4025 <property name="text">
4026 <string>Treated mash water</string>
4027 </property>
4028 <property name="alignment">
4029 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
4030 </property>
4031 </widget>
4032 <widget class="QDoubleSpinBox" name="wb_naEdit">
4033 <property name="geometry">
4034 <rect>
4035 <x>640</x>
4036 <y>120</y>
4037 <width>71</width>
4038 <height>24</height>
4039 </rect>
4040 </property>
4041 <property name="toolTip">
4042 <string>The ideal amount of Natrium should be below 150.</string>
4043 </property>
4044 <property name="alignment">
4045 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4046 </property>
4047 <property name="readOnly">
4048 <bool>true</bool>
4049 </property>
4050 <property name="buttonSymbols">
4051 <enum>QAbstractSpinBox::NoButtons</enum>
4052 </property>
4053 <property name="decimals">
4054 <number>1</number>
4055 </property>
4056 <property name="maximum">
4057 <double>1000.000000000000000</double>
4058 </property>
4059 </widget>
4060 <widget class="QLabel" name="mixedLabel">
4061 <property name="geometry">
4062 <rect>
4063 <x>10</x>
4064 <y>90</y>
4065 <width>171</width>
4066 <height>21</height>
4067 </rect>
4068 </property>
4069 <property name="text">
4070 <string>Mixed water</string>
4071 </property>
4072 <property name="alignment">
4073 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
4074 </property>
4075 </widget>
4076 <widget class="QDoubleSpinBox" name="wg_hco3Edit">
4077 <property name="geometry">
4078 <rect>
4079 <x>480</x>
4080 <y>90</y>
4081 <width>71</width>
4082 <height>24</height>
4083 </rect>
4084 </property>
4085 <property name="alignment">
4086 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4087 </property>
4088 <property name="readOnly">
4089 <bool>true</bool>
4090 </property>
4091 <property name="buttonSymbols">
4092 <enum>QAbstractSpinBox::NoButtons</enum>
4093 </property>
4094 <property name="decimals">
4095 <number>1</number>
4096 </property>
4097 <property name="maximum">
4098 <double>1000.000000000000000</double>
4099 </property>
4100 </widget>
4101 <widget class="QDoubleSpinBox" name="wg_volEdit">
4102 <property name="geometry">
4103 <rect>
4104 <x>230</x>
4105 <y>90</y>
4106 <width>71</width>
4107 <height>24</height>
4108 </rect>
4109 </property>
4110 <property name="alignment">
4111 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4112 </property>
4113 <property name="readOnly">
4114 <bool>true</bool>
4115 </property>
4116 <property name="buttonSymbols">
4117 <enum>QAbstractSpinBox::NoButtons</enum>
4118 </property>
4119 <property name="decimals">
4120 <number>2</number>
4121 </property>
4122 <property name="maximum">
4123 <double>100000.000000000000000</double>
4124 </property>
4125 </widget>
4126 <widget class="QDoubleSpinBox" name="w2_hco3Edit">
4127 <property name="geometry">
4128 <rect>
4129 <x>480</x>
4130 <y>60</y>
4131 <width>71</width>
4132 <height>24</height>
4133 </rect>
4134 </property>
4135 <property name="alignment">
4136 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4137 </property>
4138 <property name="readOnly">
4139 <bool>true</bool>
4140 </property>
4141 <property name="buttonSymbols">
4142 <enum>QAbstractSpinBox::NoButtons</enum>
4143 </property>
4144 <property name="decimals">
4145 <number>1</number>
4146 </property>
4147 <property name="maximum">
4148 <double>1000.000000000000000</double>
4149 </property>
4150 </widget>
4151 <widget class="QDoubleSpinBox" name="w2_clEdit">
4152 <property name="geometry">
4153 <rect>
4154 <x>720</x>
4155 <y>60</y>
4156 <width>71</width>
4157 <height>24</height>
4158 </rect>
4159 </property>
4160 <property name="alignment">
4161 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4162 </property>
4163 <property name="readOnly">
4164 <bool>true</bool>
4165 </property>
4166 <property name="buttonSymbols">
4167 <enum>QAbstractSpinBox::NoButtons</enum>
4168 </property>
4169 <property name="decimals">
4170 <number>1</number>
4171 </property>
4172 <property name="maximum">
4173 <double>1000.000000000000000</double>
4174 </property>
4175 </widget>
4176 <widget class="QDoubleSpinBox" name="wg_hardnessEdit">
4177 <property name="geometry">
4178 <rect>
4179 <x>960</x>
4180 <y>90</y>
4181 <width>71</width>
4182 <height>24</height>
4183 </rect>
4184 </property>
4185 <property name="alignment">
4186 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4187 </property>
4188 <property name="readOnly">
4189 <bool>true</bool>
4190 </property>
4191 <property name="buttonSymbols">
4192 <enum>QAbstractSpinBox::NoButtons</enum>
4193 </property>
4194 <property name="decimals">
4195 <number>1</number>
4196 </property>
4197 <property name="maximum">
4198 <double>1000.000000000000000</double>
4199 </property>
4200 </widget>
4201 <widget class="QDoubleSpinBox" name="w2_volEdit">
4202 <property name="geometry">
4203 <rect>
4204 <x>230</x>
4205 <y>60</y>
4206 <width>85</width>
4207 <height>24</height>
4208 </rect>
4209 </property>
4210 <property name="toolTip">
4211 <string>The division between the main and dilution water. The total volume does not change.</string>
4212 </property>
4213 <property name="alignment">
4214 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4215 </property>
4216 <property name="readOnly">
4217 <bool>false</bool>
4218 </property>
4219 <property name="buttonSymbols">
4220 <enum>QAbstractSpinBox::UpDownArrows</enum>
4221 </property>
4222 <property name="accelerated">
4223 <bool>true</bool>
4224 </property>
4225 <property name="decimals">
4226 <number>2</number>
4227 </property>
4228 <property name="maximum">
4229 <double>100000.000000000000000</double>
4230 </property>
4231 <property name="singleStep">
4232 <double>0.500000000000000</double>
4233 </property>
4234 </widget>
4235 <widget class="QDoubleSpinBox" name="w2_hardnessEdit">
4236 <property name="geometry">
4237 <rect>
4238 <x>960</x>
4239 <y>60</y>
4240 <width>71</width>
4241 <height>24</height>
4242 </rect>
4243 </property>
4244 <property name="alignment">
4245 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4246 </property>
4247 <property name="readOnly">
4248 <bool>true</bool>
4249 </property>
4250 <property name="buttonSymbols">
4251 <enum>QAbstractSpinBox::NoButtons</enum>
4252 </property>
4253 <property name="decimals">
4254 <number>1</number>
4255 </property>
4256 <property name="maximum">
4257 <double>1000.000000000000000</double>
4258 </property>
4259 </widget>
4260 <widget class="QDoubleSpinBox" name="w2_raEdit">
4261 <property name="geometry">
4262 <rect>
4263 <x>1040</x>
4264 <y>60</y>
4265 <width>71</width>
4266 <height>24</height>
4267 </rect>
4268 </property>
4269 <property name="alignment">
4270 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4271 </property>
4272 <property name="readOnly">
4273 <bool>true</bool>
4274 </property>
4275 <property name="buttonSymbols">
4276 <enum>QAbstractSpinBox::NoButtons</enum>
4277 </property>
4278 <property name="decimals">
4279 <number>1</number>
4280 </property>
4281 <property name="minimum">
4282 <double>-1000.000000000000000</double>
4283 </property>
4284 <property name="maximum">
4285 <double>1000.000000000000000</double>
4286 </property>
4287 </widget>
4288 <widget class="QDoubleSpinBox" name="wg_caco3Edit">
4289 <property name="geometry">
4290 <rect>
4291 <x>560</x>
4292 <y>90</y>
4293 <width>71</width>
4294 <height>24</height>
4295 </rect>
4296 </property>
4297 <property name="alignment">
4298 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4299 </property>
4300 <property name="readOnly">
4301 <bool>true</bool>
4302 </property>
4303 <property name="buttonSymbols">
4304 <enum>QAbstractSpinBox::NoButtons</enum>
4305 </property>
4306 <property name="decimals">
4307 <number>1</number>
4308 </property>
4309 <property name="maximum">
4310 <double>1000.000000000000000</double>
4311 </property>
4312 </widget>
4313 <widget class="QDoubleSpinBox" name="wg_naEdit">
4314 <property name="geometry">
4315 <rect>
4316 <x>640</x>
4317 <y>90</y>
4318 <width>71</width>
4319 <height>24</height>
4320 </rect>
4321 </property>
4322 <property name="alignment">
4323 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4324 </property>
4325 <property name="readOnly">
4326 <bool>true</bool>
4327 </property>
4328 <property name="buttonSymbols">
4329 <enum>QAbstractSpinBox::NoButtons</enum>
4330 </property>
4331 <property name="decimals">
4332 <number>1</number>
4333 </property>
4334 <property name="maximum">
4335 <double>1000.000000000000000</double>
4336 </property>
4337 </widget>
4338 <widget class="QDoubleSpinBox" name="w2_caEdit">
4339 <property name="geometry">
4340 <rect>
4341 <x>320</x>
4342 <y>60</y>
4343 <width>71</width>
4344 <height>24</height>
4345 </rect>
4346 </property>
4347 <property name="alignment">
4348 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4349 </property>
4350 <property name="readOnly">
4351 <bool>true</bool>
4352 </property>
4353 <property name="buttonSymbols">
4354 <enum>QAbstractSpinBox::NoButtons</enum>
4355 </property>
4356 <property name="decimals">
4357 <number>1</number>
4358 </property>
4359 <property name="maximum">
4360 <double>1000.000000000000000</double>
4361 </property>
4362 </widget>
4363 <widget class="QDoubleSpinBox" name="w2_naEdit">
4364 <property name="geometry">
4365 <rect>
4366 <x>640</x>
4367 <y>60</y>
4368 <width>71</width>
4369 <height>24</height>
4370 </rect>
4371 </property>
4372 <property name="alignment">
4373 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4374 </property>
4375 <property name="readOnly">
4376 <bool>true</bool>
4377 </property>
4378 <property name="buttonSymbols">
4379 <enum>QAbstractSpinBox::NoButtons</enum>
4380 </property>
4381 <property name="decimals">
4382 <number>1</number>
4383 </property>
4384 <property name="maximum">
4385 <double>1000.000000000000000</double>
4386 </property>
4387 </widget>
4388 <widget class="QDoubleSpinBox" name="wg_caEdit">
4389 <property name="geometry">
4390 <rect>
4391 <x>320</x>
4392 <y>90</y>
4393 <width>71</width>
4394 <height>24</height>
4395 </rect>
4396 </property>
4397 <property name="alignment">
4398 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4399 </property>
4400 <property name="readOnly">
4401 <bool>true</bool>
4402 </property>
4403 <property name="buttonSymbols">
4404 <enum>QAbstractSpinBox::NoButtons</enum>
4405 </property>
4406 <property name="decimals">
4407 <number>1</number>
4408 </property>
4409 <property name="maximum">
4410 <double>1000.000000000000000</double>
4411 </property>
4412 </widget>
4413 <widget class="QDoubleSpinBox" name="w2_so4Edit">
4414 <property name="geometry">
4415 <rect>
4416 <x>800</x>
4417 <y>60</y>
4418 <width>71</width>
4419 <height>24</height>
4420 </rect>
4421 </property>
4422 <property name="alignment">
4423 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4424 </property>
4425 <property name="readOnly">
4426 <bool>true</bool>
4427 </property>
4428 <property name="buttonSymbols">
4429 <enum>QAbstractSpinBox::NoButtons</enum>
4430 </property>
4431 <property name="decimals">
4432 <number>1</number>
4433 </property>
4434 <property name="maximum">
4435 <double>1000.000000000000000</double>
4436 </property>
4437 </widget>
4438 <widget class="QDoubleSpinBox" name="wg_so4Edit">
4439 <property name="geometry">
4440 <rect>
4441 <x>800</x>
4442 <y>90</y>
4443 <width>71</width>
4444 <height>24</height>
4445 </rect>
4446 </property>
4447 <property name="alignment">
4448 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4449 </property>
4450 <property name="readOnly">
4451 <bool>true</bool>
4452 </property>
4453 <property name="buttonSymbols">
4454 <enum>QAbstractSpinBox::NoButtons</enum>
4455 </property>
4456 <property name="decimals">
4457 <number>1</number>
4458 </property>
4459 <property name="maximum">
4460 <double>1000.000000000000000</double>
4461 </property>
4462 </widget>
4463 <widget class="QDoubleSpinBox" name="w2_phEdit">
4464 <property name="geometry">
4465 <rect>
4466 <x>880</x>
4467 <y>60</y>
4468 <width>71</width>
4469 <height>24</height>
4470 </rect>
4471 </property>
4472 <property name="alignment">
4473 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4474 </property>
4475 <property name="readOnly">
4476 <bool>true</bool>
4477 </property>
4478 <property name="buttonSymbols">
4479 <enum>QAbstractSpinBox::NoButtons</enum>
4480 </property>
4481 <property name="decimals">
4482 <number>2</number>
4483 </property>
4484 <property name="maximum">
4485 <double>1000.000000000000000</double>
4486 </property>
4487 </widget>
4488 <widget class="QDoubleSpinBox" name="wg_mgEdit">
4489 <property name="geometry">
4490 <rect>
4491 <x>400</x>
4492 <y>90</y>
4493 <width>71</width>
4494 <height>24</height>
4495 </rect>
4496 </property>
4497 <property name="alignment">
4498 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4499 </property>
4500 <property name="readOnly">
4501 <bool>true</bool>
4502 </property>
4503 <property name="buttonSymbols">
4504 <enum>QAbstractSpinBox::NoButtons</enum>
4505 </property>
4506 <property name="decimals">
4507 <number>1</number>
4508 </property>
4509 <property name="maximum">
4510 <double>1000.000000000000000</double>
4511 </property>
4512 </widget>
4513 <widget class="QDoubleSpinBox" name="wg_clEdit">
4514 <property name="geometry">
4515 <rect>
4516 <x>720</x>
4517 <y>90</y>
4518 <width>71</width>
4519 <height>24</height>
4520 </rect>
4521 </property>
4522 <property name="alignment">
4523 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4524 </property>
4525 <property name="readOnly">
4526 <bool>true</bool>
4527 </property>
4528 <property name="buttonSymbols">
4529 <enum>QAbstractSpinBox::NoButtons</enum>
4530 </property>
4531 <property name="decimals">
4532 <number>1</number>
4533 </property>
4534 <property name="maximum">
4535 <double>1000.000000000000000</double>
4536 </property>
4537 </widget>
4538 <widget class="QDoubleSpinBox" name="wg_phEdit">
4539 <property name="geometry">
4540 <rect>
4541 <x>880</x>
4542 <y>90</y>
4543 <width>71</width>
4544 <height>24</height>
4545 </rect>
4546 </property>
4547 <property name="alignment">
4548 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4549 </property>
4550 <property name="readOnly">
4551 <bool>true</bool>
4552 </property>
4553 <property name="buttonSymbols">
4554 <enum>QAbstractSpinBox::NoButtons</enum>
4555 </property>
4556 <property name="decimals">
4557 <number>2</number>
4558 </property>
4559 <property name="maximum">
4560 <double>1000.000000000000000</double>
4561 </property>
4562 </widget>
4563 <widget class="QDoubleSpinBox" name="w2_caco3Edit">
4564 <property name="geometry">
4565 <rect>
4566 <x>560</x>
4567 <y>60</y>
4568 <width>71</width>
4569 <height>24</height>
4570 </rect>
4571 </property>
4572 <property name="alignment">
4573 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4574 </property>
4575 <property name="readOnly">
4576 <bool>true</bool>
4577 </property>
4578 <property name="buttonSymbols">
4579 <enum>QAbstractSpinBox::NoButtons</enum>
4580 </property>
4581 <property name="decimals">
4582 <number>1</number>
4583 </property>
4584 <property name="maximum">
4585 <double>1000.000000000000000</double>
4586 </property>
4587 </widget>
4588 <widget class="QDoubleSpinBox" name="w2_mgEdit">
4589 <property name="geometry">
4590 <rect>
4591 <x>400</x>
4592 <y>60</y>
4593 <width>71</width>
4594 <height>24</height>
4595 </rect>
4596 </property>
4597 <property name="alignment">
4598 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4599 </property>
4600 <property name="readOnly">
4601 <bool>true</bool>
4602 </property>
4603 <property name="buttonSymbols">
4604 <enum>QAbstractSpinBox::NoButtons</enum>
4605 </property>
4606 <property name="decimals">
4607 <number>1</number>
4608 </property>
4609 <property name="maximum">
4610 <double>1000.000000000000000</double>
4611 </property>
4612 </widget>
4613 <widget class="QDoubleSpinBox" name="wg_raEdit">
4614 <property name="geometry">
4615 <rect>
4616 <x>1040</x>
4617 <y>90</y>
4618 <width>71</width>
4619 <height>24</height>
4620 </rect>
4621 </property>
4622 <property name="alignment">
4623 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4624 </property>
4625 <property name="readOnly">
4626 <bool>true</bool>
4627 </property>
4628 <property name="buttonSymbols">
4629 <enum>QAbstractSpinBox::NoButtons</enum>
4630 </property>
4631 <property name="decimals">
4632 <number>1</number>
4633 </property>
4634 <property name="minimum">
4635 <double>-1000.000000000000000</double>
4636 </property>
4637 <property name="maximum">
4638 <double>1000.000000000000000</double>
4639 </property>
4640 </widget>
4641 <widget class="QComboBox" name="w2_nameEdit">
4642 <property name="geometry">
4643 <rect>
4644 <x>10</x>
4645 <y>60</y>
4646 <width>181</width>
4647 <height>23</height>
4648 </rect>
4649 </property>
4650 <property name="toolTip">
4651 <string>Optional dilution water</string>
4652 </property>
4653 <property name="placeholderText">
4654 <string>Choose dilution</string>
4655 </property>
4656 </widget>
4657 <widget class="QLabel" name="so4Label">
4658 <property name="geometry">
4659 <rect>
4660 <x>800</x>
4661 <y>10</y>
4662 <width>71</width>
4663 <height>20</height>
4664 </rect>
4665 </property>
4666 <property name="text">
4667 <string>SO4</string>
4668 </property>
4669 <property name="alignment">
4670 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4671 </property>
4672 </widget>
4673 <widget class="QComboBox" name="w1_nameEdit">
4674 <property name="geometry">
4675 <rect>
4676 <x>10</x>
4677 <y>30</y>
4678 <width>181</width>
4679 <height>23</height>
4680 </rect>
4681 </property>
4682 <property name="toolTip">
4683 <string>The main brewing water</string>
4684 </property>
4685 <property name="currentText">
4686 <string/>
4687 </property>
4688 <property name="placeholderText">
4689 <string>Choose water</string>
4690 </property>
4691 </widget>
4692 <widget class="QDoubleSpinBox" name="w1_clEdit">
4693 <property name="geometry">
4694 <rect>
4695 <x>720</x>
4696 <y>30</y>
4697 <width>71</width>
4698 <height>24</height>
4699 </rect>
4700 </property>
4701 <property name="alignment">
4702 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4703 </property>
4704 <property name="readOnly">
4705 <bool>true</bool>
4706 </property>
4707 <property name="buttonSymbols">
4708 <enum>QAbstractSpinBox::NoButtons</enum>
4709 </property>
4710 <property name="decimals">
4711 <number>1</number>
4712 </property>
4713 <property name="maximum">
4714 <double>1000.000000000000000</double>
4715 </property>
4716 </widget>
4717 <widget class="QLabel" name="hardnessLabel">
4718 <property name="geometry">
4719 <rect>
4720 <x>960</x>
4721 <y>10</y>
4722 <width>71</width>
4723 <height>20</height>
4724 </rect>
4725 </property>
4726 <property name="text">
4727 <string>Hardness</string>
4728 </property>
4729 <property name="alignment">
4730 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4731 </property>
4732 </widget>
4733 <widget class="QLabel" name="caco3Label">
4734 <property name="geometry">
4735 <rect>
4736 <x>560</x>
4737 <y>10</y>
4738 <width>71</width>
4739 <height>20</height>
4740 </rect>
4741 </property>
4742 <property name="text">
4743 <string>CaCO3</string>
4744 </property>
4745 <property name="alignment">
4746 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4747 </property>
4748 </widget>
4749 <widget class="QLabel" name="caLabel">
4750 <property name="geometry">
4751 <rect>
4752 <x>320</x>
4753 <y>10</y>
4754 <width>71</width>
4755 <height>20</height>
4756 </rect>
4757 </property>
4758 <property name="text">
4759 <string>Ca</string>
4760 </property>
4761 <property name="alignment">
4762 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4763 </property>
4764 </widget>
4765 <widget class="QLabel" name="hco3Label">
4766 <property name="geometry">
4767 <rect>
4768 <x>480</x>
4769 <y>10</y>
4770 <width>71</width>
4771 <height>20</height>
4772 </rect>
4773 </property>
4774 <property name="text">
4775 <string>HCO3</string>
4776 </property>
4777 <property name="alignment">
4778 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4779 </property>
4780 </widget>
4781 <widget class="QDoubleSpinBox" name="w1_so4Edit">
4782 <property name="geometry">
4783 <rect>
4784 <x>800</x>
4785 <y>30</y>
4786 <width>71</width>
4787 <height>24</height>
4788 </rect>
4789 </property>
4790 <property name="alignment">
4791 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4792 </property>
4793 <property name="readOnly">
4794 <bool>true</bool>
4795 </property>
4796 <property name="buttonSymbols">
4797 <enum>QAbstractSpinBox::NoButtons</enum>
4798 </property>
4799 <property name="decimals">
4800 <number>1</number>
4801 </property>
4802 <property name="maximum">
4803 <double>1000.000000000000000</double>
4804 </property>
4805 </widget>
4806 <widget class="QDoubleSpinBox" name="w1_naEdit">
4807 <property name="geometry">
4808 <rect>
4809 <x>640</x>
4810 <y>30</y>
4811 <width>71</width>
4812 <height>24</height>
4813 </rect>
4814 </property>
4815 <property name="alignment">
4816 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4817 </property>
4818 <property name="readOnly">
4819 <bool>true</bool>
4820 </property>
4821 <property name="buttonSymbols">
4822 <enum>QAbstractSpinBox::NoButtons</enum>
4823 </property>
4824 <property name="decimals">
4825 <number>1</number>
4826 </property>
4827 <property name="maximum">
4828 <double>1000.000000000000000</double>
4829 </property>
4830 </widget>
4831 <widget class="QDoubleSpinBox" name="w1_raEdit">
4832 <property name="geometry">
4833 <rect>
4834 <x>1040</x>
4835 <y>30</y>
4836 <width>71</width>
4837 <height>24</height>
4838 </rect>
4839 </property>
4840 <property name="alignment">
4841 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4842 </property>
4843 <property name="readOnly">
4844 <bool>true</bool>
4845 </property>
4846 <property name="buttonSymbols">
4847 <enum>QAbstractSpinBox::NoButtons</enum>
4848 </property>
4849 <property name="decimals">
4850 <number>1</number>
4851 </property>
4852 <property name="minimum">
4853 <double>-1000.000000000000000</double>
4854 </property>
4855 <property name="maximum">
4856 <double>1000.000000000000000</double>
4857 </property>
4858 </widget>
4859 <widget class="QLabel" name="phLabel">
4860 <property name="geometry">
4861 <rect>
4862 <x>880</x>
4863 <y>10</y>
4864 <width>71</width>
4865 <height>20</height>
4866 </rect>
4867 </property>
4868 <property name="text">
4869 <string>pH</string>
4870 </property>
4871 <property name="alignment">
4872 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4873 </property>
4874 </widget>
4875 <widget class="QLabel" name="profileLabel">
4876 <property name="geometry">
4877 <rect>
4878 <x>10</x>
4879 <y>10</y>
4880 <width>171</width>
4881 <height>20</height>
4882 </rect>
4883 </property>
4884 <property name="text">
4885 <string>Water profile</string>
4886 </property>
4887 <property name="alignment">
4888 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
4889 </property>
4890 </widget>
4891 <widget class="QDoubleSpinBox" name="w1_hco3Edit">
4892 <property name="geometry">
4893 <rect>
4894 <x>480</x>
4895 <y>30</y>
4896 <width>71</width>
4897 <height>24</height>
4898 </rect>
4899 </property>
4900 <property name="alignment">
4901 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4902 </property>
4903 <property name="readOnly">
4904 <bool>true</bool>
4905 </property>
4906 <property name="buttonSymbols">
4907 <enum>QAbstractSpinBox::NoButtons</enum>
4908 </property>
4909 <property name="decimals">
4910 <number>1</number>
4911 </property>
4912 <property name="maximum">
4913 <double>1000.000000000000000</double>
4914 </property>
4915 </widget>
4916 <widget class="QDoubleSpinBox" name="w1_volEdit">
4917 <property name="geometry">
4918 <rect>
4919 <x>230</x>
4920 <y>30</y>
4921 <width>71</width>
4922 <height>24</height>
4923 </rect>
4924 </property>
4925 <property name="alignment">
4926 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4927 </property>
4928 <property name="readOnly">
4929 <bool>true</bool>
4930 </property>
4931 <property name="buttonSymbols">
4932 <enum>QAbstractSpinBox::NoButtons</enum>
4933 </property>
4934 <property name="accelerated">
4935 <bool>false</bool>
4936 </property>
4937 <property name="decimals">
4938 <number>2</number>
4939 </property>
4940 <property name="maximum">
4941 <double>100000.000000000000000</double>
4942 </property>
4943 </widget>
4944 <widget class="QLabel" name="volLabel">
4945 <property name="geometry">
4946 <rect>
4947 <x>230</x>
4948 <y>10</y>
4949 <width>71</width>
4950 <height>20</height>
4951 </rect>
4952 </property>
4953 <property name="text">
4954 <string>Volume</string>
4955 </property>
4956 <property name="alignment">
4957 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4958 </property>
4959 </widget>
4960 <widget class="QDoubleSpinBox" name="w1_hardnessEdit">
4961 <property name="geometry">
4962 <rect>
4963 <x>960</x>
4964 <y>30</y>
4965 <width>71</width>
4966 <height>24</height>
4967 </rect>
4968 </property>
4969 <property name="alignment">
4970 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4971 </property>
4972 <property name="readOnly">
4973 <bool>true</bool>
4974 </property>
4975 <property name="buttonSymbols">
4976 <enum>QAbstractSpinBox::NoButtons</enum>
4977 </property>
4978 <property name="decimals">
4979 <number>1</number>
4980 </property>
4981 <property name="maximum">
4982 <double>1000.000000000000000</double>
4983 </property>
4984 </widget>
4985 <widget class="QDoubleSpinBox" name="w1_caEdit">
4986 <property name="geometry">
4987 <rect>
4988 <x>320</x>
4989 <y>30</y>
4990 <width>71</width>
4991 <height>24</height>
4992 </rect>
4993 </property>
4994 <property name="alignment">
4995 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4996 </property>
4997 <property name="readOnly">
4998 <bool>true</bool>
4999 </property>
5000 <property name="buttonSymbols">
5001 <enum>QAbstractSpinBox::NoButtons</enum>
5002 </property>
5003 <property name="decimals">
5004 <number>1</number>
5005 </property>
5006 <property name="maximum">
5007 <double>1000.000000000000000</double>
5008 </property>
5009 </widget>
5010 <widget class="QDoubleSpinBox" name="w1_mgEdit">
5011 <property name="geometry">
5012 <rect>
5013 <x>400</x>
5014 <y>30</y>
5015 <width>71</width>
5016 <height>24</height>
5017 </rect>
5018 </property>
5019 <property name="alignment">
5020 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5021 </property>
5022 <property name="readOnly">
5023 <bool>true</bool>
5024 </property>
5025 <property name="buttonSymbols">
5026 <enum>QAbstractSpinBox::NoButtons</enum>
5027 </property>
5028 <property name="decimals">
5029 <number>1</number>
5030 </property>
5031 <property name="maximum">
5032 <double>1000.000000000000000</double>
5033 </property>
5034 </widget>
5035 <widget class="QDoubleSpinBox" name="w1_phEdit">
5036 <property name="geometry">
5037 <rect>
5038 <x>880</x>
5039 <y>30</y>
5040 <width>71</width>
5041 <height>24</height>
5042 </rect>
5043 </property>
5044 <property name="alignment">
5045 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5046 </property>
5047 <property name="readOnly">
5048 <bool>true</bool>
5049 </property>
5050 <property name="buttonSymbols">
5051 <enum>QAbstractSpinBox::NoButtons</enum>
5052 </property>
5053 <property name="decimals">
5054 <number>2</number>
5055 </property>
5056 <property name="maximum">
5057 <double>1000.000000000000000</double>
5058 </property>
5059 </widget>
5060 <widget class="QLabel" name="naLabel">
5061 <property name="geometry">
5062 <rect>
5063 <x>640</x>
5064 <y>10</y>
5065 <width>71</width>
5066 <height>20</height>
5067 </rect>
5068 </property>
5069 <property name="text">
5070 <string>Na</string>
5071 </property>
5072 <property name="alignment">
5073 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5074 </property>
5075 </widget>
5076 <widget class="QLabel" name="raLabel">
5077 <property name="geometry">
5078 <rect>
5079 <x>1040</x>
5080 <y>10</y>
5081 <width>71</width>
5082 <height>20</height>
5083 </rect>
5084 </property>
5085 <property name="text">
5086 <string>RA</string>
5087 </property>
5088 <property name="alignment">
5089 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5090 </property>
5091 </widget>
5092 <widget class="QLabel" name="clLabel">
5093 <property name="geometry">
5094 <rect>
5095 <x>720</x>
5096 <y>10</y>
5097 <width>71</width>
5098 <height>20</height>
5099 </rect>
5100 </property>
5101 <property name="text">
5102 <string>Cl</string>
5103 </property>
5104 <property name="alignment">
5105 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5106 </property>
5107 </widget>
5108 <widget class="QLabel" name="mgLabel">
5109 <property name="geometry">
5110 <rect>
5111 <x>400</x>
5112 <y>10</y>
5113 <width>71</width>
5114 <height>20</height>
5115 </rect>
5116 </property>
5117 <property name="text">
5118 <string>Mg</string>
5119 </property>
5120 <property name="alignment">
5121 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5122 </property>
5123 </widget>
5124 <widget class="QDoubleSpinBox" name="w1_caco3Edit">
5125 <property name="geometry">
5126 <rect>
5127 <x>560</x>
5128 <y>30</y>
5129 <width>71</width>
5130 <height>24</height>
5131 </rect>
5132 </property>
5133 <property name="alignment">
5134 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5135 </property>
5136 <property name="readOnly">
5137 <bool>true</bool>
5138 </property>
5139 <property name="buttonSymbols">
5140 <enum>QAbstractSpinBox::NoButtons</enum>
5141 </property>
5142 <property name="decimals">
5143 <number>1</number>
5144 </property>
5145 <property name="maximum">
5146 <double>1000.000000000000000</double>
5147 </property>
5148 </widget>
5149 <widget class="QDoubleSpinBox" name="sp_raEdit">
5150 <property name="geometry">
5151 <rect>
5152 <x>1040</x>
5153 <y>180</y>
5154 <width>71</width>
5155 <height>24</height>
5156 </rect>
5157 </property>
5158 <property name="alignment">
5159 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5160 </property>
5161 <property name="readOnly">
5162 <bool>true</bool>
5163 </property>
5164 <property name="buttonSymbols">
5165 <enum>QAbstractSpinBox::NoButtons</enum>
5166 </property>
5167 <property name="decimals">
5168 <number>1</number>
5169 </property>
5170 <property name="minimum">
5171 <double>-1000.000000000000000</double>
5172 </property>
5173 <property name="maximum">
5174 <double>1000.000000000000000</double>
5175 </property>
5176 </widget>
5177 <widget class="QDoubleSpinBox" name="sp_caEdit">
5178 <property name="geometry">
5179 <rect>
5180 <x>320</x>
5181 <y>180</y>
5182 <width>71</width>
5183 <height>24</height>
5184 </rect>
5185 </property>
5186 <property name="alignment">
5187 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5188 </property>
5189 <property name="readOnly">
5190 <bool>true</bool>
5191 </property>
5192 <property name="buttonSymbols">
5193 <enum>QAbstractSpinBox::NoButtons</enum>
5194 </property>
5195 <property name="decimals">
5196 <number>1</number>
5197 </property>
5198 <property name="maximum">
5199 <double>1000.000000000000000</double>
5200 </property>
5201 </widget>
5202 <widget class="QLabel" name="sp_treatedLabel">
5203 <property name="geometry">
5204 <rect>
5205 <x>10</x>
5206 <y>180</y>
5207 <width>171</width>
5208 <height>21</height>
5209 </rect>
5210 </property>
5211 <property name="text">
5212 <string>Treated sparge water</string>
5213 </property>
5214 <property name="alignment">
5215 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
5216 </property>
5217 </widget>
5218 <widget class="QDoubleSpinBox" name="sp_mgEdit">
5219 <property name="geometry">
5220 <rect>
5221 <x>400</x>
5222 <y>180</y>
5223 <width>71</width>
5224 <height>24</height>
5225 </rect>
5226 </property>
5227 <property name="alignment">
5228 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5229 </property>
5230 <property name="readOnly">
5231 <bool>true</bool>
5232 </property>
5233 <property name="buttonSymbols">
5234 <enum>QAbstractSpinBox::NoButtons</enum>
5235 </property>
5236 <property name="decimals">
5237 <number>1</number>
5238 </property>
5239 <property name="maximum">
5240 <double>1000.000000000000000</double>
5241 </property>
5242 </widget>
5243 <widget class="QDoubleSpinBox" name="sp_naEdit">
5244 <property name="geometry">
5245 <rect>
5246 <x>640</x>
5247 <y>180</y>
5248 <width>71</width>
5249 <height>24</height>
5250 </rect>
5251 </property>
5252 <property name="alignment">
5253 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5254 </property>
5255 <property name="readOnly">
5256 <bool>true</bool>
5257 </property>
5258 <property name="buttonSymbols">
5259 <enum>QAbstractSpinBox::NoButtons</enum>
5260 </property>
5261 <property name="decimals">
5262 <number>1</number>
5263 </property>
5264 <property name="maximum">
5265 <double>1000.000000000000000</double>
5266 </property>
5267 </widget>
5268 <widget class="QDoubleSpinBox" name="sp_hco3Edit">
5269 <property name="geometry">
5270 <rect>
5271 <x>480</x>
5272 <y>180</y>
5273 <width>71</width>
5274 <height>24</height>
5275 </rect>
5276 </property>
5277 <property name="alignment">
5278 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5279 </property>
5280 <property name="readOnly">
5281 <bool>true</bool>
5282 </property>
5283 <property name="buttonSymbols">
5284 <enum>QAbstractSpinBox::NoButtons</enum>
5285 </property>
5286 <property name="decimals">
5287 <number>1</number>
5288 </property>
5289 <property name="maximum">
5290 <double>1000.000000000000000</double>
5291 </property>
5292 </widget>
5293 <widget class="QDoubleSpinBox" name="sp_so4Edit">
5294 <property name="geometry">
5295 <rect>
5296 <x>800</x>
5297 <y>180</y>
5298 <width>71</width>
5299 <height>24</height>
5300 </rect>
5301 </property>
5302 <property name="alignment">
5303 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5304 </property>
5305 <property name="readOnly">
5306 <bool>true</bool>
5307 </property>
5308 <property name="buttonSymbols">
5309 <enum>QAbstractSpinBox::NoButtons</enum>
5310 </property>
5311 <property name="decimals">
5312 <number>1</number>
5313 </property>
5314 <property name="maximum">
5315 <double>1000.000000000000000</double>
5316 </property>
5317 </widget>
5318 <widget class="QDoubleSpinBox" name="sp_hardnessEdit">
5319 <property name="geometry">
5320 <rect>
5321 <x>960</x>
5322 <y>180</y>
5323 <width>71</width>
5324 <height>24</height>
5325 </rect>
5326 </property>
5327 <property name="alignment">
5328 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5329 </property>
5330 <property name="readOnly">
5331 <bool>true</bool>
5332 </property>
5333 <property name="buttonSymbols">
5334 <enum>QAbstractSpinBox::NoButtons</enum>
5335 </property>
5336 <property name="decimals">
5337 <number>1</number>
5338 </property>
5339 <property name="maximum">
5340 <double>1000.000000000000000</double>
5341 </property>
5342 </widget>
5343 <widget class="QDoubleSpinBox" name="sp_volEdit">
5344 <property name="geometry">
5345 <rect>
5346 <x>230</x>
5347 <y>180</y>
5348 <width>81</width>
5349 <height>24</height>
5350 </rect>
5351 </property>
5352 <property name="toolTip">
5353 <string>The total prepared amount of sparge water</string>
5354 </property>
5355 <property name="alignment">
5356 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5357 </property>
5358 <property name="accelerated">
5359 <bool>true</bool>
5360 </property>
5361 <property name="suffix">
5362 <string> L</string>
5363 </property>
5364 <property name="decimals">
5365 <number>2</number>
5366 </property>
5367 <property name="maximum">
5368 <double>100000.000000000000000</double>
5369 </property>
5370 <property name="singleStep">
5371 <double>0.500000000000000</double>
5372 </property>
5373 </widget>
5374 <widget class="QDoubleSpinBox" name="sp_caco3Edit">
5375 <property name="geometry">
5376 <rect>
5377 <x>560</x>
5378 <y>180</y>
5379 <width>71</width>
5380 <height>24</height>
5381 </rect>
5382 </property>
5383 <property name="alignment">
5384 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5385 </property>
5386 <property name="readOnly">
5387 <bool>true</bool>
5388 </property>
5389 <property name="buttonSymbols">
5390 <enum>QAbstractSpinBox::NoButtons</enum>
5391 </property>
5392 <property name="decimals">
5393 <number>1</number>
5394 </property>
5395 <property name="maximum">
5396 <double>1000.000000000000000</double>
5397 </property>
5398 </widget>
5399 <widget class="QDoubleSpinBox" name="sp_phShow">
5400 <property name="geometry">
5401 <rect>
5402 <x>880</x>
5403 <y>180</y>
5404 <width>71</width>
5405 <height>24</height>
5406 </rect>
5407 </property>
5408 <property name="alignment">
5409 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5410 </property>
5411 <property name="readOnly">
5412 <bool>true</bool>
5413 </property>
5414 <property name="buttonSymbols">
5415 <enum>QAbstractSpinBox::NoButtons</enum>
5416 </property>
5417 <property name="decimals">
5418 <number>2</number>
5419 </property>
5420 <property name="maximum">
5421 <double>1000.000000000000000</double>
5422 </property>
5423 </widget>
5424 <widget class="QDoubleSpinBox" name="sp_clEdit">
5425 <property name="geometry">
5426 <rect>
5427 <x>720</x>
5428 <y>180</y>
5429 <width>71</width>
5430 <height>24</height>
5431 </rect>
5432 </property>
5433 <property name="alignment">
5434 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5435 </property>
5436 <property name="readOnly">
5437 <bool>true</bool>
5438 </property>
5439 <property name="buttonSymbols">
5440 <enum>QAbstractSpinBox::NoButtons</enum>
5441 </property>
5442 <property name="decimals">
5443 <number>1</number>
5444 </property>
5445 <property name="maximum">
5446 <double>1000.000000000000000</double>
5447 </property>
5448 </widget>
5449 <widget class="QLabel" name="wspLabel">
5450 <property name="geometry">
5451 <rect>
5452 <x>180</x>
5453 <y>10</y>
5454 <width>61</width>
5455 <height>20</height>
5456 </rect>
5457 </property>
5458 <property name="text">
5459 <string>Sparge</string>
5460 </property>
5461 <property name="alignment">
5462 <set>Qt::AlignCenter</set>
5463 </property>
5464 </widget>
5465 <widget class="QRadioButton" name="wg_spButton">
5466 <property name="enabled">
5467 <bool>false</bool>
5468 </property>
5469 <property name="geometry">
5470 <rect>
5471 <x>200</x>
5472 <y>90</y>
5473 <width>21</width>
5474 <height>21</height>
5475 </rect>
5476 </property>
5477 <property name="toolTip">
5478 <string>Sparge water mixed</string>
5479 </property>
5480 <attribute name="buttonGroup">
5481 <string notr="true">spargeGroup</string>
5482 </attribute>
5483 </widget>
5484 <widget class="QRadioButton" name="w1_spButton">
5485 <property name="geometry">
5486 <rect>
5487 <x>200</x>
5488 <y>30</y>
5489 <width>21</width>
5490 <height>21</height>
5491 </rect>
5492 </property>
5493 <property name="toolTip">
5494 <string>Sparge water source 1</string>
5495 </property>
5496 <property name="checked">
5497 <bool>true</bool>
5498 </property>
5499 <attribute name="buttonGroup">
5500 <string notr="true">spargeGroup</string>
5501 </attribute>
5502 </widget>
5503 <widget class="QRadioButton" name="w2_spButton">
5504 <property name="enabled">
5505 <bool>false</bool>
5506 </property>
5507 <property name="geometry">
5508 <rect>
5509 <x>200</x>
5510 <y>60</y>
5511 <width>21</width>
5512 <height>21</height>
5513 </rect>
5514 </property>
5515 <property name="toolTip">
5516 <string>Sparge water source 2</string>
5517 </property>
5518 <attribute name="buttonGroup">
5519 <string notr="true">spargeGroup</string>
5520 </attribute>
5136 </widget> 5521 </widget>
5137 </widget> 5522 </widget>
5138 </widget> 5523 </widget>
5139 <widget class="QPushButton" name="exportButton"> 5524 <widget class="QPushButton" name="exportButton">
5140 <property name="geometry"> 5525 <property name="geometry">
5188 </tabstops> 5573 </tabstops>
5189 <resources> 5574 <resources>
5190 <include location="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc"/> 5575 <include location="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc"/>
5191 </resources> 5576 </resources>
5192 <connections/> 5577 <connections/>
5578 <buttongroups>
5579 <buttongroup name="spargeGroup"/>
5580 </buttongroups>
5193 </ui> 5581 </ui>

mercurial