ui/EditRecipe.ui

changeset 129
a9c19eaab018
parent 125
2e79e0975e58
child 130
8544f1e28208
equal deleted inserted replaced
128:0f4eee875ea6 129:a9c19eaab018
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">
1543 </attribute> 1543 </attribute>
1544 <widget class="QTableWidget" name="miscsTable"> 1544 <widget class="QTableWidget" name="miscsTable">
1545 <property name="geometry"> 1545 <property name="geometry">
1546 <rect> 1546 <rect>
1547 <x>10</x> 1547 <x>10</x>
1548 <y>10</y> 1548 <y>70</y>
1549 <width>1101</width> 1549 <width>1101</width>
1550 <height>451</height> 1550 <height>391</height>
1551 </rect> 1551 </rect>
1552 </property>
1553 </widget>
1554 <widget class="QPushButton" name="addMisc">
1555 <property name="geometry">
1556 <rect>
1557 <x>140</x>
1558 <y>30</y>
1559 <width>80</width>
1560 <height>23</height>
1561 </rect>
1562 </property>
1563 <property name="text">
1564 <string>Add</string>
1565 </property>
1566 <property name="icon">
1567 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
1568 <normaloff>:/icons/bms/peper.png</normaloff>:/icons/bms/peper.png</iconset>
1552 </property> 1569 </property>
1553 </widget> 1570 </widget>
1554 </widget> 1571 </widget>
1555 <widget class="QWidget" name="yeasts"> 1572 <widget class="QWidget" name="yeasts">
1556 <attribute name="icon"> 1573 <attribute name="icon">
1812 <string>Dry Yeast</string> 1829 <string>Dry Yeast</string>
1813 </property> 1830 </property>
1814 </widget> 1831 </widget>
1815 </widget> 1832 </widget>
1816 </widget> 1833 </widget>
1834 <widget class="QPushButton" name="addYeast">
1835 <property name="geometry">
1836 <rect>
1837 <x>180</x>
1838 <y>210</y>
1839 <width>80</width>
1840 <height>23</height>
1841 </rect>
1842 </property>
1843 <property name="text">
1844 <string>Add</string>
1845 </property>
1846 <property name="icon">
1847 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
1848 <normaloff>:/icons/bms/erlenmeyer.png</normaloff>:/icons/bms/erlenmeyer.png</iconset>
1849 </property>
1850 </widget>
1817 </widget> 1851 </widget>
1818 <widget class="QWidget" name="mash"> 1852 <widget class="QWidget" name="mash">
1819 <attribute name="icon"> 1853 <attribute name="icon">
1820 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc"> 1854 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
1821 <normaloff>:/icons/bms/mash.png</normaloff>:/icons/bms/mash.png</iconset> 1855 <normaloff>:/icons/bms/mash.png</normaloff>:/icons/bms/mash.png</iconset>
1831 <width>1101</width> 1865 <width>1101</width>
1832 <height>391</height> 1866 <height>391</height>
1833 </rect> 1867 </rect>
1834 </property> 1868 </property>
1835 </widget> 1869 </widget>
1870 <widget class="QPushButton" name="addMash">
1871 <property name="geometry">
1872 <rect>
1873 <x>140</x>
1874 <y>40</y>
1875 <width>80</width>
1876 <height>23</height>
1877 </rect>
1878 </property>
1879 <property name="text">
1880 <string>Add</string>
1881 </property>
1882 <property name="icon">
1883 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
1884 <normaloff>:/icons/bms/mash.png</normaloff>:/icons/bms/mash.png</iconset>
1885 </property>
1886 </widget>
1887 <widget class="QLabel" name="mash_nameLabel">
1888 <property name="geometry">
1889 <rect>
1890 <x>0</x>
1891 <y>10</y>
1892 <width>131</width>
1893 <height>20</height>
1894 </rect>
1895 </property>
1896 <property name="text">
1897 <string>Mash name:</string>
1898 </property>
1899 <property name="alignment">
1900 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1901 </property>
1902 </widget>
1903 <widget class="QLabel" name="mash_pickLabel">
1904 <property name="geometry">
1905 <rect>
1906 <x>570</x>
1907 <y>10</y>
1908 <width>131</width>
1909 <height>20</height>
1910 </rect>
1911 </property>
1912 <property name="text">
1913 <string>Mash schedule:</string>
1914 </property>
1915 <property name="alignment">
1916 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1917 </property>
1918 </widget>
1919 <widget class="QComboBox" name="mash_pickEdit">
1920 <property name="geometry">
1921 <rect>
1922 <x>710</x>
1923 <y>10</y>
1924 <width>321</width>
1925 <height>23</height>
1926 </rect>
1927 </property>
1928 </widget>
1929 <widget class="QLineEdit" name="mash_nameEdit">
1930 <property name="geometry">
1931 <rect>
1932 <x>140</x>
1933 <y>10</y>
1934 <width>321</width>
1935 <height>23</height>
1936 </rect>
1937 </property>
1938 </widget>
1836 </widget> 1939 </widget>
1837 <widget class="QWidget" name="water"> 1940 <widget class="QWidget" name="water">
1838 <attribute name="icon"> 1941 <attribute name="icon">
1839 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc"> 1942 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
1840 <normaloff>:/icons/bms/water.png</normaloff>:/icons/bms/water.png</iconset> 1943 <normaloff>:/icons/bms/water.png</normaloff>:/icons/bms/water.png</iconset>
1841 </attribute> 1944 </attribute>
1842 <attribute name="title"> 1945 <attribute name="title">
1843 <string>Water</string> 1946 <string>Water</string>
1844 </attribute> 1947 </attribute>
1948 <widget class="QGroupBox" name="waterviewBox">
1949 <property name="geometry">
1950 <rect>
1951 <x>170</x>
1952 <y>10</y>
1953 <width>941</width>
1954 <height>241</height>
1955 </rect>
1956 </property>
1957 <property name="title">
1958 <string>Water overview</string>
1959 </property>
1960 <widget class="QDoubleSpinBox" name="w1_caEdit">
1961 <property name="geometry">
1962 <rect>
1963 <x>300</x>
1964 <y>50</y>
1965 <width>71</width>
1966 <height>24</height>
1967 </rect>
1968 </property>
1969 <property name="alignment">
1970 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1971 </property>
1972 <property name="readOnly">
1973 <bool>true</bool>
1974 </property>
1975 <property name="buttonSymbols">
1976 <enum>QAbstractSpinBox::NoButtons</enum>
1977 </property>
1978 <property name="decimals">
1979 <number>1</number>
1980 </property>
1981 <property name="maximum">
1982 <double>1000.000000000000000</double>
1983 </property>
1984 </widget>
1985 <widget class="QDoubleSpinBox" name="w1_phEdit">
1986 <property name="geometry">
1987 <rect>
1988 <x>860</x>
1989 <y>50</y>
1990 <width>71</width>
1991 <height>24</height>
1992 </rect>
1993 </property>
1994 <property name="alignment">
1995 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1996 </property>
1997 <property name="readOnly">
1998 <bool>true</bool>
1999 </property>
2000 <property name="buttonSymbols">
2001 <enum>QAbstractSpinBox::NoButtons</enum>
2002 </property>
2003 <property name="decimals">
2004 <number>2</number>
2005 </property>
2006 <property name="maximum">
2007 <double>1000.000000000000000</double>
2008 </property>
2009 </widget>
2010 <widget class="QDoubleSpinBox" name="w1_so4Edit">
2011 <property name="geometry">
2012 <rect>
2013 <x>780</x>
2014 <y>50</y>
2015 <width>71</width>
2016 <height>24</height>
2017 </rect>
2018 </property>
2019 <property name="alignment">
2020 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2021 </property>
2022 <property name="readOnly">
2023 <bool>true</bool>
2024 </property>
2025 <property name="buttonSymbols">
2026 <enum>QAbstractSpinBox::NoButtons</enum>
2027 </property>
2028 <property name="decimals">
2029 <number>1</number>
2030 </property>
2031 <property name="maximum">
2032 <double>1000.000000000000000</double>
2033 </property>
2034 </widget>
2035 <widget class="QDoubleSpinBox" name="w1_clEdit">
2036 <property name="geometry">
2037 <rect>
2038 <x>700</x>
2039 <y>50</y>
2040 <width>71</width>
2041 <height>24</height>
2042 </rect>
2043 </property>
2044 <property name="alignment">
2045 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2046 </property>
2047 <property name="readOnly">
2048 <bool>true</bool>
2049 </property>
2050 <property name="buttonSymbols">
2051 <enum>QAbstractSpinBox::NoButtons</enum>
2052 </property>
2053 <property name="decimals">
2054 <number>1</number>
2055 </property>
2056 <property name="maximum">
2057 <double>1000.000000000000000</double>
2058 </property>
2059 </widget>
2060 <widget class="QDoubleSpinBox" name="w1_naEdit">
2061 <property name="geometry">
2062 <rect>
2063 <x>620</x>
2064 <y>50</y>
2065 <width>71</width>
2066 <height>24</height>
2067 </rect>
2068 </property>
2069 <property name="alignment">
2070 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2071 </property>
2072 <property name="readOnly">
2073 <bool>true</bool>
2074 </property>
2075 <property name="buttonSymbols">
2076 <enum>QAbstractSpinBox::NoButtons</enum>
2077 </property>
2078 <property name="decimals">
2079 <number>1</number>
2080 </property>
2081 <property name="maximum">
2082 <double>1000.000000000000000</double>
2083 </property>
2084 </widget>
2085 <widget class="QDoubleSpinBox" name="w1_caco3Edit">
2086 <property name="geometry">
2087 <rect>
2088 <x>540</x>
2089 <y>50</y>
2090 <width>71</width>
2091 <height>24</height>
2092 </rect>
2093 </property>
2094 <property name="alignment">
2095 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2096 </property>
2097 <property name="readOnly">
2098 <bool>true</bool>
2099 </property>
2100 <property name="buttonSymbols">
2101 <enum>QAbstractSpinBox::NoButtons</enum>
2102 </property>
2103 <property name="decimals">
2104 <number>1</number>
2105 </property>
2106 <property name="maximum">
2107 <double>1000.000000000000000</double>
2108 </property>
2109 </widget>
2110 <widget class="QDoubleSpinBox" name="w1_hco3Edit">
2111 <property name="geometry">
2112 <rect>
2113 <x>460</x>
2114 <y>50</y>
2115 <width>71</width>
2116 <height>24</height>
2117 </rect>
2118 </property>
2119 <property name="alignment">
2120 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2121 </property>
2122 <property name="readOnly">
2123 <bool>true</bool>
2124 </property>
2125 <property name="buttonSymbols">
2126 <enum>QAbstractSpinBox::NoButtons</enum>
2127 </property>
2128 <property name="decimals">
2129 <number>1</number>
2130 </property>
2131 <property name="maximum">
2132 <double>1000.000000000000000</double>
2133 </property>
2134 </widget>
2135 <widget class="QDoubleSpinBox" name="w1_mgEdit">
2136 <property name="geometry">
2137 <rect>
2138 <x>380</x>
2139 <y>50</y>
2140 <width>71</width>
2141 <height>24</height>
2142 </rect>
2143 </property>
2144 <property name="alignment">
2145 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2146 </property>
2147 <property name="readOnly">
2148 <bool>true</bool>
2149 </property>
2150 <property name="buttonSymbols">
2151 <enum>QAbstractSpinBox::NoButtons</enum>
2152 </property>
2153 <property name="decimals">
2154 <number>1</number>
2155 </property>
2156 <property name="maximum">
2157 <double>1000.000000000000000</double>
2158 </property>
2159 </widget>
2160 <widget class="QLabel" name="caLabel">
2161 <property name="geometry">
2162 <rect>
2163 <x>300</x>
2164 <y>20</y>
2165 <width>71</width>
2166 <height>21</height>
2167 </rect>
2168 </property>
2169 <property name="text">
2170 <string>Ca</string>
2171 </property>
2172 <property name="alignment">
2173 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2174 </property>
2175 </widget>
2176 <widget class="QLabel" name="mgLabel">
2177 <property name="geometry">
2178 <rect>
2179 <x>380</x>
2180 <y>20</y>
2181 <width>71</width>
2182 <height>21</height>
2183 </rect>
2184 </property>
2185 <property name="text">
2186 <string>Mg</string>
2187 </property>
2188 <property name="alignment">
2189 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2190 </property>
2191 </widget>
2192 <widget class="QLabel" name="hco3Label">
2193 <property name="geometry">
2194 <rect>
2195 <x>460</x>
2196 <y>20</y>
2197 <width>71</width>
2198 <height>21</height>
2199 </rect>
2200 </property>
2201 <property name="text">
2202 <string>HCO3</string>
2203 </property>
2204 <property name="alignment">
2205 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2206 </property>
2207 </widget>
2208 <widget class="QLabel" name="caco3Label">
2209 <property name="geometry">
2210 <rect>
2211 <x>540</x>
2212 <y>20</y>
2213 <width>71</width>
2214 <height>21</height>
2215 </rect>
2216 </property>
2217 <property name="text">
2218 <string>CaCO3</string>
2219 </property>
2220 <property name="alignment">
2221 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2222 </property>
2223 </widget>
2224 <widget class="QLabel" name="naLabel">
2225 <property name="geometry">
2226 <rect>
2227 <x>620</x>
2228 <y>20</y>
2229 <width>71</width>
2230 <height>21</height>
2231 </rect>
2232 </property>
2233 <property name="text">
2234 <string>Na</string>
2235 </property>
2236 <property name="alignment">
2237 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2238 </property>
2239 </widget>
2240 <widget class="QLabel" name="clLabel">
2241 <property name="geometry">
2242 <rect>
2243 <x>700</x>
2244 <y>20</y>
2245 <width>71</width>
2246 <height>21</height>
2247 </rect>
2248 </property>
2249 <property name="text">
2250 <string>Cl</string>
2251 </property>
2252 <property name="alignment">
2253 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2254 </property>
2255 </widget>
2256 <widget class="QLabel" name="so4Label">
2257 <property name="geometry">
2258 <rect>
2259 <x>780</x>
2260 <y>20</y>
2261 <width>71</width>
2262 <height>21</height>
2263 </rect>
2264 </property>
2265 <property name="text">
2266 <string>SO4</string>
2267 </property>
2268 <property name="alignment">
2269 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2270 </property>
2271 </widget>
2272 <widget class="QLabel" name="phLabel">
2273 <property name="geometry">
2274 <rect>
2275 <x>860</x>
2276 <y>20</y>
2277 <width>71</width>
2278 <height>21</height>
2279 </rect>
2280 </property>
2281 <property name="text">
2282 <string>pH</string>
2283 </property>
2284 <property name="alignment">
2285 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2286 </property>
2287 </widget>
2288 <widget class="QDoubleSpinBox" name="w1_volEdit">
2289 <property name="geometry">
2290 <rect>
2291 <x>200</x>
2292 <y>50</y>
2293 <width>71</width>
2294 <height>24</height>
2295 </rect>
2296 </property>
2297 <property name="alignment">
2298 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2299 </property>
2300 <property name="readOnly">
2301 <bool>true</bool>
2302 </property>
2303 <property name="buttonSymbols">
2304 <enum>QAbstractSpinBox::NoButtons</enum>
2305 </property>
2306 <property name="decimals">
2307 <number>2</number>
2308 </property>
2309 <property name="maximum">
2310 <double>10000.000000000000000</double>
2311 </property>
2312 </widget>
2313 <widget class="QLabel" name="volLabel">
2314 <property name="geometry">
2315 <rect>
2316 <x>200</x>
2317 <y>20</y>
2318 <width>71</width>
2319 <height>21</height>
2320 </rect>
2321 </property>
2322 <property name="text">
2323 <string>Volume</string>
2324 </property>
2325 <property name="alignment">
2326 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2327 </property>
2328 </widget>
2329 <widget class="QDoubleSpinBox" name="w2_hco3Edit">
2330 <property name="geometry">
2331 <rect>
2332 <x>460</x>
2333 <y>80</y>
2334 <width>71</width>
2335 <height>24</height>
2336 </rect>
2337 </property>
2338 <property name="alignment">
2339 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2340 </property>
2341 <property name="readOnly">
2342 <bool>true</bool>
2343 </property>
2344 <property name="buttonSymbols">
2345 <enum>QAbstractSpinBox::NoButtons</enum>
2346 </property>
2347 <property name="decimals">
2348 <number>1</number>
2349 </property>
2350 <property name="maximum">
2351 <double>1000.000000000000000</double>
2352 </property>
2353 </widget>
2354 <widget class="QDoubleSpinBox" name="w2_phEdit">
2355 <property name="geometry">
2356 <rect>
2357 <x>860</x>
2358 <y>80</y>
2359 <width>71</width>
2360 <height>24</height>
2361 </rect>
2362 </property>
2363 <property name="alignment">
2364 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2365 </property>
2366 <property name="readOnly">
2367 <bool>true</bool>
2368 </property>
2369 <property name="buttonSymbols">
2370 <enum>QAbstractSpinBox::NoButtons</enum>
2371 </property>
2372 <property name="decimals">
2373 <number>2</number>
2374 </property>
2375 <property name="maximum">
2376 <double>1000.000000000000000</double>
2377 </property>
2378 </widget>
2379 <widget class="QDoubleSpinBox" name="w2_caco3Edit">
2380 <property name="geometry">
2381 <rect>
2382 <x>540</x>
2383 <y>80</y>
2384 <width>71</width>
2385 <height>24</height>
2386 </rect>
2387 </property>
2388 <property name="alignment">
2389 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2390 </property>
2391 <property name="readOnly">
2392 <bool>true</bool>
2393 </property>
2394 <property name="buttonSymbols">
2395 <enum>QAbstractSpinBox::NoButtons</enum>
2396 </property>
2397 <property name="decimals">
2398 <number>1</number>
2399 </property>
2400 <property name="maximum">
2401 <double>1000.000000000000000</double>
2402 </property>
2403 </widget>
2404 <widget class="QDoubleSpinBox" name="w2_naEdit">
2405 <property name="geometry">
2406 <rect>
2407 <x>620</x>
2408 <y>80</y>
2409 <width>71</width>
2410 <height>24</height>
2411 </rect>
2412 </property>
2413 <property name="alignment">
2414 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2415 </property>
2416 <property name="readOnly">
2417 <bool>true</bool>
2418 </property>
2419 <property name="buttonSymbols">
2420 <enum>QAbstractSpinBox::NoButtons</enum>
2421 </property>
2422 <property name="decimals">
2423 <number>1</number>
2424 </property>
2425 <property name="maximum">
2426 <double>1000.000000000000000</double>
2427 </property>
2428 </widget>
2429 <widget class="QDoubleSpinBox" name="w2_so4Edit">
2430 <property name="geometry">
2431 <rect>
2432 <x>780</x>
2433 <y>80</y>
2434 <width>71</width>
2435 <height>24</height>
2436 </rect>
2437 </property>
2438 <property name="alignment">
2439 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2440 </property>
2441 <property name="readOnly">
2442 <bool>true</bool>
2443 </property>
2444 <property name="buttonSymbols">
2445 <enum>QAbstractSpinBox::NoButtons</enum>
2446 </property>
2447 <property name="decimals">
2448 <number>1</number>
2449 </property>
2450 <property name="maximum">
2451 <double>1000.000000000000000</double>
2452 </property>
2453 </widget>
2454 <widget class="QDoubleSpinBox" name="w2_caEdit">
2455 <property name="geometry">
2456 <rect>
2457 <x>300</x>
2458 <y>80</y>
2459 <width>71</width>
2460 <height>24</height>
2461 </rect>
2462 </property>
2463 <property name="alignment">
2464 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2465 </property>
2466 <property name="readOnly">
2467 <bool>true</bool>
2468 </property>
2469 <property name="buttonSymbols">
2470 <enum>QAbstractSpinBox::NoButtons</enum>
2471 </property>
2472 <property name="decimals">
2473 <number>1</number>
2474 </property>
2475 <property name="maximum">
2476 <double>1000.000000000000000</double>
2477 </property>
2478 </widget>
2479 <widget class="QDoubleSpinBox" name="w2_clEdit">
2480 <property name="geometry">
2481 <rect>
2482 <x>700</x>
2483 <y>80</y>
2484 <width>71</width>
2485 <height>24</height>
2486 </rect>
2487 </property>
2488 <property name="alignment">
2489 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2490 </property>
2491 <property name="readOnly">
2492 <bool>true</bool>
2493 </property>
2494 <property name="buttonSymbols">
2495 <enum>QAbstractSpinBox::NoButtons</enum>
2496 </property>
2497 <property name="decimals">
2498 <number>1</number>
2499 </property>
2500 <property name="maximum">
2501 <double>1000.000000000000000</double>
2502 </property>
2503 </widget>
2504 <widget class="QDoubleSpinBox" name="w2_volEdit">
2505 <property name="geometry">
2506 <rect>
2507 <x>200</x>
2508 <y>80</y>
2509 <width>84</width>
2510 <height>24</height>
2511 </rect>
2512 </property>
2513 <property name="alignment">
2514 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2515 </property>
2516 <property name="readOnly">
2517 <bool>false</bool>
2518 </property>
2519 <property name="buttonSymbols">
2520 <enum>QAbstractSpinBox::UpDownArrows</enum>
2521 </property>
2522 <property name="accelerated">
2523 <bool>true</bool>
2524 </property>
2525 <property name="decimals">
2526 <number>2</number>
2527 </property>
2528 <property name="maximum">
2529 <double>10000.000000000000000</double>
2530 </property>
2531 <property name="singleStep">
2532 <double>5.000000000000000</double>
2533 </property>
2534 </widget>
2535 <widget class="QDoubleSpinBox" name="w2_mgEdit">
2536 <property name="geometry">
2537 <rect>
2538 <x>380</x>
2539 <y>80</y>
2540 <width>71</width>
2541 <height>24</height>
2542 </rect>
2543 </property>
2544 <property name="alignment">
2545 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2546 </property>
2547 <property name="readOnly">
2548 <bool>true</bool>
2549 </property>
2550 <property name="buttonSymbols">
2551 <enum>QAbstractSpinBox::NoButtons</enum>
2552 </property>
2553 <property name="decimals">
2554 <number>1</number>
2555 </property>
2556 <property name="maximum">
2557 <double>1000.000000000000000</double>
2558 </property>
2559 </widget>
2560 <widget class="QDoubleSpinBox" name="wg_hco3Edit">
2561 <property name="geometry">
2562 <rect>
2563 <x>460</x>
2564 <y>110</y>
2565 <width>71</width>
2566 <height>24</height>
2567 </rect>
2568 </property>
2569 <property name="alignment">
2570 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2571 </property>
2572 <property name="readOnly">
2573 <bool>true</bool>
2574 </property>
2575 <property name="buttonSymbols">
2576 <enum>QAbstractSpinBox::NoButtons</enum>
2577 </property>
2578 <property name="decimals">
2579 <number>1</number>
2580 </property>
2581 <property name="maximum">
2582 <double>1000.000000000000000</double>
2583 </property>
2584 </widget>
2585 <widget class="QDoubleSpinBox" name="wg_phEdit">
2586 <property name="geometry">
2587 <rect>
2588 <x>860</x>
2589 <y>110</y>
2590 <width>71</width>
2591 <height>24</height>
2592 </rect>
2593 </property>
2594 <property name="alignment">
2595 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2596 </property>
2597 <property name="readOnly">
2598 <bool>true</bool>
2599 </property>
2600 <property name="buttonSymbols">
2601 <enum>QAbstractSpinBox::NoButtons</enum>
2602 </property>
2603 <property name="decimals">
2604 <number>2</number>
2605 </property>
2606 <property name="maximum">
2607 <double>1000.000000000000000</double>
2608 </property>
2609 </widget>
2610 <widget class="QDoubleSpinBox" name="wg_caco3Edit">
2611 <property name="geometry">
2612 <rect>
2613 <x>540</x>
2614 <y>110</y>
2615 <width>71</width>
2616 <height>24</height>
2617 </rect>
2618 </property>
2619 <property name="alignment">
2620 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2621 </property>
2622 <property name="readOnly">
2623 <bool>true</bool>
2624 </property>
2625 <property name="buttonSymbols">
2626 <enum>QAbstractSpinBox::NoButtons</enum>
2627 </property>
2628 <property name="decimals">
2629 <number>1</number>
2630 </property>
2631 <property name="maximum">
2632 <double>1000.000000000000000</double>
2633 </property>
2634 </widget>
2635 <widget class="QDoubleSpinBox" name="wg_naEdit">
2636 <property name="geometry">
2637 <rect>
2638 <x>620</x>
2639 <y>110</y>
2640 <width>71</width>
2641 <height>24</height>
2642 </rect>
2643 </property>
2644 <property name="alignment">
2645 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2646 </property>
2647 <property name="readOnly">
2648 <bool>true</bool>
2649 </property>
2650 <property name="buttonSymbols">
2651 <enum>QAbstractSpinBox::NoButtons</enum>
2652 </property>
2653 <property name="decimals">
2654 <number>1</number>
2655 </property>
2656 <property name="maximum">
2657 <double>1000.000000000000000</double>
2658 </property>
2659 </widget>
2660 <widget class="QDoubleSpinBox" name="wg_so4Edit">
2661 <property name="geometry">
2662 <rect>
2663 <x>780</x>
2664 <y>110</y>
2665 <width>71</width>
2666 <height>24</height>
2667 </rect>
2668 </property>
2669 <property name="alignment">
2670 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2671 </property>
2672 <property name="readOnly">
2673 <bool>true</bool>
2674 </property>
2675 <property name="buttonSymbols">
2676 <enum>QAbstractSpinBox::NoButtons</enum>
2677 </property>
2678 <property name="decimals">
2679 <number>1</number>
2680 </property>
2681 <property name="maximum">
2682 <double>1000.000000000000000</double>
2683 </property>
2684 </widget>
2685 <widget class="QDoubleSpinBox" name="wg_caEdit">
2686 <property name="geometry">
2687 <rect>
2688 <x>300</x>
2689 <y>110</y>
2690 <width>71</width>
2691 <height>24</height>
2692 </rect>
2693 </property>
2694 <property name="alignment">
2695 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2696 </property>
2697 <property name="readOnly">
2698 <bool>true</bool>
2699 </property>
2700 <property name="buttonSymbols">
2701 <enum>QAbstractSpinBox::NoButtons</enum>
2702 </property>
2703 <property name="decimals">
2704 <number>1</number>
2705 </property>
2706 <property name="maximum">
2707 <double>1000.000000000000000</double>
2708 </property>
2709 </widget>
2710 <widget class="QDoubleSpinBox" name="wg_clEdit">
2711 <property name="geometry">
2712 <rect>
2713 <x>700</x>
2714 <y>110</y>
2715 <width>71</width>
2716 <height>24</height>
2717 </rect>
2718 </property>
2719 <property name="alignment">
2720 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2721 </property>
2722 <property name="readOnly">
2723 <bool>true</bool>
2724 </property>
2725 <property name="buttonSymbols">
2726 <enum>QAbstractSpinBox::NoButtons</enum>
2727 </property>
2728 <property name="decimals">
2729 <number>1</number>
2730 </property>
2731 <property name="maximum">
2732 <double>1000.000000000000000</double>
2733 </property>
2734 </widget>
2735 <widget class="QDoubleSpinBox" name="wg_volEdit">
2736 <property name="geometry">
2737 <rect>
2738 <x>200</x>
2739 <y>110</y>
2740 <width>71</width>
2741 <height>24</height>
2742 </rect>
2743 </property>
2744 <property name="alignment">
2745 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2746 </property>
2747 <property name="readOnly">
2748 <bool>true</bool>
2749 </property>
2750 <property name="buttonSymbols">
2751 <enum>QAbstractSpinBox::NoButtons</enum>
2752 </property>
2753 <property name="decimals">
2754 <number>2</number>
2755 </property>
2756 <property name="maximum">
2757 <double>10000.000000000000000</double>
2758 </property>
2759 </widget>
2760 <widget class="QDoubleSpinBox" name="wg_mgEdit">
2761 <property name="geometry">
2762 <rect>
2763 <x>380</x>
2764 <y>110</y>
2765 <width>71</width>
2766 <height>24</height>
2767 </rect>
2768 </property>
2769 <property name="alignment">
2770 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2771 </property>
2772 <property name="readOnly">
2773 <bool>true</bool>
2774 </property>
2775 <property name="buttonSymbols">
2776 <enum>QAbstractSpinBox::NoButtons</enum>
2777 </property>
2778 <property name="decimals">
2779 <number>1</number>
2780 </property>
2781 <property name="maximum">
2782 <double>1000.000000000000000</double>
2783 </property>
2784 </widget>
2785 <widget class="QDoubleSpinBox" name="wt_hco3Edit">
2786 <property name="geometry">
2787 <rect>
2788 <x>460</x>
2789 <y>200</y>
2790 <width>71</width>
2791 <height>24</height>
2792 </rect>
2793 </property>
2794 <property name="alignment">
2795 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2796 </property>
2797 <property name="readOnly">
2798 <bool>true</bool>
2799 </property>
2800 <property name="buttonSymbols">
2801 <enum>QAbstractSpinBox::NoButtons</enum>
2802 </property>
2803 <property name="decimals">
2804 <number>1</number>
2805 </property>
2806 <property name="maximum">
2807 <double>1000.000000000000000</double>
2808 </property>
2809 </widget>
2810 <widget class="QDoubleSpinBox" name="wb_phEdit">
2811 <property name="geometry">
2812 <rect>
2813 <x>860</x>
2814 <y>140</y>
2815 <width>71</width>
2816 <height>24</height>
2817 </rect>
2818 </property>
2819 <property name="alignment">
2820 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2821 </property>
2822 <property name="readOnly">
2823 <bool>true</bool>
2824 </property>
2825 <property name="buttonSymbols">
2826 <enum>QAbstractSpinBox::NoButtons</enum>
2827 </property>
2828 <property name="decimals">
2829 <number>2</number>
2830 </property>
2831 <property name="maximum">
2832 <double>1000.000000000000000</double>
2833 </property>
2834 </widget>
2835 <widget class="QDoubleSpinBox" name="wt_caco3Edit">
2836 <property name="geometry">
2837 <rect>
2838 <x>540</x>
2839 <y>200</y>
2840 <width>71</width>
2841 <height>24</height>
2842 </rect>
2843 </property>
2844 <property name="alignment">
2845 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2846 </property>
2847 <property name="readOnly">
2848 <bool>true</bool>
2849 </property>
2850 <property name="buttonSymbols">
2851 <enum>QAbstractSpinBox::NoButtons</enum>
2852 </property>
2853 <property name="decimals">
2854 <number>1</number>
2855 </property>
2856 <property name="maximum">
2857 <double>1000.000000000000000</double>
2858 </property>
2859 </widget>
2860 <widget class="QDoubleSpinBox" name="wt_naEdit">
2861 <property name="geometry">
2862 <rect>
2863 <x>620</x>
2864 <y>200</y>
2865 <width>71</width>
2866 <height>24</height>
2867 </rect>
2868 </property>
2869 <property name="alignment">
2870 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2871 </property>
2872 <property name="readOnly">
2873 <bool>true</bool>
2874 </property>
2875 <property name="buttonSymbols">
2876 <enum>QAbstractSpinBox::NoButtons</enum>
2877 </property>
2878 <property name="decimals">
2879 <number>1</number>
2880 </property>
2881 <property name="maximum">
2882 <double>1000.000000000000000</double>
2883 </property>
2884 </widget>
2885 <widget class="QDoubleSpinBox" name="wt_so4Edit">
2886 <property name="geometry">
2887 <rect>
2888 <x>780</x>
2889 <y>200</y>
2890 <width>71</width>
2891 <height>24</height>
2892 </rect>
2893 </property>
2894 <property name="alignment">
2895 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2896 </property>
2897 <property name="readOnly">
2898 <bool>true</bool>
2899 </property>
2900 <property name="buttonSymbols">
2901 <enum>QAbstractSpinBox::NoButtons</enum>
2902 </property>
2903 <property name="decimals">
2904 <number>1</number>
2905 </property>
2906 <property name="maximum">
2907 <double>1000.000000000000000</double>
2908 </property>
2909 </widget>
2910 <widget class="QDoubleSpinBox" name="wt_caEdit">
2911 <property name="geometry">
2912 <rect>
2913 <x>300</x>
2914 <y>200</y>
2915 <width>71</width>
2916 <height>24</height>
2917 </rect>
2918 </property>
2919 <property name="alignment">
2920 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2921 </property>
2922 <property name="readOnly">
2923 <bool>true</bool>
2924 </property>
2925 <property name="buttonSymbols">
2926 <enum>QAbstractSpinBox::NoButtons</enum>
2927 </property>
2928 <property name="decimals">
2929 <number>1</number>
2930 </property>
2931 <property name="maximum">
2932 <double>1000.000000000000000</double>
2933 </property>
2934 </widget>
2935 <widget class="QDoubleSpinBox" name="wt_clEdit">
2936 <property name="geometry">
2937 <rect>
2938 <x>700</x>
2939 <y>200</y>
2940 <width>71</width>
2941 <height>24</height>
2942 </rect>
2943 </property>
2944 <property name="alignment">
2945 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2946 </property>
2947 <property name="readOnly">
2948 <bool>true</bool>
2949 </property>
2950 <property name="buttonSymbols">
2951 <enum>QAbstractSpinBox::NoButtons</enum>
2952 </property>
2953 <property name="decimals">
2954 <number>1</number>
2955 </property>
2956 <property name="maximum">
2957 <double>1000.000000000000000</double>
2958 </property>
2959 </widget>
2960 <widget class="QDoubleSpinBox" name="wt_mgEdit">
2961 <property name="geometry">
2962 <rect>
2963 <x>380</x>
2964 <y>200</y>
2965 <width>71</width>
2966 <height>24</height>
2967 </rect>
2968 </property>
2969 <property name="alignment">
2970 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2971 </property>
2972 <property name="readOnly">
2973 <bool>true</bool>
2974 </property>
2975 <property name="buttonSymbols">
2976 <enum>QAbstractSpinBox::NoButtons</enum>
2977 </property>
2978 <property name="decimals">
2979 <number>1</number>
2980 </property>
2981 <property name="maximum">
2982 <double>1000.000000000000000</double>
2983 </property>
2984 </widget>
2985 <widget class="QDoubleSpinBox" name="wb_mgEdit">
2986 <property name="geometry">
2987 <rect>
2988 <x>380</x>
2989 <y>140</y>
2990 <width>71</width>
2991 <height>24</height>
2992 </rect>
2993 </property>
2994 <property name="alignment">
2995 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2996 </property>
2997 <property name="readOnly">
2998 <bool>true</bool>
2999 </property>
3000 <property name="buttonSymbols">
3001 <enum>QAbstractSpinBox::NoButtons</enum>
3002 </property>
3003 <property name="decimals">
3004 <number>1</number>
3005 </property>
3006 <property name="maximum">
3007 <double>1000.000000000000000</double>
3008 </property>
3009 </widget>
3010 <widget class="QDoubleSpinBox" name="wb_hco3Edit">
3011 <property name="geometry">
3012 <rect>
3013 <x>460</x>
3014 <y>140</y>
3015 <width>71</width>
3016 <height>24</height>
3017 </rect>
3018 </property>
3019 <property name="alignment">
3020 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3021 </property>
3022 <property name="readOnly">
3023 <bool>true</bool>
3024 </property>
3025 <property name="buttonSymbols">
3026 <enum>QAbstractSpinBox::NoButtons</enum>
3027 </property>
3028 <property name="decimals">
3029 <number>1</number>
3030 </property>
3031 <property name="maximum">
3032 <double>1000.000000000000000</double>
3033 </property>
3034 </widget>
3035 <widget class="QDoubleSpinBox" name="wb_so4Edit">
3036 <property name="geometry">
3037 <rect>
3038 <x>780</x>
3039 <y>140</y>
3040 <width>71</width>
3041 <height>24</height>
3042 </rect>
3043 </property>
3044 <property name="alignment">
3045 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3046 </property>
3047 <property name="readOnly">
3048 <bool>true</bool>
3049 </property>
3050 <property name="buttonSymbols">
3051 <enum>QAbstractSpinBox::NoButtons</enum>
3052 </property>
3053 <property name="decimals">
3054 <number>1</number>
3055 </property>
3056 <property name="maximum">
3057 <double>1000.000000000000000</double>
3058 </property>
3059 </widget>
3060 <widget class="QDoubleSpinBox" name="wb_caEdit">
3061 <property name="geometry">
3062 <rect>
3063 <x>300</x>
3064 <y>140</y>
3065 <width>71</width>
3066 <height>24</height>
3067 </rect>
3068 </property>
3069 <property name="alignment">
3070 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3071 </property>
3072 <property name="readOnly">
3073 <bool>true</bool>
3074 </property>
3075 <property name="buttonSymbols">
3076 <enum>QAbstractSpinBox::NoButtons</enum>
3077 </property>
3078 <property name="decimals">
3079 <number>1</number>
3080 </property>
3081 <property name="maximum">
3082 <double>1000.000000000000000</double>
3083 </property>
3084 </widget>
3085 <widget class="QDoubleSpinBox" name="wb_clEdit">
3086 <property name="geometry">
3087 <rect>
3088 <x>700</x>
3089 <y>140</y>
3090 <width>71</width>
3091 <height>24</height>
3092 </rect>
3093 </property>
3094 <property name="alignment">
3095 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3096 </property>
3097 <property name="readOnly">
3098 <bool>true</bool>
3099 </property>
3100 <property name="buttonSymbols">
3101 <enum>QAbstractSpinBox::NoButtons</enum>
3102 </property>
3103 <property name="decimals">
3104 <number>1</number>
3105 </property>
3106 <property name="maximum">
3107 <double>1000.000000000000000</double>
3108 </property>
3109 </widget>
3110 <widget class="QDoubleSpinBox" name="wb_caco3Edit">
3111 <property name="geometry">
3112 <rect>
3113 <x>540</x>
3114 <y>140</y>
3115 <width>71</width>
3116 <height>24</height>
3117 </rect>
3118 </property>
3119 <property name="alignment">
3120 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3121 </property>
3122 <property name="readOnly">
3123 <bool>true</bool>
3124 </property>
3125 <property name="buttonSymbols">
3126 <enum>QAbstractSpinBox::NoButtons</enum>
3127 </property>
3128 <property name="decimals">
3129 <number>1</number>
3130 </property>
3131 <property name="maximum">
3132 <double>1000.000000000000000</double>
3133 </property>
3134 </widget>
3135 <widget class="QDoubleSpinBox" name="wb_naEdit">
3136 <property name="geometry">
3137 <rect>
3138 <x>620</x>
3139 <y>140</y>
3140 <width>71</width>
3141 <height>24</height>
3142 </rect>
3143 </property>
3144 <property name="alignment">
3145 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3146 </property>
3147 <property name="readOnly">
3148 <bool>true</bool>
3149 </property>
3150 <property name="buttonSymbols">
3151 <enum>QAbstractSpinBox::NoButtons</enum>
3152 </property>
3153 <property name="decimals">
3154 <number>1</number>
3155 </property>
3156 <property name="maximum">
3157 <double>1000.000000000000000</double>
3158 </property>
3159 </widget>
3160 <widget class="QLabel" name="profileLabel">
3161 <property name="geometry">
3162 <rect>
3163 <x>10</x>
3164 <y>20</y>
3165 <width>171</width>
3166 <height>21</height>
3167 </rect>
3168 </property>
3169 <property name="text">
3170 <string>Water profile</string>
3171 </property>
3172 <property name="alignment">
3173 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
3174 </property>
3175 </widget>
3176 <widget class="QComboBox" name="w1_sourceEdit">
3177 <property name="geometry">
3178 <rect>
3179 <x>10</x>
3180 <y>50</y>
3181 <width>181</width>
3182 <height>23</height>
3183 </rect>
3184 </property>
3185 </widget>
3186 <widget class="QComboBox" name="w2_sourceEdit">
3187 <property name="geometry">
3188 <rect>
3189 <x>10</x>
3190 <y>80</y>
3191 <width>181</width>
3192 <height>23</height>
3193 </rect>
3194 </property>
3195 </widget>
3196 <widget class="QComboBox" name="wt_sourceEdit">
3197 <property name="geometry">
3198 <rect>
3199 <x>10</x>
3200 <y>200</y>
3201 <width>181</width>
3202 <height>23</height>
3203 </rect>
3204 </property>
3205 </widget>
3206 <widget class="QLabel" name="mixedLabel">
3207 <property name="geometry">
3208 <rect>
3209 <x>10</x>
3210 <y>110</y>
3211 <width>171</width>
3212 <height>21</height>
3213 </rect>
3214 </property>
3215 <property name="text">
3216 <string>Mixed water</string>
3217 </property>
3218 <property name="alignment">
3219 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
3220 </property>
3221 </widget>
3222 <widget class="QLabel" name="treatedLabel">
3223 <property name="geometry">
3224 <rect>
3225 <x>10</x>
3226 <y>140</y>
3227 <width>171</width>
3228 <height>21</height>
3229 </rect>
3230 </property>
3231 <property name="text">
3232 <string>Treated water</string>
3233 </property>
3234 <property name="alignment">
3235 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
3236 </property>
3237 </widget>
3238 <widget class="QLabel" name="resultLabel">
3239 <property name="geometry">
3240 <rect>
3241 <x>10</x>
3242 <y>170</y>
3243 <width>171</width>
3244 <height>21</height>
3245 </rect>
3246 </property>
3247 <property name="text">
3248 <string>Result</string>
3249 </property>
3250 <property name="alignment">
3251 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
3252 </property>
3253 </widget>
3254 </widget>
1845 </widget> 3255 </widget>
1846 </widget> 3256 </widget>
1847 <widget class="QPushButton" name="exportButton"> 3257 <widget class="QPushButton" name="exportButton">
1848 <property name="geometry"> 3258 <property name="geometry">
1849 <rect> 3259 <rect>

mercurial