ui/EditHop.ui

changeset 24
684c6e74cc1b
parent 23
1ac3fb2569c1
child 25
a9da2744609e
equal deleted inserted replaced
23:1ac3fb2569c1 24:684c6e74cc1b
50 </widget> 50 </widget>
51 <widget class="QLabel" name="inventoryLabel"> 51 <widget class="QLabel" name="inventoryLabel">
52 <property name="geometry"> 52 <property name="geometry">
53 <rect> 53 <rect>
54 <x>5</x> 54 <x>5</x>
55 <y>350</y>
56 <width>121</width>
57 <height>20</height>
58 </rect>
59 </property>
60 <property name="text">
61 <string>Inventory:</string>
62 </property>
63 <property name="alignment">
64 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
65 </property>
66 </widget>
67 <widget class="QLabel" name="costLabel">
68 <property name="geometry">
69 <rect>
70 <x>5</x>
71 <y>380</y>
72 <width>121</width>
73 <height>20</height>
74 </rect>
75 </property>
76 <property name="text">
77 <string>Cost per Kg:</string>
78 </property>
79 <property name="alignment">
80 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
81 </property>
82 </widget>
83 <widget class="QLabel" name="valueLabel">
84 <property name="geometry">
85 <rect>
86 <x>5</x>
55 <y>410</y> 87 <y>410</y>
56 <width>121</width> 88 <width>121</width>
57 <height>20</height> 89 <height>20</height>
58 </rect> 90 </rect>
59 </property> 91 </property>
60 <property name="text"> 92 <property name="text">
61 <string>Inventory:</string>
62 </property>
63 <property name="alignment">
64 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
65 </property>
66 </widget>
67 <widget class="QLabel" name="costLabel">
68 <property name="geometry">
69 <rect>
70 <x>5</x>
71 <y>440</y>
72 <width>121</width>
73 <height>20</height>
74 </rect>
75 </property>
76 <property name="text">
77 <string>Cost per Kg:</string>
78 </property>
79 <property name="alignment">
80 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
81 </property>
82 </widget>
83 <widget class="QLabel" name="valueLabel">
84 <property name="geometry">
85 <rect>
86 <x>5</x>
87 <y>470</y>
88 <width>121</width>
89 <height>20</height>
90 </rect>
91 </property>
92 <property name="text">
93 <string>Total value:</string> 93 <string>Total value:</string>
94 </property> 94 </property>
95 <property name="alignment"> 95 <property name="alignment">
96 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 96 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
97 </property> 97 </property>
98 </widget> 98 </widget>
99 <widget class="QLabel" name="prodLabel"> 99 <widget class="QLabel" name="prodLabel">
100 <property name="geometry"> 100 <property name="geometry">
101 <rect> 101 <rect>
102 <x>660</x> 102 <x>660</x>
103 <y>410</y> 103 <y>350</y>
104 <width>141</width> 104 <width>141</width>
105 <height>20</height> 105 <height>20</height>
106 </rect> 106 </rect>
107 </property> 107 </property>
108 <property name="text"> 108 <property name="text">
109 <string>Production date:</string> 109 <string>Harvest date:</string>
110 </property> 110 </property>
111 <property name="alignment"> 111 <property name="alignment">
112 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 112 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
113 </property> 113 </property>
114 </widget> 114 </widget>
115 <widget class="QLabel" name="thtLabel"> 115 <widget class="QLabel" name="thtLabel">
116 <property name="geometry"> 116 <property name="geometry">
117 <rect> 117 <rect>
118 <x>660</x> 118 <x>660</x>
119 <y>440</y> 119 <y>380</y>
120 <width>141</width> 120 <width>141</width>
121 <height>20</height> 121 <height>20</height>
122 </rect> 122 </rect>
123 </property> 123 </property>
124 <property name="text"> 124 <property name="text">
125 <string>Best before date:</string> 125 <string>Best BeFore date:</string>
126 </property> 126 </property>
127 <property name="alignment"> 127 <property name="alignment">
128 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 128 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
129 </property> 129 </property>
130 </widget> 130 </widget>
139 </property> 139 </property>
140 <property name="maxLength"> 140 <property name="maxLength">
141 <number>128</number> 141 <number>128</number>
142 </property> 142 </property>
143 <property name="placeholderText"> 143 <property name="placeholderText">
144 <string>Name of the fermentable</string> 144 <string>Name of the hop</string>
145 </property> 145 </property>
146 </widget> 146 </widget>
147 <widget class="QPlainTextEdit" name="notesEdit"> 147 <widget class="QPlainTextEdit" name="notesEdit">
148 <property name="geometry"> 148 <property name="geometry">
149 <rect> 149 <rect>
159 </widget> 159 </widget>
160 <widget class="QDoubleSpinBox" name="inventoryEdit"> 160 <widget class="QDoubleSpinBox" name="inventoryEdit">
161 <property name="geometry"> 161 <property name="geometry">
162 <rect> 162 <rect>
163 <x>140</x> 163 <x>140</x>
164 <y>410</y> 164 <y>350</y>
165 <width>121</width> 165 <width>121</width>
166 <height>24</height> 166 <height>24</height>
167 </rect> 167 </rect>
168 </property> 168 </property>
169 <property name="alignment"> 169 <property name="alignment">
177 </property> 177 </property>
178 <property name="accelerated"> 178 <property name="accelerated">
179 <bool>true</bool> 179 <bool>true</bool>
180 </property> 180 </property>
181 <property name="decimals"> 181 <property name="decimals">
182 <number>3</number> 182 <number>4</number>
183 </property> 183 </property>
184 <property name="maximum"> 184 <property name="maximum">
185 <double>100000.000000000000000</double> 185 <double>100000.000000000000000</double>
186 </property> 186 </property>
187 <property name="singleStep"> 187 <property name="singleStep">
193 </widget> 193 </widget>
194 <widget class="QDoubleSpinBox" name="costEdit"> 194 <widget class="QDoubleSpinBox" name="costEdit">
195 <property name="geometry"> 195 <property name="geometry">
196 <rect> 196 <rect>
197 <x>140</x> 197 <x>140</x>
198 <y>440</y> 198 <y>380</y>
199 <width>121</width> 199 <width>121</width>
200 <height>24</height> 200 <height>24</height>
201 </rect> 201 </rect>
202 </property> 202 </property>
203 <property name="alignment"> 203 <property name="alignment">
218 </widget> 218 </widget>
219 <widget class="NullDateEdit" name="prodEdit" native="true"> 219 <widget class="NullDateEdit" name="prodEdit" native="true">
220 <property name="geometry"> 220 <property name="geometry">
221 <rect> 221 <rect>
222 <x>810</x> 222 <x>810</x>
223 <y>410</y> 223 <y>350</y>
224 <width>121</width> 224 <width>121</width>
225 <height>24</height> 225 <height>24</height>
226 </rect> 226 </rect>
227 </property> 227 </property>
228 <property name="dateTime" stdset="0"> 228 <property name="dateTime" stdset="0">
244 </widget> 244 </widget>
245 <widget class="NullDateEdit" name="thtEdit" native="true"> 245 <widget class="NullDateEdit" name="thtEdit" native="true">
246 <property name="geometry"> 246 <property name="geometry">
247 <rect> 247 <rect>
248 <x>810</x> 248 <x>810</x>
249 <y>440</y> 249 <y>380</y>
250 <width>121</width> 250 <width>121</width>
251 <height>24</height> 251 <height>24</height>
252 </rect> 252 </rect>
253 </property> 253 </property>
254 <property name="displayFormat" stdset="0"> 254 <property name="displayFormat" stdset="0">
323 </widget> 323 </widget>
324 <widget class="QDoubleSpinBox" name="valueEdit"> 324 <widget class="QDoubleSpinBox" name="valueEdit">
325 <property name="geometry"> 325 <property name="geometry">
326 <rect> 326 <rect>
327 <x>140</x> 327 <x>140</x>
328 <y>470</y> 328 <y>410</y>
329 <width>107</width> 329 <width>107</width>
330 <height>24</height> 330 <height>24</height>
331 </rect> 331 </rect>
332 </property> 332 </property>
333 <property name="alignment"> 333 <property name="alignment">
336 <property name="readOnly"> 336 <property name="readOnly">
337 <bool>true</bool> 337 <bool>true</bool>
338 </property> 338 </property>
339 <property name="buttonSymbols"> 339 <property name="buttonSymbols">
340 <enum>QAbstractSpinBox::NoButtons</enum> 340 <enum>QAbstractSpinBox::NoButtons</enum>
341 </property>
342 <property name="maximum">
343 <double>100000.000000000000000</double>
344 </property>
345 </widget>
346 <widget class="QComboBox" name="typeEdit">
347 <property name="geometry">
348 <rect>
349 <x>140</x>
350 <y>140</y>
351 <width>121</width>
352 <height>23</height>
353 </rect>
354 </property>
355 </widget>
356 <widget class="QLabel" name="typeLabel">
357 <property name="geometry">
358 <rect>
359 <x>5</x>
360 <y>140</y>
361 <width>121</width>
362 <height>20</height>
363 </rect>
364 </property>
365 <property name="text">
366 <string>Type hop:</string>
367 </property>
368 <property name="alignment">
369 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
370 </property>
371 </widget>
372 <widget class="QLabel" name="originLabel">
373 <property name="geometry">
374 <rect>
375 <x>5</x>
376 <y>170</y>
377 <width>121</width>
378 <height>20</height>
379 </rect>
380 </property>
381 <property name="text">
382 <string>Origin:</string>
383 </property>
384 <property name="alignment">
385 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
386 </property>
387 </widget>
388 <widget class="QLabel" name="substitutesLabel">
389 <property name="geometry">
390 <rect>
391 <x>5</x>
392 <y>200</y>
393 <width>121</width>
394 <height>20</height>
395 </rect>
396 </property>
397 <property name="text">
398 <string>Substitudes:</string>
399 </property>
400 <property name="alignment">
401 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
402 </property>
403 </widget>
404 <widget class="QLabel" name="hsiLabel">
405 <property name="geometry">
406 <rect>
407 <x>5</x>
408 <y>230</y>
409 <width>121</width>
410 <height>20</height>
411 </rect>
412 </property>
413 <property name="toolTip">
414 <string>Hop Stability Index</string>
415 </property>
416 <property name="text">
417 <string>HSI:</string>
418 </property>
419 <property name="alignment">
420 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
421 </property>
422 </widget>
423 <widget class="QLabel" name="oilLabel">
424 <property name="geometry">
425 <rect>
426 <x>660</x>
427 <y>140</y>
428 <width>141</width>
429 <height>16</height>
430 </rect>
431 </property>
432 <property name="text">
433 <string>Total oil:</string>
434 </property>
435 <property name="alignment">
436 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
437 </property>
438 </widget>
439 <widget class="QLabel" name="humuleneLabel">
440 <property name="geometry">
441 <rect>
442 <x>660</x>
443 <y>170</y>
444 <width>141</width>
445 <height>16</height>
446 </rect>
447 </property>
448 <property name="text">
449 <string>Humulene:</string>
450 </property>
451 <property name="alignment">
452 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
453 </property>
454 </widget>
455 <widget class="QLabel" name="caryLabel">
456 <property name="geometry">
457 <rect>
458 <x>660</x>
459 <y>200</y>
460 <width>141</width>
461 <height>16</height>
462 </rect>
463 </property>
464 <property name="text">
465 <string>Caryophyllene:</string>
466 </property>
467 <property name="alignment">
468 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
469 </property>
470 </widget>
471 <widget class="QLabel" name="myrceneLabel">
472 <property name="geometry">
473 <rect>
474 <x>660</x>
475 <y>230</y>
476 <width>141</width>
477 <height>16</height>
478 </rect>
479 </property>
480 <property name="text">
481 <string>Myrcene:</string>
482 </property>
483 <property name="alignment">
484 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
485 </property>
486 </widget>
487 <widget class="QLabel" name="cohumuloneLabel">
488 <property name="geometry">
489 <rect>
490 <x>660</x>
491 <y>260</y>
492 <width>141</width>
493 <height>16</height>
494 </rect>
495 </property>
496 <property name="text">
497 <string>Cohumulone:</string>
498 </property>
499 <property name="alignment">
500 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
501 </property>
502 </widget>
503 <widget class="QLabel" name="formLabel">
504 <property name="geometry">
505 <rect>
506 <x>5</x>
507 <y>260</y>
508 <width>121</width>
509 <height>20</height>
510 </rect>
511 </property>
512 <property name="text">
513 <string>Form:</string>
514 </property>
515 <property name="alignment">
516 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
517 </property>
518 </widget>
519 <widget class="QLabel" name="alphaLabel">
520 <property name="geometry">
521 <rect>
522 <x>660</x>
523 <y>290</y>
524 <width>141</width>
525 <height>20</height>
526 </rect>
527 </property>
528 <property name="text">
529 <string>Alpha %:</string>
530 </property>
531 <property name="alignment">
532 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
533 </property>
534 </widget>
535 <widget class="QLabel" name="betaLabel">
536 <property name="geometry">
537 <rect>
538 <x>660</x>
539 <y>320</y>
540 <width>141</width>
541 <height>20</height>
542 </rect>
543 </property>
544 <property name="text">
545 <string>Beta %:</string>
546 </property>
547 <property name="alignment">
548 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
549 </property>
550 </widget>
551 <widget class="QLabel" name="alwaysLabel">
552 <property name="geometry">
553 <rect>
554 <x>5</x>
555 <y>320</y>
556 <width>121</width>
557 <height>20</height>
558 </rect>
559 </property>
560 <property name="text">
561 <string>Always on stock:</string>
562 </property>
563 <property name="alignment">
564 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
565 </property>
566 </widget>
567 <widget class="QLineEdit" name="originEdit">
568 <property name="geometry">
569 <rect>
570 <x>140</x>
571 <y>170</y>
572 <width>471</width>
573 <height>23</height>
574 </rect>
575 </property>
576 <property name="placeholderText">
577 <string>Country and place of origin</string>
578 </property>
579 </widget>
580 <widget class="QLineEdit" name="substitutesEdit">
581 <property name="geometry">
582 <rect>
583 <x>140</x>
584 <y>200</y>
585 <width>471</width>
586 <height>23</height>
587 </rect>
588 </property>
589 <property name="maxLength">
590 <number>256</number>
591 </property>
592 <property name="placeholderText">
593 <string>Substitutes that can be used for this hop</string>
594 </property>
595 </widget>
596 <widget class="QComboBox" name="formEdit">
597 <property name="geometry">
598 <rect>
599 <x>140</x>
600 <y>260</y>
601 <width>121</width>
602 <height>23</height>
603 </rect>
604 </property>
605 </widget>
606 <widget class="QDoubleSpinBox" name="hsiEdit">
607 <property name="geometry">
608 <rect>
609 <x>140</x>
610 <y>230</y>
611 <width>121</width>
612 <height>24</height>
613 </rect>
614 </property>
615 <property name="toolTip">
616 <string>Hop Stability Index</string>
617 </property>
618 <property name="alignment">
619 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
620 </property>
621 <property name="decimals">
622 <number>1</number>
623 </property>
624 </widget>
625 <widget class="QDoubleSpinBox" name="oilEdit">
626 <property name="geometry">
627 <rect>
628 <x>810</x>
629 <y>140</y>
630 <width>121</width>
631 <height>24</height>
632 </rect>
633 </property>
634 <property name="alignment">
635 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
636 </property>
637 <property name="decimals">
638 <number>1</number>
639 </property>
640 </widget>
641 <widget class="QDoubleSpinBox" name="humuleneEdit">
642 <property name="geometry">
643 <rect>
644 <x>810</x>
645 <y>170</y>
646 <width>121</width>
647 <height>24</height>
648 </rect>
649 </property>
650 <property name="alignment">
651 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
652 </property>
653 <property name="decimals">
654 <number>1</number>
655 </property>
656 </widget>
657 <widget class="QDoubleSpinBox" name="caryEdit">
658 <property name="geometry">
659 <rect>
660 <x>810</x>
661 <y>200</y>
662 <width>121</width>
663 <height>24</height>
664 </rect>
665 </property>
666 <property name="alignment">
667 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
668 </property>
669 <property name="decimals">
670 <number>1</number>
671 </property>
672 </widget>
673 <widget class="QDoubleSpinBox" name="myrceneEdit">
674 <property name="geometry">
675 <rect>
676 <x>810</x>
677 <y>230</y>
678 <width>121</width>
679 <height>24</height>
680 </rect>
681 </property>
682 <property name="alignment">
683 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
684 </property>
685 <property name="decimals">
686 <number>1</number>
687 </property>
688 </widget>
689 <widget class="QDoubleSpinBox" name="cohumuloneEdit">
690 <property name="geometry">
691 <rect>
692 <x>810</x>
693 <y>260</y>
694 <width>121</width>
695 <height>24</height>
696 </rect>
697 </property>
698 <property name="alignment">
699 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
700 </property>
701 <property name="decimals">
702 <number>1</number>
703 </property>
704 </widget>
705 <widget class="QDoubleSpinBox" name="alphaEdit">
706 <property name="geometry">
707 <rect>
708 <x>810</x>
709 <y>290</y>
710 <width>121</width>
711 <height>24</height>
712 </rect>
713 </property>
714 <property name="alignment">
715 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
716 </property>
717 <property name="decimals">
718 <number>1</number>
719 </property>
720 </widget>
721 <widget class="QDoubleSpinBox" name="betaEdit">
722 <property name="geometry">
723 <rect>
724 <x>810</x>
725 <y>320</y>
726 <width>121</width>
727 <height>24</height>
728 </rect>
729 </property>
730 <property name="alignment">
731 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
732 </property>
733 <property name="decimals">
734 <number>1</number>
735 </property>
736 </widget>
737 <widget class="QCheckBox" name="alwaysEdit">
738 <property name="geometry">
739 <rect>
740 <x>140</x>
741 <y>320</y>
742 <width>85</width>
743 <height>21</height>
744 </rect>
745 </property>
746 <property name="text">
747 <string>Yes</string>
341 </property> 748 </property>
342 </widget> 749 </widget>
343 </widget> 750 </widget>
344 </item> 751 </item>
345 </layout> 752 </layout>

mercurial