ui/Setup.ui

changeset 81
562ed7d1b74d
parent 80
b319a1175092
child 82
84e5dcab868f
equal deleted inserted replaced
80:b319a1175092 81:562ed7d1b74d
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="topWidget" 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>The name for this brewery.</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>The efficiency for First Wort Hopping.</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>The efficiency for Mash hopping.</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>The efficiency for 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>The efficiency for 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>The efficiency for fresh hops.</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>The efficiency for using 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>400</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>400</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>800</x>
382 <y>120</y>
383 <width>121</width>
384 <height>16</height>
385 </rect>
386 </property>
387 <property name="text">
388 <string>Color Calculation:</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>800</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>800</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>800</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>580</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.000000000000000</double>
477 </property>
478 </widget>
479 <widget class="QDoubleSpinBox" name="brixEdit">
480 <property name="geometry">
481 <rect>
482 <x>580</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.000000000000000</double>
511 </property>
512 </widget>
513 <widget class="QComboBox" name="colorEdit">
514 <property name="geometry">
515 <rect>
516 <x>940</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="iconSize">
529 <size>
530 <width>0</width>
531 <height>0</height>
532 </size>
533 </property>
534 <property name="placeholderText">
535 <string>Choose color</string>
536 </property>
537 </widget>
538 <widget class="QComboBox" name="ibuEdit">
539 <property name="geometry">
540 <rect>
541 <x>940</x>
542 <y>150</y>
543 <width>161</width>
544 <height>23</height>
545 </rect>
546 </property>
547 <property name="currentText">
548 <string/>
549 </property>
550 <property name="minimumContentsLength">
551 <number>4</number>
552 </property>
553 <property name="iconSize">
554 <size>
555 <width>0</width>
556 <height>0</height>
557 </size>
558 </property>
559 <property name="placeholderText">
560 <string>Choose color</string>
561 </property>
562 </widget>
563 <widget class="QComboBox" name="waterEdit">
564 <property name="geometry">
565 <rect>
566 <x>940</x>
567 <y>180</y>
568 <width>211</width>
569 <height>23</height>
570 </rect>
571 </property>
572 <property name="currentText">
573 <string/>
574 </property>
575 <property name="minimumContentsLength">
576 <number>4</number>
577 </property>
578 <property name="iconSize">
579 <size>
580 <width>0</width>
581 <height>0</height>
582 </size>
583 </property>
584 <property name="placeholderText">
585 <string>Choose color</string>
586 </property>
587 </widget>
588 <widget class="QComboBox" name="yeastEdit">
589 <property name="geometry">
590 <rect>
591 <x>940</x>
592 <y>210</y>
593 <width>211</width>
594 <height>23</height>
595 </rect>
596 </property>
597 <property name="currentText">
598 <string/>
599 </property>
600 <property name="minimumContentsLength">
601 <number>4</number>
602 </property>
603 <property name="iconSize">
604 <size>
605 <width>0</width>
606 <height>0</height>
607 </size>
608 </property>
609 <property name="placeholderText">
610 <string>Choose color</string>
611 </property>
612 </widget>
613 <widget class="QLabel" name="logoLabel">
614 <property name="geometry">
615 <rect>
616 <x>940</x>
617 <y>260</y>
618 <width>211</width>
619 <height>211</height>
620 </rect>
621 </property>
622 <property name="text">
623 <string>Logo here</string>
624 </property>
625 <property name="alignment">
626 <set>Qt::AlignCenter</set>
627 </property>
628 </widget>
629 <widget class="QPushButton" name="quitButton">
630 <property name="geometry">
631 <rect>
632 <x>50</x>
633 <y>520</y>
634 <width>80</width>
635 <height>23</height>
636 </rect>
637 </property>
638 <property name="text">
639 <string>Quit</string>
640 </property>
641 <property name="icon">
642 <iconset>
643 <normaloff>:icons/silk/door_out.png</normaloff>:icons/silk/door_out.png</iconset>
644 </property>
645 </widget>
646 <widget class="QPushButton" name="saveButton">
647 <property name="geometry">
648 <rect>
649 <x>200</x>
650 <y>520</y>
651 <width>80</width>
652 <height>23</height>
653 </rect>
654 </property>
655 <property name="text">
656 <string>Save</string>
657 </property>
658 <property name="icon">
659 <iconset>
660 <normaloff>:icons/silk/disk.png</normaloff>:icons/silk/disk.png</iconset>
661 </property>
662 </widget>
663 <widget class="QPushButton" name="openButton">
664 <property name="geometry">
665 <rect>
666 <x>810</x>
667 <y>260</y>
668 <width>111</width>
669 <height>23</height>
670 </rect>
671 </property>
672 <property name="text">
673 <string>Load logo</string>
674 </property>
675 <property name="icon">
676 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
677 <normaloff>:/icons/silk/folder_picture.png</normaloff>:/icons/silk/folder_picture.png</iconset>
678 </property>
679 </widget>
680 </widget>
681 </item>
682 </layout>
683 </widget>
684 <resources>
685 <include location="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc"/>
686 </resources>
687 <connections/>
688 </ui>

mercurial