ui/Setup.ui

changeset 15
c58b82549713
child 16
a5d8e783a7b0
equal deleted inserted replaced
14:8a304c898a75 15:c58b82549713
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>Setup</class>
4 <widget class="QDialog" name="Setup">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>1280</width>
10 <height>640</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <layout class="QGridLayout" name="gridLayout">
17 <item row="0" column="0">
18 <widget class="QWidget" name="widget" native="true">
19 <widget class="QLabel" name="breweryLabel">
20 <property name="geometry">
21 <rect>
22 <x>60</x>
23 <y>20</y>
24 <width>131</width>
25 <height>20</height>
26 </rect>
27 </property>
28 <property name="text">
29 <string>Brewery name:</string>
30 </property>
31 <property name="alignment">
32 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
33 </property>
34 </widget>
35 <widget class="QLineEdit" name="breweryEdit">
36 <property name="geometry">
37 <rect>
38 <x>212</x>
39 <y>20</y>
40 <width>941</width>
41 <height>23</height>
42 </rect>
43 </property>
44 <property name="toolTip">
45 <string>De naam voor deze brouwerij.</string>
46 </property>
47 </widget>
48 <widget class="Line" name="line">
49 <property name="geometry">
50 <rect>
51 <x>0</x>
52 <y>60</y>
53 <width>1251</width>
54 <height>20</height>
55 </rect>
56 </property>
57 <property name="orientation">
58 <enum>Qt::Horizontal</enum>
59 </property>
60 </widget>
61 <widget class="QLabel" name="fwhLabel">
62 <property name="geometry">
63 <rect>
64 <x>60</x>
65 <y>120</y>
66 <width>131</width>
67 <height>20</height>
68 </rect>
69 </property>
70 <property name="text">
71 <string>First Wort Hop factor:</string>
72 </property>
73 <property name="alignment">
74 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
75 </property>
76 </widget>
77 <widget class="QLabel" name="mashhopLabel">
78 <property name="geometry">
79 <rect>
80 <x>60</x>
81 <y>150</y>
82 <width>131</width>
83 <height>20</height>
84 </rect>
85 </property>
86 <property name="text">
87 <string>Mash Hop factor:</string>
88 </property>
89 <property name="alignment">
90 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
91 </property>
92 </widget>
93 <widget class="QLabel" name="pelletLabel">
94 <property name="geometry">
95 <rect>
96 <x>60</x>
97 <y>180</y>
98 <width>131</width>
99 <height>20</height>
100 </rect>
101 </property>
102 <property name="text">
103 <string>Pellet Hop factor:</string>
104 </property>
105 <property name="alignment">
106 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
107 </property>
108 </widget>
109 <widget class="QLabel" name="hopplugLabel">
110 <property name="geometry">
111 <rect>
112 <x>60</x>
113 <y>210</y>
114 <width>131</width>
115 <height>20</height>
116 </rect>
117 </property>
118 <property name="text">
119 <string>Hop Plugs factor:</string>
120 </property>
121 <property name="alignment">
122 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
123 </property>
124 </widget>
125 <widget class="QLabel" name="wethopLabel">
126 <property name="geometry">
127 <rect>
128 <x>60</x>
129 <y>240</y>
130 <width>131</width>
131 <height>20</height>
132 </rect>
133 </property>
134 <property name="text">
135 <string>Wet Hop factor:</string>
136 </property>
137 <property name="alignment">
138 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
139 </property>
140 </widget>
141 <widget class="QLabel" name="cryohopLabel">
142 <property name="geometry">
143 <rect>
144 <x>60</x>
145 <y>270</y>
146 <width>131</width>
147 <height>20</height>
148 </rect>
149 </property>
150 <property name="text">
151 <string>Cryo HopĀ® factor:</string>
152 </property>
153 <property name="alignment">
154 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
155 </property>
156 </widget>
157 <widget class="QSpinBox" name="fwhEdit">
158 <property name="geometry">
159 <rect>
160 <x>210</x>
161 <y>120</y>
162 <width>81</width>
163 <height>24</height>
164 </rect>
165 </property>
166 <property name="toolTip">
167 <string>Het efficientie percentage voor First Wort Hop.</string>
168 </property>
169 <property name="alignment">
170 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
171 </property>
172 <property name="accelerated">
173 <bool>true</bool>
174 </property>
175 <property name="suffix">
176 <string>%</string>
177 </property>
178 <property name="minimum">
179 <number>-50</number>
180 </property>
181 <property name="maximum">
182 <number>50</number>
183 </property>
184 </widget>
185 <widget class="QSpinBox" name="mashhopEdit">
186 <property name="geometry">
187 <rect>
188 <x>210</x>
189 <y>150</y>
190 <width>81</width>
191 <height>24</height>
192 </rect>
193 </property>
194 <property name="toolTip">
195 <string>Het efficientie percentage voor hop tijdens de maisch.</string>
196 </property>
197 <property name="alignment">
198 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
199 </property>
200 <property name="accelerated">
201 <bool>true</bool>
202 </property>
203 <property name="suffix">
204 <string>%</string>
205 </property>
206 <property name="minimum">
207 <number>-50</number>
208 </property>
209 <property name="maximum">
210 <number>50</number>
211 </property>
212 </widget>
213 <widget class="QSpinBox" name="pelletEdit">
214 <property name="geometry">
215 <rect>
216 <x>210</x>
217 <y>180</y>
218 <width>81</width>
219 <height>24</height>
220 </rect>
221 </property>
222 <property name="toolTip">
223 <string>Het efficientie percentage bij gebruik van hop pellets.</string>
224 </property>
225 <property name="alignment">
226 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
227 </property>
228 <property name="accelerated">
229 <bool>true</bool>
230 </property>
231 <property name="suffix">
232 <string>%</string>
233 </property>
234 <property name="minimum">
235 <number>0</number>
236 </property>
237 <property name="maximum">
238 <number>20</number>
239 </property>
240 </widget>
241 <widget class="QSpinBox" name="hopplugEdit">
242 <property name="geometry">
243 <rect>
244 <x>210</x>
245 <y>210</y>
246 <width>81</width>
247 <height>24</height>
248 </rect>
249 </property>
250 <property name="toolTip">
251 <string>Het efficientie percentage bij gebruik van hop plugs.</string>
252 </property>
253 <property name="alignment">
254 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
255 </property>
256 <property name="accelerated">
257 <bool>true</bool>
258 </property>
259 <property name="suffix">
260 <string>%</string>
261 </property>
262 <property name="maximum">
263 <number>20</number>
264 </property>
265 </widget>
266 <widget class="QSpinBox" name="wethopEdit">
267 <property name="geometry">
268 <rect>
269 <x>210</x>
270 <y>240</y>
271 <width>81</width>
272 <height>24</height>
273 </rect>
274 </property>
275 <property name="toolTip">
276 <string>Het efficientie percentage bij gebruik van nat geplukte hop.</string>
277 </property>
278 <property name="alignment">
279 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
280 </property>
281 <property name="accelerated">
282 <bool>true</bool>
283 </property>
284 <property name="suffix">
285 <string>%</string>
286 </property>
287 <property name="minimum">
288 <number>-98</number>
289 </property>
290 <property name="maximum">
291 <number>-20</number>
292 </property>
293 </widget>
294 <widget class="QSpinBox" name="cryohopEdit">
295 <property name="geometry">
296 <rect>
297 <x>210</x>
298 <y>270</y>
299 <width>81</width>
300 <height>24</height>
301 </rect>
302 </property>
303 <property name="toolTip">
304 <string>Het efficientie percentage bij gebruik van Cryo HopĀ®.</string>
305 </property>
306 <property name="alignment">
307 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
308 </property>
309 <property name="accelerated">
310 <bool>true</bool>
311 </property>
312 <property name="suffix">
313 <string>%</string>
314 </property>
315 <property name="minimum">
316 <number>-20</number>
317 </property>
318 <property name="maximum">
319 <number>150</number>
320 </property>
321 </widget>
322 <widget class="QLabel" name="grainLabel">
323 <property name="geometry">
324 <rect>
325 <x>440</x>
326 <y>120</y>
327 <width>161</width>
328 <height>20</height>
329 </rect>
330 </property>
331 <property name="text">
332 <string>Grain Absorbtion:</string>
333 </property>
334 <property name="alignment">
335 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
336 </property>
337 </widget>
338 <widget class="QLabel" name="brixLabel">
339 <property name="geometry">
340 <rect>
341 <x>440</x>
342 <y>150</y>
343 <width>161</width>
344 <height>20</height>
345 </rect>
346 </property>
347 <property name="text">
348 <string>Brix Correction factor:</string>
349 </property>
350 <property name="alignment">
351 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
352 </property>
353 </widget>
354 <widget class="QLabel" name="titleLabel">
355 <property name="geometry">
356 <rect>
357 <x>5</x>
358 <y>80</y>
359 <width>1251</width>
360 <height>20</height>
361 </rect>
362 </property>
363 <property name="font">
364 <font>
365 <family>DejaVu Sans</family>
366 <pointsize>12</pointsize>
367 <weight>75</weight>
368 <bold>true</bold>
369 </font>
370 </property>
371 <property name="text">
372 <string>Brew settings.</string>
373 </property>
374 <property name="alignment">
375 <set>Qt::AlignCenter</set>
376 </property>
377 </widget>
378 <widget class="QLabel" name="colorLabel">
379 <property name="geometry">
380 <rect>
381 <x>850</x>
382 <y>120</y>
383 <width>121</width>
384 <height>16</height>
385 </rect>
386 </property>
387 <property name="text">
388 <string>Color Method:</string>
389 </property>
390 <property name="alignment">
391 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
392 </property>
393 </widget>
394 <widget class="QLabel" name="ibuLabel">
395 <property name="geometry">
396 <rect>
397 <x>850</x>
398 <y>150</y>
399 <width>121</width>
400 <height>16</height>
401 </rect>
402 </property>
403 <property name="text">
404 <string>IBU Calculation:</string>
405 </property>
406 <property name="alignment">
407 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
408 </property>
409 </widget>
410 <widget class="QLabel" name="waterLabel">
411 <property name="geometry">
412 <rect>
413 <x>850</x>
414 <y>180</y>
415 <width>121</width>
416 <height>16</height>
417 </rect>
418 </property>
419 <property name="text">
420 <string>Default Water:</string>
421 </property>
422 <property name="alignment">
423 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
424 </property>
425 </widget>
426 <widget class="QLabel" name="yeastLabel">
427 <property name="geometry">
428 <rect>
429 <x>850</x>
430 <y>210</y>
431 <width>121</width>
432 <height>16</height>
433 </rect>
434 </property>
435 <property name="text">
436 <string>Private Yeast bank:</string>
437 </property>
438 <property name="alignment">
439 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
440 </property>
441 </widget>
442 <widget class="QDoubleSpinBox" name="grainEdit">
443 <property name="geometry">
444 <rect>
445 <x>620</x>
446 <y>120</y>
447 <width>101</width>
448 <height>24</height>
449 </rect>
450 </property>
451 <property name="toolTip">
452 <string>Absorbtion with water by the grain (L/Kg)</string>
453 </property>
454 <property name="alignment">
455 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
456 </property>
457 <property name="accelerated">
458 <bool>true</bool>
459 </property>
460 <property name="suffix">
461 <string> L/Kg</string>
462 </property>
463 <property name="minimum">
464 <double>0.500000000000000</double>
465 </property>
466 <property name="maximum">
467 <double>1.100000000000000</double>
468 </property>
469 <property name="singleStep">
470 <double>0.010000000000000</double>
471 </property>
472 <property name="stepType">
473 <enum>QAbstractSpinBox::DefaultStepType</enum>
474 </property>
475 <property name="value">
476 <double>1.010000000000000</double>
477 </property>
478 </widget>
479 <widget class="QDoubleSpinBox" name="brixEdit">
480 <property name="geometry">
481 <rect>
482 <x>620</x>
483 <y>150</y>
484 <width>101</width>
485 <height>24</height>
486 </rect>
487 </property>
488 <property name="toolTip">
489 <string>Plato to Brix conversion factor.</string>
490 </property>
491 <property name="alignment">
492 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
493 </property>
494 <property name="accelerated">
495 <bool>true</bool>
496 </property>
497 <property name="minimum">
498 <double>1.000000000000000</double>
499 </property>
500 <property name="maximum">
501 <double>1.090000000000000</double>
502 </property>
503 <property name="singleStep">
504 <double>0.010000000000000</double>
505 </property>
506 <property name="stepType">
507 <enum>QAbstractSpinBox::DefaultStepType</enum>
508 </property>
509 <property name="value">
510 <double>1.040000000000000</double>
511 </property>
512 </widget>
513 <widget class="QComboBox" name="colorEdit">
514 <property name="geometry">
515 <rect>
516 <x>990</x>
517 <y>120</y>
518 <width>161</width>
519 <height>23</height>
520 </rect>
521 </property>
522 <property name="currentText">
523 <string/>
524 </property>
525 <property name="minimumContentsLength">
526 <number>4</number>
527 </property>
528 <property name="placeholderText">
529 <string>Choose color</string>
530 </property>
531 </widget>
532 <widget class="QComboBox" name="ibuEdit">
533 <property name="geometry">
534 <rect>
535 <x>990</x>
536 <y>150</y>
537 <width>161</width>
538 <height>23</height>
539 </rect>
540 </property>
541 <property name="currentText">
542 <string/>
543 </property>
544 <property name="minimumContentsLength">
545 <number>4</number>
546 </property>
547 <property name="placeholderText">
548 <string>Choose color</string>
549 </property>
550 </widget>
551 <widget class="QComboBox" name="waterEdit">
552 <property name="geometry">
553 <rect>
554 <x>990</x>
555 <y>180</y>
556 <width>161</width>
557 <height>23</height>
558 </rect>
559 </property>
560 <property name="currentText">
561 <string/>
562 </property>
563 <property name="minimumContentsLength">
564 <number>4</number>
565 </property>
566 <property name="placeholderText">
567 <string>Choose color</string>
568 </property>
569 </widget>
570 <widget class="QComboBox" name="yeastEdit">
571 <property name="geometry">
572 <rect>
573 <x>990</x>
574 <y>210</y>
575 <width>161</width>
576 <height>23</height>
577 </rect>
578 </property>
579 <property name="currentText">
580 <string/>
581 </property>
582 <property name="minimumContentsLength">
583 <number>4</number>
584 </property>
585 <property name="placeholderText">
586 <string>Choose color</string>
587 </property>
588 </widget>
589 </widget>
590 </item>
591 <item row="1" column="0">
592 <widget class="QWidget" name="widget" native="true">
593 <property name="minimumSize">
594 <size>
595 <width>0</width>
596 <height>24</height>
597 </size>
598 </property>
599 <property name="maximumSize">
600 <size>
601 <width>16777215</width>
602 <height>24</height>
603 </size>
604 </property>
605 <widget class="QPushButton" name="quitButton">
606 <property name="geometry">
607 <rect>
608 <x>10</x>
609 <y>0</y>
610 <width>80</width>
611 <height>23</height>
612 </rect>
613 </property>
614 <property name="text">
615 <string>Quit</string>
616 </property>
617 <property name="icon">
618 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
619 <normaloff>:/icons/silk/icons/silk/door_out.png</normaloff>:/icons/silk/icons/silk/door_out.png</iconset>
620 </property>
621 </widget>
622 <widget class="QPushButton" name="saveButton">
623 <property name="geometry">
624 <rect>
625 <x>1170</x>
626 <y>0</y>
627 <width>80</width>
628 <height>23</height>
629 </rect>
630 </property>
631 <property name="text">
632 <string>Save</string>
633 </property>
634 <property name="icon">
635 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
636 <normaloff>:/icons/silk/icons/silk/disk.png</normaloff>:/icons/silk/icons/silk/disk.png</iconset>
637 </property>
638 </widget>
639 </widget>
640 </item>
641 </layout>
642 </widget>
643 <resources>
644 <include location="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc"/>
645 </resources>
646 <connections/>
647 </ui>

mercurial