ui/EditFermentable.ui

changeset 20
fcbbddcc22c1
parent 19
c94edc758a5b
child 25
a9da2744609e
equal deleted inserted replaced
19:c94edc758a5b 20:fcbbddcc22c1
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0"> 2 <ui version="4.0">
3 <class>editFermentable</class> 3 <class>EditFermentable</class>
4 <widget class="QDialog" name="editFermentable"> 4 <widget class="QDialog" name="EditFermentable">
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>1280</width> 9 <width>1024</width>
10 <height>640</height> 10 <height>560</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Dialog</string> 14 <string>Dialog</string>
15 </property> 15 </property>
16 <layout class="QGridLayout" name="gridLayout"> 16 <layout class="QGridLayout" name="gridLayout">
17 <item row="2" column="0"> 17 <item row="0" column="0">
18 <widget class="QWidget" name="bottomWidget" native="true"> 18 <widget class="QWidget" name="topWidget" native="true">
19 <property name="minimumSize"> 19 <widget class="QLabel" name="nameLabel">
20 <size> 20 <property name="geometry">
21 <width>0</width> 21 <rect>
22 <height>24</height> 22 <x>30</x>
23 </size> 23 <y>10</y>
24 </property> 24 <width>91</width>
25 <property name="maximumSize"> 25 <height>20</height>
26 <size> 26 </rect>
27 <width>16777215</width> 27 </property>
28 <height>24</height> 28 <property name="text">
29 </size> 29 <string>Name:</string>
30 </property> 30 </property>
31 <property name="alignment">
32 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
33 </property>
34 </widget>
35 <widget class="QLabel" name="notesLabel">
36 <property name="geometry">
37 <rect>
38 <x>30</x>
39 <y>40</y>
40 <width>91</width>
41 <height>20</height>
42 </rect>
43 </property>
44 <property name="text">
45 <string>Notes:</string>
46 </property>
47 <property name="alignment">
48 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
49 </property>
50 </widget>
51 <widget class="QLabel" name="typeLabel">
52 <property name="geometry">
53 <rect>
54 <x>5</x>
55 <y>130</y>
56 <width>121</width>
57 <height>20</height>
58 </rect>
59 </property>
60 <property name="text">
61 <string>Type:</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="graintypeLabel">
68 <property name="geometry">
69 <rect>
70 <x>5</x>
71 <y>160</y>
72 <width>121</width>
73 <height>20</height>
74 </rect>
75 </property>
76 <property name="text">
77 <string>Grain type:</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="originLabel">
84 <property name="geometry">
85 <rect>
86 <x>5</x>
87 <y>190</y>
88 <width>121</width>
89 <height>20</height>
90 </rect>
91 </property>
92 <property name="text">
93 <string>Origin:</string>
94 </property>
95 <property name="alignment">
96 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
97 </property>
98 </widget>
99 <widget class="QLabel" name="supplierLabel">
100 <property name="geometry">
101 <rect>
102 <x>5</x>
103 <y>220</y>
104 <width>121</width>
105 <height>20</height>
106 </rect>
107 </property>
108 <property name="text">
109 <string>Supplier:</string>
110 </property>
111 <property name="alignment">
112 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
113 </property>
114 </widget>
115 <widget class="QLabel" name="maxinbatchLabel">
116 <property name="geometry">
117 <rect>
118 <x>5</x>
119 <y>250</y>
120 <width>121</width>
121 <height>20</height>
122 </rect>
123 </property>
124 <property name="text">
125 <string>Max in batch:</string>
126 </property>
127 <property name="alignment">
128 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
129 </property>
130 </widget>
131 <widget class="QLabel" name="mashLabel">
132 <property name="geometry">
133 <rect>
134 <x>5</x>
135 <y>280</y>
136 <width>121</width>
137 <height>20</height>
138 </rect>
139 </property>
140 <property name="text">
141 <string>Recommend mash:</string>
142 </property>
143 <property name="alignment">
144 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
145 </property>
146 </widget>
147 <widget class="QLabel" name="addafterLabel">
148 <property name="geometry">
149 <rect>
150 <x>5</x>
151 <y>310</y>
152 <width>121</width>
153 <height>20</height>
154 </rect>
155 </property>
156 <property name="text">
157 <string>Add after boil:</string>
158 </property>
159 <property name="alignment">
160 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
161 </property>
162 </widget>
163 <widget class="QLabel" name="addedLabel">
164 <property name="geometry">
165 <rect>
166 <x>5</x>
167 <y>340</y>
168 <width>121</width>
169 <height>20</height>
170 </rect>
171 </property>
172 <property name="text">
173 <string>Add moment:</string>
174 </property>
175 <property name="alignment">
176 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
177 </property>
178 </widget>
179 <widget class="QLabel" name="alwaysLabel">
180 <property name="geometry">
181 <rect>
182 <x>5</x>
183 <y>370</y>
184 <width>121</width>
185 <height>20</height>
186 </rect>
187 </property>
188 <property name="text">
189 <string>Always on stock:</string>
190 </property>
191 <property name="alignment">
192 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
193 </property>
194 </widget>
195 <widget class="QLabel" name="inventoryLabel">
196 <property name="geometry">
197 <rect>
198 <x>5</x>
199 <y>410</y>
200 <width>121</width>
201 <height>20</height>
202 </rect>
203 </property>
204 <property name="text">
205 <string>Inventory:</string>
206 </property>
207 <property name="alignment">
208 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
209 </property>
210 </widget>
211 <widget class="QLabel" name="costLabel">
212 <property name="geometry">
213 <rect>
214 <x>5</x>
215 <y>440</y>
216 <width>121</width>
217 <height>20</height>
218 </rect>
219 </property>
220 <property name="text">
221 <string>Cost per Kg:</string>
222 </property>
223 <property name="alignment">
224 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
225 </property>
226 </widget>
227 <widget class="QLabel" name="valueLabel">
228 <property name="geometry">
229 <rect>
230 <x>5</x>
231 <y>470</y>
232 <width>121</width>
233 <height>20</height>
234 </rect>
235 </property>
236 <property name="text">
237 <string>Total value:</string>
238 </property>
239 <property name="alignment">
240 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
241 </property>
242 </widget>
243 <widget class="QLabel" name="yieldLabel">
244 <property name="geometry">
245 <rect>
246 <x>660</x>
247 <y>130</y>
248 <width>141</width>
249 <height>20</height>
250 </rect>
251 </property>
252 <property name="text">
253 <string>Yield:</string>
254 </property>
255 <property name="alignment">
256 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
257 </property>
258 </widget>
259 <widget class="QLabel" name="colorLabel">
260 <property name="geometry">
261 <rect>
262 <x>660</x>
263 <y>160</y>
264 <width>141</width>
265 <height>20</height>
266 </rect>
267 </property>
268 <property name="text">
269 <string>Color EBC:</string>
270 </property>
271 <property name="alignment">
272 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
273 </property>
274 </widget>
275 <widget class="QLabel" name="moistureLabel">
276 <property name="geometry">
277 <rect>
278 <x>660</x>
279 <y>190</y>
280 <width>141</width>
281 <height>20</height>
282 </rect>
283 </property>
284 <property name="text">
285 <string>Moisture:</string>
286 </property>
287 <property name="alignment">
288 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
289 </property>
290 </widget>
291 <widget class="QLabel" name="coarseLabel">
292 <property name="geometry">
293 <rect>
294 <x>660</x>
295 <y>220</y>
296 <width>141</width>
297 <height>20</height>
298 </rect>
299 </property>
300 <property name="text">
301 <string>Coarse fine diff:</string>
302 </property>
303 <property name="alignment">
304 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
305 </property>
306 </widget>
307 <widget class="QLabel" name="proteinLabel">
308 <property name="geometry">
309 <rect>
310 <x>660</x>
311 <y>250</y>
312 <width>141</width>
313 <height>20</height>
314 </rect>
315 </property>
316 <property name="text">
317 <string>Protein:</string>
318 </property>
319 <property name="alignment">
320 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
321 </property>
322 </widget>
323 <widget class="QLabel" name="diastaticLabel">
324 <property name="geometry">
325 <rect>
326 <x>660</x>
327 <y>310</y>
328 <width>141</width>
329 <height>20</height>
330 </rect>
331 </property>
332 <property name="text">
333 <string>Diastatic power:</string>
334 </property>
335 <property name="alignment">
336 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
337 </property>
338 </widget>
339 <widget class="QLabel" name="dissolvedLabel">
340 <property name="geometry">
341 <rect>
342 <x>660</x>
343 <y>280</y>
344 <width>141</width>
345 <height>20</height>
346 </rect>
347 </property>
348 <property name="text">
349 <string>Dissolved protein:</string>
350 </property>
351 <property name="alignment">
352 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
353 </property>
354 </widget>
355 <widget class="QLabel" name="diphLabel">
356 <property name="geometry">
357 <rect>
358 <x>660</x>
359 <y>340</y>
360 <width>141</width>
361 <height>20</height>
362 </rect>
363 </property>
364 <property name="text">
365 <string>Dissolved pH:</string>
366 </property>
367 <property name="alignment">
368 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
369 </property>
370 </widget>
371 <widget class="QLabel" name="acidphLabel">
372 <property name="geometry">
373 <rect>
374 <x>660</x>
375 <y>370</y>
376 <width>141</width>
377 <height>20</height>
378 </rect>
379 </property>
380 <property name="text">
381 <string>Acid to pH 5.7:</string>
382 </property>
383 <property name="alignment">
384 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
385 </property>
386 </widget>
387 <widget class="QLabel" name="prodLabel">
388 <property name="geometry">
389 <rect>
390 <x>660</x>
391 <y>410</y>
392 <width>141</width>
393 <height>20</height>
394 </rect>
395 </property>
396 <property name="text">
397 <string>Production date:</string>
398 </property>
399 <property name="alignment">
400 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
401 </property>
402 </widget>
403 <widget class="QLabel" name="thtLabel">
404 <property name="geometry">
405 <rect>
406 <x>660</x>
407 <y>440</y>
408 <width>141</width>
409 <height>20</height>
410 </rect>
411 </property>
412 <property name="text">
413 <string>Best before date:</string>
414 </property>
415 <property name="alignment">
416 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
417 </property>
418 </widget>
419 <widget class="QLineEdit" name="nameEdit">
420 <property name="geometry">
421 <rect>
422 <x>140</x>
423 <y>10</y>
424 <width>791</width>
425 <height>23</height>
426 </rect>
427 </property>
428 <property name="maxLength">
429 <number>128</number>
430 </property>
431 <property name="placeholderText">
432 <string>Name of the fermentable</string>
433 </property>
434 </widget>
435 <widget class="QPlainTextEdit" name="notesEdit">
436 <property name="geometry">
437 <rect>
438 <x>140</x>
439 <y>40</y>
440 <width>791</width>
441 <height>81</height>
442 </rect>
443 </property>
444 <property name="placeholderText">
445 <string>Notes and usage tips.</string>
446 </property>
447 </widget>
448 <widget class="QComboBox" name="typeEdit">
449 <property name="geometry">
450 <rect>
451 <x>140</x>
452 <y>130</y>
453 <width>151</width>
454 <height>23</height>
455 </rect>
456 </property>
457 </widget>
458 <widget class="QComboBox" name="graintypeEdit">
459 <property name="geometry">
460 <rect>
461 <x>140</x>
462 <y>160</y>
463 <width>151</width>
464 <height>23</height>
465 </rect>
466 </property>
467 </widget>
468 <widget class="QLineEdit" name="originEdit">
469 <property name="geometry">
470 <rect>
471 <x>140</x>
472 <y>190</y>
473 <width>451</width>
474 <height>23</height>
475 </rect>
476 </property>
477 <property name="maxLength">
478 <number>128</number>
479 </property>
480 <property name="placeholderText">
481 <string>Country of origin</string>
482 </property>
483 </widget>
484 <widget class="QLineEdit" name="supplierEdit">
485 <property name="geometry">
486 <rect>
487 <x>140</x>
488 <y>220</y>
489 <width>451</width>
490 <height>23</height>
491 </rect>
492 </property>
493 <property name="maxLength">
494 <number>128</number>
495 </property>
496 <property name="placeholderText">
497 <string>Producer or supplier</string>
498 </property>
499 </widget>
500 <widget class="QDoubleSpinBox" name="maxinbatchEdit">
501 <property name="geometry">
502 <rect>
503 <x>140</x>
504 <y>250</y>
505 <width>121</width>
506 <height>24</height>
507 </rect>
508 </property>
509 <property name="alignment">
510 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
511 </property>
512 <property name="accelerated">
513 <bool>true</bool>
514 </property>
515 <property name="suffix">
516 <string> %</string>
517 </property>
518 <property name="decimals">
519 <number>1</number>
520 </property>
521 <property name="singleStep">
522 <double>0.500000000000000</double>
523 </property>
524 </widget>
525 <widget class="QDoubleSpinBox" name="inventoryEdit">
526 <property name="geometry">
527 <rect>
528 <x>140</x>
529 <y>410</y>
530 <width>121</width>
531 <height>24</height>
532 </rect>
533 </property>
534 <property name="alignment">
535 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
536 </property>
537 <property name="readOnly">
538 <bool>false</bool>
539 </property>
540 <property name="buttonSymbols">
541 <enum>QAbstractSpinBox::UpDownArrows</enum>
542 </property>
543 <property name="accelerated">
544 <bool>true</bool>
545 </property>
546 <property name="decimals">
547 <number>3</number>
548 </property>
549 <property name="maximum">
550 <double>100000.000000000000000</double>
551 </property>
552 <property name="singleStep">
553 <double>0.001000000000000</double>
554 </property>
555 <property name="stepType">
556 <enum>QAbstractSpinBox::DefaultStepType</enum>
557 </property>
558 </widget>
559 <widget class="QDoubleSpinBox" name="costEdit">
560 <property name="geometry">
561 <rect>
562 <x>140</x>
563 <y>440</y>
564 <width>121</width>
565 <height>24</height>
566 </rect>
567 </property>
568 <property name="alignment">
569 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
570 </property>
571 <property name="accelerated">
572 <bool>true</bool>
573 </property>
574 <property name="maximum">
575 <double>1000.000000000000000</double>
576 </property>
577 <property name="singleStep">
578 <double>0.010000000000000</double>
579 </property>
580 <property name="stepType">
581 <enum>QAbstractSpinBox::DefaultStepType</enum>
582 </property>
583 </widget>
584 <widget class="QDoubleSpinBox" name="yieldEdit">
585 <property name="geometry">
586 <rect>
587 <x>810</x>
588 <y>130</y>
589 <width>121</width>
590 <height>24</height>
591 </rect>
592 </property>
593 <property name="alignment">
594 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
595 </property>
596 <property name="decimals">
597 <number>1</number>
598 </property>
599 </widget>
600 <widget class="QDoubleSpinBox" name="colorEdit">
601 <property name="geometry">
602 <rect>
603 <x>810</x>
604 <y>160</y>
605 <width>121</width>
606 <height>24</height>
607 </rect>
608 </property>
609 <property name="alignment">
610 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
611 </property>
612 <property name="decimals">
613 <number>1</number>
614 </property>
615 </widget>
616 <widget class="QDoubleSpinBox" name="moistureEdit">
617 <property name="geometry">
618 <rect>
619 <x>810</x>
620 <y>190</y>
621 <width>121</width>
622 <height>24</height>
623 </rect>
624 </property>
625 <property name="alignment">
626 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
627 </property>
628 <property name="decimals">
629 <number>1</number>
630 </property>
631 </widget>
632 <widget class="QDoubleSpinBox" name="coarseEdit">
633 <property name="geometry">
634 <rect>
635 <x>810</x>
636 <y>220</y>
637 <width>121</width>
638 <height>24</height>
639 </rect>
640 </property>
641 <property name="alignment">
642 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
643 </property>
644 <property name="decimals">
645 <number>1</number>
646 </property>
647 </widget>
648 <widget class="QDoubleSpinBox" name="proteinEdit">
649 <property name="geometry">
650 <rect>
651 <x>810</x>
652 <y>250</y>
653 <width>121</width>
654 <height>24</height>
655 </rect>
656 </property>
657 <property name="alignment">
658 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
659 </property>
660 <property name="decimals">
661 <number>1</number>
662 </property>
663 </widget>
664 <widget class="QDoubleSpinBox" name="dissolvedEdit">
665 <property name="geometry">
666 <rect>
667 <x>810</x>
668 <y>280</y>
669 <width>121</width>
670 <height>24</height>
671 </rect>
672 </property>
673 <property name="alignment">
674 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
675 </property>
676 <property name="decimals">
677 <number>1</number>
678 </property>
679 </widget>
680 <widget class="QDoubleSpinBox" name="diastaticEdit">
681 <property name="geometry">
682 <rect>
683 <x>810</x>
684 <y>310</y>
685 <width>121</width>
686 <height>24</height>
687 </rect>
688 </property>
689 <property name="alignment">
690 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
691 </property>
692 <property name="accelerated">
693 <bool>true</bool>
694 </property>
695 <property name="decimals">
696 <number>0</number>
697 </property>
698 <property name="maximum">
699 <double>1000.000000000000000</double>
700 </property>
701 </widget>
702 <widget class="QDoubleSpinBox" name="diphEdit">
703 <property name="geometry">
704 <rect>
705 <x>810</x>
706 <y>340</y>
707 <width>121</width>
708 <height>24</height>
709 </rect>
710 </property>
711 <property name="alignment">
712 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
713 </property>
714 </widget>
715 <widget class="QDoubleSpinBox" name="acidphEdit">
716 <property name="geometry">
717 <rect>
718 <x>810</x>
719 <y>370</y>
720 <width>121</width>
721 <height>24</height>
722 </rect>
723 </property>
724 <property name="alignment">
725 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
726 </property>
727 <property name="accelerated">
728 <bool>true</bool>
729 </property>
730 <property name="decimals">
731 <number>4</number>
732 </property>
733 <property name="minimum">
734 <double>-1000.000000000000000</double>
735 </property>
736 <property name="maximum">
737 <double>1000.000000000000000</double>
738 </property>
739 </widget>
740 <widget class="QCheckBox" name="mashEdit">
741 <property name="geometry">
742 <rect>
743 <x>140</x>
744 <y>280</y>
745 <width>85</width>
746 <height>21</height>
747 </rect>
748 </property>
749 <property name="text">
750 <string>Yes</string>
751 </property>
752 </widget>
753 <widget class="QCheckBox" name="addafterEdit">
754 <property name="geometry">
755 <rect>
756 <x>140</x>
757 <y>310</y>
758 <width>85</width>
759 <height>21</height>
760 </rect>
761 </property>
762 <property name="text">
763 <string>Yes</string>
764 </property>
765 </widget>
766 <widget class="QCheckBox" name="alwaysEdit">
767 <property name="geometry">
768 <rect>
769 <x>140</x>
770 <y>370</y>
771 <width>85</width>
772 <height>21</height>
773 </rect>
774 </property>
775 <property name="text">
776 <string>Yes</string>
777 </property>
778 </widget>
779 <widget class="QComboBox" name="addedEdit">
780 <property name="geometry">
781 <rect>
782 <x>140</x>
783 <y>340</y>
784 <width>151</width>
785 <height>23</height>
786 </rect>
787 </property>
788 </widget>
789 <widget class="NullDateEdit" name="prodEdit" native="true">
790 <property name="geometry">
791 <rect>
792 <x>810</x>
793 <y>410</y>
794 <width>121</width>
795 <height>24</height>
796 </rect>
797 </property>
798 <property name="dateTime" stdset="0">
799 <datetime>
800 <hour>0</hour>
801 <minute>0</minute>
802 <second>0</second>
803 <year>2000</year>
804 <month>1</month>
805 <day>1</day>
806 </datetime>
807 </property>
808 <property name="displayFormat" stdset="0">
809 <string>yyyy-MM-dd</string>
810 </property>
811 <property name="calendarPopup" stdset="0">
812 <bool>true</bool>
813 </property>
814 </widget>
815 <widget class="NullDateEdit" name="thtEdit" native="true">
816 <property name="geometry">
817 <rect>
818 <x>810</x>
819 <y>440</y>
820 <width>121</width>
821 <height>24</height>
822 </rect>
823 </property>
824 <property name="displayFormat" stdset="0">
825 <string>yyyy-MM-dd</string>
826 </property>
827 <property name="calendarPopup" stdset="0">
828 <bool>true</bool>
829 </property>
830 </widget>
31 <widget class="QPushButton" name="quitButton"> 831 <widget class="QPushButton" name="quitButton">
32 <property name="geometry"> 832 <property name="geometry">
33 <rect> 833 <rect>
34 <x>10</x> 834 <x>90</x>
35 <y>0</y> 835 <y>510</y>
36 <width>80</width> 836 <width>80</width>
37 <height>23</height> 837 <height>23</height>
38 </rect> 838 </rect>
39 </property> 839 </property>
40 <property name="sizePolicy"> 840 <property name="sizePolicy">
50 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc"> 850 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
51 <normaloff>:/icons/silk/icons/silk/door_out.png</normaloff>:/icons/silk/icons/silk/door_out.png</iconset> 851 <normaloff>:/icons/silk/icons/silk/door_out.png</normaloff>:/icons/silk/icons/silk/door_out.png</iconset>
52 </property> 852 </property>
53 </widget> 853 </widget>
54 <widget class="QPushButton" name="saveButton"> 854 <widget class="QPushButton" name="saveButton">
55 <property name="geometry"> 855 <property name="enabled">
56 <rect> 856 <bool>false</bool>
57 <x>1170</x> 857 </property>
58 <y>0</y> 858 <property name="geometry">
859 <rect>
860 <x>850</x>
861 <y>510</y>
59 <width>80</width> 862 <width>80</width>
60 <height>23</height> 863 <height>23</height>
61 </rect> 864 </rect>
62 </property> 865 </property>
63 <property name="text"> 866 <property name="text">
66 <property name="icon"> 869 <property name="icon">
67 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc"> 870 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
68 <normaloff>:/icons/silk/icons/silk/disk.png</normaloff>:/icons/silk/icons/silk/disk.png</iconset> 871 <normaloff>:/icons/silk/icons/silk/disk.png</normaloff>:/icons/silk/icons/silk/disk.png</iconset>
69 </property> 872 </property>
70 </widget> 873 </widget>
874 <widget class="QPushButton" name="deleteButton">
875 <property name="enabled">
876 <bool>false</bool>
877 </property>
878 <property name="geometry">
879 <rect>
880 <x>463</x>
881 <y>510</y>
882 <width>80</width>
883 <height>23</height>
884 </rect>
885 </property>
886 <property name="text">
887 <string>Delete</string>
888 </property>
889 <property name="icon">
890 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
891 <normaloff>:/icons/silk/icons/silk/delete.png</normaloff>:/icons/silk/icons/silk/delete.png</iconset>
892 </property>
893 </widget>
894 <widget class="QDoubleSpinBox" name="valueEdit">
895 <property name="geometry">
896 <rect>
897 <x>140</x>
898 <y>470</y>
899 <width>107</width>
900 <height>24</height>
901 </rect>
902 </property>
903 <property name="alignment">
904 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
905 </property>
906 <property name="readOnly">
907 <bool>true</bool>
908 </property>
909 <property name="buttonSymbols">
910 <enum>QAbstractSpinBox::NoButtons</enum>
911 </property>
912 </widget>
71 </widget> 913 </widget>
72 </item>
73 <item row="1" column="0">
74 <widget class="QWidget" name="topWidget" native="true"/>
75 </item> 914 </item>
76 </layout> 915 </layout>
77 </widget> 916 </widget>
917 <customwidgets>
918 <customwidget>
919 <class>NullDateEdit</class>
920 <extends>QWidget</extends>
921 <header>nulldateedit.h</header>
922 </customwidget>
923 </customwidgets>
924 <tabstops>
925 <tabstop>nameEdit</tabstop>
926 <tabstop>notesEdit</tabstop>
927 <tabstop>typeEdit</tabstop>
928 <tabstop>graintypeEdit</tabstop>
929 <tabstop>originEdit</tabstop>
930 <tabstop>supplierEdit</tabstop>
931 <tabstop>maxinbatchEdit</tabstop>
932 <tabstop>mashEdit</tabstop>
933 <tabstop>addafterEdit</tabstop>
934 <tabstop>addedEdit</tabstop>
935 <tabstop>alwaysEdit</tabstop>
936 <tabstop>inventoryEdit</tabstop>
937 <tabstop>costEdit</tabstop>
938 <tabstop>yieldEdit</tabstop>
939 <tabstop>colorEdit</tabstop>
940 <tabstop>moistureEdit</tabstop>
941 <tabstop>coarseEdit</tabstop>
942 <tabstop>proteinEdit</tabstop>
943 <tabstop>dissolvedEdit</tabstop>
944 <tabstop>diastaticEdit</tabstop>
945 <tabstop>diphEdit</tabstop>
946 <tabstop>acidphEdit</tabstop>
947 <tabstop>prodEdit</tabstop>
948 <tabstop>thtEdit</tabstop>
949 <tabstop>quitButton</tabstop>
950 <tabstop>deleteButton</tabstop>
951 <tabstop>saveButton</tabstop>
952 <tabstop>valueEdit</tabstop>
953 </tabstops>
78 <resources> 954 <resources>
79 <include location="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc"/> 955 <include location="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc"/>
80 </resources> 956 </resources>
81 <connections/> 957 <connections/>
82 </ui> 958 </ui>

mercurial