~scottydelicious666/brewtarget/brewtarget

« back to all changes in this revision

Viewing changes to ui/mainWindow.ui

  • Committer: Philip Greggory Lee
  • Date: 2009-08-23 16:53:43 UTC
  • Revision ID: git-v1:f8d1a25135bd92f06c46c562293800e4faa42c61
Made a src/ and ui/ directory and moved everything.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>mainWindow</class>
 
4
 <widget class="QMainWindow" name="mainWindow">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>468</width>
 
10
    <height>591</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Brewtarget - 1.1</string>
 
15
  </property>
 
16
  <widget class="QWidget" name="centralwidget">
 
17
   <layout class="QVBoxLayout" name="verticalLayout_9">
 
18
    <item>
 
19
     <layout class="QHBoxLayout" name="horizontalLayout_14">
 
20
      <item>
 
21
       <widget class="QGroupBox" name="groupBox_2">
 
22
        <property name="title">
 
23
         <string>Recipes</string>
 
24
        </property>
 
25
        <layout class="QHBoxLayout" name="horizontalLayout_15">
 
26
         <item>
 
27
          <widget class="RecipeComboBox" name="recipeComboBox">
 
28
           <property name="sizePolicy">
 
29
            <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
 
30
             <horstretch>0</horstretch>
 
31
             <verstretch>0</verstretch>
 
32
            </sizepolicy>
 
33
           </property>
 
34
           <property name="minimumSize">
 
35
            <size>
 
36
             <width>160</width>
 
37
             <height>0</height>
 
38
            </size>
 
39
           </property>
 
40
           <property name="sizeAdjustPolicy">
 
41
            <enum>QComboBox::AdjustToContentsOnFirstShow</enum>
 
42
           </property>
 
43
          </widget>
 
44
         </item>
 
45
        </layout>
 
46
       </widget>
 
47
      </item>
 
48
      <item>
 
49
       <spacer name="horizontalSpacer_2">
 
50
        <property name="orientation">
 
51
         <enum>Qt::Horizontal</enum>
 
52
        </property>
 
53
        <property name="sizeHint" stdset="0">
 
54
         <size>
 
55
          <width>0</width>
 
56
          <height>0</height>
 
57
         </size>
 
58
        </property>
 
59
       </spacer>
 
60
      </item>
 
61
      <item>
 
62
       <widget class="QLabel" name="label_12">
 
63
        <property name="text">
 
64
         <string/>
 
65
        </property>
 
66
        <property name="pixmap">
 
67
         <pixmap resource="brewtarget.qrc">:/images/title.png</pixmap>
 
68
        </property>
 
69
       </widget>
 
70
      </item>
 
71
     </layout>
 
72
    </item>
 
73
    <item>
 
74
     <layout class="QHBoxLayout" name="horizontalLayout_18">
 
75
      <item>
 
76
       <widget class="QGroupBox" name="groupBox">
 
77
        <property name="title">
 
78
         <string>Your Recipe</string>
 
79
        </property>
 
80
        <layout class="QHBoxLayout" name="horizontalLayout_12">
 
81
         <item>
 
82
          <layout class="QVBoxLayout" name="verticalLayout_2">
 
83
           <property name="spacing">
 
84
            <number>1</number>
 
85
           </property>
 
86
           <item>
 
87
            <layout class="QHBoxLayout" name="horizontalLayout">
 
88
             <item>
 
89
              <widget class="QLabel" name="label">
 
90
               <property name="sizePolicy">
 
91
                <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
92
                 <horstretch>20</horstretch>
 
93
                 <verstretch>0</verstretch>
 
94
                </sizepolicy>
 
95
               </property>
 
96
               <property name="text">
 
97
                <string>Name</string>
 
98
               </property>
 
99
              </widget>
 
100
             </item>
 
101
             <item>
 
102
              <widget class="QLineEdit" name="lineEdit_name">
 
103
               <property name="sizePolicy">
 
104
                <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
 
105
                 <horstretch>0</horstretch>
 
106
                 <verstretch>0</verstretch>
 
107
                </sizepolicy>
 
108
               </property>
 
109
               <property name="minimumSize">
 
110
                <size>
 
111
                 <width>100</width>
 
112
                 <height>0</height>
 
113
                </size>
 
114
               </property>
 
115
               <property name="maximumSize">
 
116
                <size>
 
117
                 <width>100</width>
 
118
                 <height>16777215</height>
 
119
                </size>
 
120
               </property>
 
121
              </widget>
 
122
             </item>
 
123
            </layout>
 
124
           </item>
 
125
           <item>
 
126
            <spacer name="verticalSpacer_12">
 
127
             <property name="orientation">
 
128
              <enum>Qt::Vertical</enum>
 
129
             </property>
 
130
             <property name="sizeHint" stdset="0">
 
131
              <size>
 
132
               <width>20</width>
 
133
               <height>40</height>
 
134
              </size>
 
135
             </property>
 
136
            </spacer>
 
137
           </item>
 
138
           <item>
 
139
            <layout class="QHBoxLayout" name="horizontalLayout_2">
 
140
             <item>
 
141
              <widget class="QLabel" name="label_2">
 
142
               <property name="sizePolicy">
 
143
                <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
144
                 <horstretch>20</horstretch>
 
145
                 <verstretch>0</verstretch>
 
146
                </sizepolicy>
 
147
               </property>
 
148
               <property name="text">
 
149
                <string>Style</string>
 
150
               </property>
 
151
              </widget>
 
152
             </item>
 
153
             <item>
 
154
              <widget class="StyleComboBox" name="styleComboBox">
 
155
               <property name="sizePolicy">
 
156
                <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
 
157
                 <horstretch>100</horstretch>
 
158
                 <verstretch>0</verstretch>
 
159
                </sizepolicy>
 
160
               </property>
 
161
               <property name="minimumSize">
 
162
                <size>
 
163
                 <width>160</width>
 
164
                 <height>0</height>
 
165
                </size>
 
166
               </property>
 
167
               <property name="sizeAdjustPolicy">
 
168
                <enum>QComboBox::AdjustToContentsOnFirstShow</enum>
 
169
               </property>
 
170
              </widget>
 
171
             </item>
 
172
            </layout>
 
173
           </item>
 
174
           <item>
 
175
            <spacer name="verticalSpacer_13">
 
176
             <property name="orientation">
 
177
              <enum>Qt::Vertical</enum>
 
178
             </property>
 
179
             <property name="sizeHint" stdset="0">
 
180
              <size>
 
181
               <width>20</width>
 
182
               <height>40</height>
 
183
              </size>
 
184
             </property>
 
185
            </spacer>
 
186
           </item>
 
187
           <item>
 
188
            <layout class="QHBoxLayout" name="horizontalLayout_3">
 
189
             <item>
 
190
              <widget class="QLabel" name="label_3">
 
191
               <property name="sizePolicy">
 
192
                <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
193
                 <horstretch>20</horstretch>
 
194
                 <verstretch>0</verstretch>
 
195
                </sizepolicy>
 
196
               </property>
 
197
               <property name="text">
 
198
                <string>Equipment</string>
 
199
               </property>
 
200
              </widget>
 
201
             </item>
 
202
             <item>
 
203
              <widget class="EquipmentComboBox" name="equipmentComboBox">
 
204
               <property name="sizePolicy">
 
205
                <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
 
206
                 <horstretch>100</horstretch>
 
207
                 <verstretch>0</verstretch>
 
208
                </sizepolicy>
 
209
               </property>
 
210
               <property name="minimumSize">
 
211
                <size>
 
212
                 <width>160</width>
 
213
                 <height>0</height>
 
214
                </size>
 
215
               </property>
 
216
               <property name="sizeAdjustPolicy">
 
217
                <enum>QComboBox::AdjustToContentsOnFirstShow</enum>
 
218
               </property>
 
219
              </widget>
 
220
             </item>
 
221
            </layout>
 
222
           </item>
 
223
           <item>
 
224
            <spacer name="verticalSpacer_14">
 
225
             <property name="orientation">
 
226
              <enum>Qt::Vertical</enum>
 
227
             </property>
 
228
             <property name="sizeHint" stdset="0">
 
229
              <size>
 
230
               <width>20</width>
 
231
               <height>40</height>
 
232
              </size>
 
233
             </property>
 
234
            </spacer>
 
235
           </item>
 
236
           <item>
 
237
            <layout class="QHBoxLayout" name="horizontalLayout_4">
 
238
             <item>
 
239
              <widget class="QLabel" name="label_4">
 
240
               <property name="sizePolicy">
 
241
                <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
242
                 <horstretch>20</horstretch>
 
243
                 <verstretch>0</verstretch>
 
244
                </sizepolicy>
 
245
               </property>
 
246
               <property name="text">
 
247
                <string>Target Batch Size</string>
 
248
               </property>
 
249
              </widget>
 
250
             </item>
 
251
             <item>
 
252
              <widget class="QLineEdit" name="lineEdit_batchSize">
 
253
               <property name="sizePolicy">
 
254
                <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
 
255
                 <horstretch>0</horstretch>
 
256
                 <verstretch>0</verstretch>
 
257
                </sizepolicy>
 
258
               </property>
 
259
               <property name="minimumSize">
 
260
                <size>
 
261
                 <width>100</width>
 
262
                 <height>0</height>
 
263
                </size>
 
264
               </property>
 
265
               <property name="maximumSize">
 
266
                <size>
 
267
                 <width>100</width>
 
268
                 <height>16777215</height>
 
269
                </size>
 
270
               </property>
 
271
              </widget>
 
272
             </item>
 
273
            </layout>
 
274
           </item>
 
275
           <item>
 
276
            <spacer name="verticalSpacer_15">
 
277
             <property name="orientation">
 
278
              <enum>Qt::Vertical</enum>
 
279
             </property>
 
280
             <property name="sizeHint" stdset="0">
 
281
              <size>
 
282
               <width>20</width>
 
283
               <height>40</height>
 
284
              </size>
 
285
             </property>
 
286
            </spacer>
 
287
           </item>
 
288
           <item>
 
289
            <layout class="QHBoxLayout" name="horizontalLayout_23">
 
290
             <property name="leftMargin">
 
291
              <number>0</number>
 
292
             </property>
 
293
             <property name="topMargin">
 
294
              <number>0</number>
 
295
             </property>
 
296
             <item>
 
297
              <widget class="QLabel" name="label_16">
 
298
               <property name="sizePolicy">
 
299
                <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
300
                 <horstretch>0</horstretch>
 
301
                 <verstretch>0</verstretch>
 
302
                </sizepolicy>
 
303
               </property>
 
304
               <property name="text">
 
305
                <string>Calculated Batch Size:</string>
 
306
               </property>
 
307
              </widget>
 
308
             </item>
 
309
             <item>
 
310
              <widget class="QLabel" name="label_calcBatchSize">
 
311
               <property name="text">
 
312
                <string>5 gal</string>
 
313
               </property>
 
314
              </widget>
 
315
             </item>
 
316
            </layout>
 
317
           </item>
 
318
           <item>
 
319
            <spacer name="verticalSpacer_16">
 
320
             <property name="orientation">
 
321
              <enum>Qt::Vertical</enum>
 
322
             </property>
 
323
             <property name="sizeHint" stdset="0">
 
324
              <size>
 
325
               <width>20</width>
 
326
               <height>40</height>
 
327
              </size>
 
328
             </property>
 
329
            </spacer>
 
330
           </item>
 
331
           <item>
 
332
            <layout class="QHBoxLayout" name="horizontalLayout_5">
 
333
             <item>
 
334
              <widget class="QLabel" name="label_5">
 
335
               <property name="sizePolicy">
 
336
                <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
337
                 <horstretch>20</horstretch>
 
338
                 <verstretch>0</verstretch>
 
339
                </sizepolicy>
 
340
               </property>
 
341
               <property name="text">
 
342
                <string>Target Boil Size</string>
 
343
               </property>
 
344
              </widget>
 
345
             </item>
 
346
             <item>
 
347
              <widget class="QLineEdit" name="lineEdit_boilSize">
 
348
               <property name="sizePolicy">
 
349
                <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
 
350
                 <horstretch>0</horstretch>
 
351
                 <verstretch>0</verstretch>
 
352
                </sizepolicy>
 
353
               </property>
 
354
               <property name="minimumSize">
 
355
                <size>
 
356
                 <width>100</width>
 
357
                 <height>0</height>
 
358
                </size>
 
359
               </property>
 
360
               <property name="maximumSize">
 
361
                <size>
 
362
                 <width>100</width>
 
363
                 <height>16777215</height>
 
364
                </size>
 
365
               </property>
 
366
              </widget>
 
367
             </item>
 
368
            </layout>
 
369
           </item>
 
370
           <item>
 
371
            <spacer name="verticalSpacer_17">
 
372
             <property name="orientation">
 
373
              <enum>Qt::Vertical</enum>
 
374
             </property>
 
375
             <property name="sizeHint" stdset="0">
 
376
              <size>
 
377
               <width>20</width>
 
378
               <height>40</height>
 
379
              </size>
 
380
             </property>
 
381
            </spacer>
 
382
           </item>
 
383
           <item>
 
384
            <layout class="QHBoxLayout" name="horizontalLayout_22">
 
385
             <property name="topMargin">
 
386
              <number>0</number>
 
387
             </property>
 
388
             <item>
 
389
              <widget class="QLabel" name="label_14">
 
390
               <property name="sizePolicy">
 
391
                <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
392
                 <horstretch>0</horstretch>
 
393
                 <verstretch>0</verstretch>
 
394
                </sizepolicy>
 
395
               </property>
 
396
               <property name="text">
 
397
                <string>Calculated Boil Size:</string>
 
398
               </property>
 
399
              </widget>
 
400
             </item>
 
401
             <item>
 
402
              <widget class="QLabel" name="label_calcBoilSize">
 
403
               <property name="text">
 
404
                <string>5 gal</string>
 
405
               </property>
 
406
              </widget>
 
407
             </item>
 
408
            </layout>
 
409
           </item>
 
410
           <item>
 
411
            <spacer name="verticalSpacer_18">
 
412
             <property name="orientation">
 
413
              <enum>Qt::Vertical</enum>
 
414
             </property>
 
415
             <property name="sizeHint" stdset="0">
 
416
              <size>
 
417
               <width>20</width>
 
418
               <height>40</height>
 
419
              </size>
 
420
             </property>
 
421
            </spacer>
 
422
           </item>
 
423
           <item>
 
424
            <layout class="QHBoxLayout" name="horizontalLayout_6">
 
425
             <item>
 
426
              <widget class="QLabel" name="label_6">
 
427
               <property name="sizePolicy">
 
428
                <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
429
                 <horstretch>20</horstretch>
 
430
                 <verstretch>0</verstretch>
 
431
                </sizepolicy>
 
432
               </property>
 
433
               <property name="text">
 
434
                <string>Efficiency (%)</string>
 
435
               </property>
 
436
              </widget>
 
437
             </item>
 
438
             <item>
 
439
              <widget class="QLineEdit" name="lineEdit_efficiency">
 
440
               <property name="sizePolicy">
 
441
                <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
 
442
                 <horstretch>0</horstretch>
 
443
                 <verstretch>0</verstretch>
 
444
                </sizepolicy>
 
445
               </property>
 
446
               <property name="minimumSize">
 
447
                <size>
 
448
                 <width>100</width>
 
449
                 <height>0</height>
 
450
                </size>
 
451
               </property>
 
452
               <property name="maximumSize">
 
453
                <size>
 
454
                 <width>100</width>
 
455
                 <height>16777215</height>
 
456
                </size>
 
457
               </property>
 
458
              </widget>
 
459
             </item>
 
460
            </layout>
 
461
           </item>
 
462
          </layout>
 
463
         </item>
 
464
         <item>
 
465
          <layout class="QVBoxLayout" name="verticalLayout_lcd">
 
466
           <property name="spacing">
 
467
            <number>1</number>
 
468
           </property>
 
469
           <item>
 
470
            <layout class="QHBoxLayout" name="horizontalLayout_7">
 
471
             <property name="sizeConstraint">
 
472
              <enum>QLayout::SetNoConstraint</enum>
 
473
             </property>
 
474
             <item>
 
475
              <widget class="QLabel" name="label_7">
 
476
               <property name="sizePolicy">
 
477
                <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
 
478
                 <horstretch>0</horstretch>
 
479
                 <verstretch>0</verstretch>
 
480
                </sizepolicy>
 
481
               </property>
 
482
               <property name="minimumSize">
 
483
                <size>
 
484
                 <width>80</width>
 
485
                 <height>0</height>
 
486
                </size>
 
487
               </property>
 
488
               <property name="text">
 
489
                <string>OG</string>
 
490
               </property>
 
491
              </widget>
 
492
             </item>
 
493
             <item>
 
494
              <widget class="QLCDNumber" name="lcdNumber_og">
 
495
               <property name="sizePolicy">
 
496
                <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
 
497
                 <horstretch>0</horstretch>
 
498
                 <verstretch>0</verstretch>
 
499
                </sizepolicy>
 
500
               </property>
 
501
               <property name="minimumSize">
 
502
                <size>
 
503
                 <width>80</width>
 
504
                 <height>0</height>
 
505
                </size>
 
506
               </property>
 
507
               <property name="segmentStyle">
 
508
                <enum>QLCDNumber::Flat</enum>
 
509
               </property>
 
510
              </widget>
 
511
             </item>
 
512
            </layout>
 
513
           </item>
 
514
           <item>
 
515
            <spacer name="verticalSpacer_8">
 
516
             <property name="orientation">
 
517
              <enum>Qt::Vertical</enum>
 
518
             </property>
 
519
             <property name="sizeHint" stdset="0">
 
520
              <size>
 
521
               <width>20</width>
 
522
               <height>40</height>
 
523
              </size>
 
524
             </property>
 
525
            </spacer>
 
526
           </item>
 
527
           <item>
 
528
            <layout class="QHBoxLayout" name="horizontalLayout_8">
 
529
             <item>
 
530
              <widget class="QLabel" name="label_8">
 
531
               <property name="sizePolicy">
 
532
                <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
 
533
                 <horstretch>0</horstretch>
 
534
                 <verstretch>0</verstretch>
 
535
                </sizepolicy>
 
536
               </property>
 
537
               <property name="minimumSize">
 
538
                <size>
 
539
                 <width>80</width>
 
540
                 <height>0</height>
 
541
                </size>
 
542
               </property>
 
543
               <property name="text">
 
544
                <string>FG</string>
 
545
               </property>
 
546
              </widget>
 
547
             </item>
 
548
             <item>
 
549
              <widget class="QLCDNumber" name="lcdNumber_fg">
 
550
               <property name="sizePolicy">
 
551
                <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
 
552
                 <horstretch>0</horstretch>
 
553
                 <verstretch>0</verstretch>
 
554
                </sizepolicy>
 
555
               </property>
 
556
               <property name="minimumSize">
 
557
                <size>
 
558
                 <width>80</width>
 
559
                 <height>0</height>
 
560
                </size>
 
561
               </property>
 
562
               <property name="segmentStyle">
 
563
                <enum>QLCDNumber::Flat</enum>
 
564
               </property>
 
565
              </widget>
 
566
             </item>
 
567
            </layout>
 
568
           </item>
 
569
           <item>
 
570
            <spacer name="verticalSpacer_9">
 
571
             <property name="orientation">
 
572
              <enum>Qt::Vertical</enum>
 
573
             </property>
 
574
             <property name="sizeHint" stdset="0">
 
575
              <size>
 
576
               <width>20</width>
 
577
               <height>40</height>
 
578
              </size>
 
579
             </property>
 
580
            </spacer>
 
581
           </item>
 
582
           <item>
 
583
            <layout class="QHBoxLayout" name="horizontalLayout_9">
 
584
             <item>
 
585
              <widget class="QLabel" name="label_9">
 
586
               <property name="sizePolicy">
 
587
                <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
 
588
                 <horstretch>0</horstretch>
 
589
                 <verstretch>0</verstretch>
 
590
                </sizepolicy>
 
591
               </property>
 
592
               <property name="minimumSize">
 
593
                <size>
 
594
                 <width>80</width>
 
595
                 <height>0</height>
 
596
                </size>
 
597
               </property>
 
598
               <property name="text">
 
599
                <string>ABV (%)</string>
 
600
               </property>
 
601
              </widget>
 
602
             </item>
 
603
             <item>
 
604
              <widget class="QLCDNumber" name="lcdNumber_abv">
 
605
               <property name="sizePolicy">
 
606
                <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
 
607
                 <horstretch>0</horstretch>
 
608
                 <verstretch>0</verstretch>
 
609
                </sizepolicy>
 
610
               </property>
 
611
               <property name="minimumSize">
 
612
                <size>
 
613
                 <width>80</width>
 
614
                 <height>0</height>
 
615
                </size>
 
616
               </property>
 
617
               <property name="segmentStyle">
 
618
                <enum>QLCDNumber::Flat</enum>
 
619
               </property>
 
620
              </widget>
 
621
             </item>
 
622
            </layout>
 
623
           </item>
 
624
           <item>
 
625
            <spacer name="verticalSpacer_10">
 
626
             <property name="orientation">
 
627
              <enum>Qt::Vertical</enum>
 
628
             </property>
 
629
             <property name="sizeHint" stdset="0">
 
630
              <size>
 
631
               <width>20</width>
 
632
               <height>40</height>
 
633
              </size>
 
634
             </property>
 
635
            </spacer>
 
636
           </item>
 
637
           <item>
 
638
            <layout class="QHBoxLayout" name="horizontalLayout_10">
 
639
             <item>
 
640
              <widget class="QLabel" name="label_10">
 
641
               <property name="sizePolicy">
 
642
                <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
 
643
                 <horstretch>0</horstretch>
 
644
                 <verstretch>0</verstretch>
 
645
                </sizepolicy>
 
646
               </property>
 
647
               <property name="minimumSize">
 
648
                <size>
 
649
                 <width>90</width>
 
650
                 <height>0</height>
 
651
                </size>
 
652
               </property>
 
653
               <property name="text">
 
654
                <string>Bitterness (IBU)</string>
 
655
               </property>
 
656
              </widget>
 
657
             </item>
 
658
             <item>
 
659
              <widget class="QLCDNumber" name="lcdNumber_ibu">
 
660
               <property name="sizePolicy">
 
661
                <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
 
662
                 <horstretch>0</horstretch>
 
663
                 <verstretch>0</verstretch>
 
664
                </sizepolicy>
 
665
               </property>
 
666
               <property name="minimumSize">
 
667
                <size>
 
668
                 <width>80</width>
 
669
                 <height>0</height>
 
670
                </size>
 
671
               </property>
 
672
               <property name="segmentStyle">
 
673
                <enum>QLCDNumber::Flat</enum>
 
674
               </property>
 
675
              </widget>
 
676
             </item>
 
677
            </layout>
 
678
           </item>
 
679
           <item>
 
680
            <spacer name="verticalSpacer_11">
 
681
             <property name="orientation">
 
682
              <enum>Qt::Vertical</enum>
 
683
             </property>
 
684
             <property name="sizeHint" stdset="0">
 
685
              <size>
 
686
               <width>20</width>
 
687
               <height>40</height>
 
688
              </size>
 
689
             </property>
 
690
            </spacer>
 
691
           </item>
 
692
           <item>
 
693
            <layout class="QHBoxLayout" name="horizontalLayout_11">
 
694
             <item>
 
695
              <widget class="QLabel" name="label_11">
 
696
               <property name="sizePolicy">
 
697
                <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
 
698
                 <horstretch>0</horstretch>
 
699
                 <verstretch>0</verstretch>
 
700
                </sizepolicy>
 
701
               </property>
 
702
               <property name="minimumSize">
 
703
                <size>
 
704
                 <width>80</width>
 
705
                 <height>0</height>
 
706
                </size>
 
707
               </property>
 
708
               <property name="text">
 
709
                <string>Color (SRM)</string>
 
710
               </property>
 
711
              </widget>
 
712
             </item>
 
713
             <item>
 
714
              <widget class="QLCDNumber" name="lcdNumber_srm">
 
715
               <property name="sizePolicy">
 
716
                <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
 
717
                 <horstretch>0</horstretch>
 
718
                 <verstretch>0</verstretch>
 
719
                </sizepolicy>
 
720
               </property>
 
721
               <property name="minimumSize">
 
722
                <size>
 
723
                 <width>80</width>
 
724
                 <height>0</height>
 
725
                </size>
 
726
               </property>
 
727
               <property name="segmentStyle">
 
728
                <enum>QLCDNumber::Flat</enum>
 
729
               </property>
 
730
              </widget>
 
731
             </item>
 
732
            </layout>
 
733
           </item>
 
734
          </layout>
 
735
         </item>
 
736
         <item>
 
737
          <layout class="QVBoxLayout" name="verticalLayout_beerColor">
 
738
           <property name="sizeConstraint">
 
739
            <enum>QLayout::SetNoConstraint</enum>
 
740
           </property>
 
741
           <item>
 
742
            <spacer name="verticalSpacer_2">
 
743
             <property name="orientation">
 
744
              <enum>Qt::Vertical</enum>
 
745
             </property>
 
746
             <property name="sizeHint" stdset="0">
 
747
              <size>
 
748
               <width>20</width>
 
749
               <height>40</height>
 
750
              </size>
 
751
             </property>
 
752
            </spacer>
 
753
           </item>
 
754
          </layout>
 
755
         </item>
 
756
         <item>
 
757
          <spacer name="horizontalSpacer">
 
758
           <property name="orientation">
 
759
            <enum>Qt::Horizontal</enum>
 
760
           </property>
 
761
           <property name="sizeType">
 
762
            <enum>QSizePolicy::Preferred</enum>
 
763
           </property>
 
764
           <property name="sizeHint" stdset="0">
 
765
            <size>
 
766
             <width>5</width>
 
767
             <height>20</height>
 
768
            </size>
 
769
           </property>
 
770
          </spacer>
 
771
         </item>
 
772
        </layout>
 
773
       </widget>
 
774
      </item>
 
775
     </layout>
 
776
    </item>
 
777
    <item>
 
778
     <widget class="QTabWidget" name="tabWidget">
 
779
      <property name="sizePolicy">
 
780
       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
 
781
        <horstretch>0</horstretch>
 
782
        <verstretch>0</verstretch>
 
783
       </sizepolicy>
 
784
      </property>
 
785
      <property name="minimumSize">
 
786
       <size>
 
787
        <width>0</width>
 
788
        <height>200</height>
 
789
       </size>
 
790
      </property>
 
791
      <property name="currentIndex">
 
792
       <number>4</number>
 
793
      </property>
 
794
      <widget class="QWidget" name="fermentableTab">
 
795
       <attribute name="title">
 
796
        <string>Fermentables</string>
 
797
       </attribute>
 
798
       <layout class="QHBoxLayout" name="horizontalLayout_19">
 
799
        <item>
 
800
         <widget class="FermentableTableWidget" name="fermentableTable">
 
801
          <property name="sizePolicy">
 
802
           <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
 
803
            <horstretch>0</horstretch>
 
804
            <verstretch>0</verstretch>
 
805
           </sizepolicy>
 
806
          </property>
 
807
          <property name="minimumSize">
 
808
           <size>
 
809
            <width>0</width>
 
810
            <height>20</height>
 
811
           </size>
 
812
          </property>
 
813
         </widget>
 
814
        </item>
 
815
        <item>
 
816
         <layout class="QVBoxLayout" name="verticalLayout_3">
 
817
          <property name="spacing">
 
818
           <number>1</number>
 
819
          </property>
 
820
          <item>
 
821
           <widget class="QPushButton" name="pushButton_addFerm">
 
822
            <property name="toolTip">
 
823
             <string>Add</string>
 
824
            </property>
 
825
            <property name="text">
 
826
             <string/>
 
827
            </property>
 
828
            <property name="icon">
 
829
             <iconset resource="brewtarget.qrc">
 
830
              <normaloff>:/images/smallPlus.png</normaloff>:/images/smallPlus.png</iconset>
 
831
            </property>
 
832
           </widget>
 
833
          </item>
 
834
          <item>
 
835
           <widget class="QPushButton" name="pushButton_removeFerm">
 
836
            <property name="toolTip">
 
837
             <string>Remove</string>
 
838
            </property>
 
839
            <property name="text">
 
840
             <string/>
 
841
            </property>
 
842
            <property name="icon">
 
843
             <iconset resource="brewtarget.qrc">
 
844
              <normaloff>:/images/smallMinus.png</normaloff>:/images/smallMinus.png</iconset>
 
845
            </property>
 
846
           </widget>
 
847
          </item>
 
848
          <item>
 
849
           <widget class="QPushButton" name="pushButton_editFerm">
 
850
            <property name="toolTip">
 
851
             <string>Edit</string>
 
852
            </property>
 
853
            <property name="text">
 
854
             <string/>
 
855
            </property>
 
856
            <property name="icon">
 
857
             <iconset resource="brewtarget.qrc">
 
858
              <normaloff>:/images/edit.png</normaloff>:/images/edit.png</iconset>
 
859
            </property>
 
860
           </widget>
 
861
          </item>
 
862
          <item>
 
863
           <spacer name="verticalSpacer_3">
 
864
            <property name="orientation">
 
865
             <enum>Qt::Vertical</enum>
 
866
            </property>
 
867
            <property name="sizeHint" stdset="0">
 
868
             <size>
 
869
              <width>20</width>
 
870
              <height>40</height>
 
871
             </size>
 
872
            </property>
 
873
           </spacer>
 
874
          </item>
 
875
         </layout>
 
876
        </item>
 
877
       </layout>
 
878
      </widget>
 
879
      <widget class="QWidget" name="hopsTab">
 
880
       <attribute name="title">
 
881
        <string>Hops</string>
 
882
       </attribute>
 
883
       <layout class="QHBoxLayout" name="horizontalLayout_20">
 
884
        <item>
 
885
         <widget class="HopTableWidget" name="hopTable"/>
 
886
        </item>
 
887
        <item>
 
888
         <layout class="QVBoxLayout" name="verticalLayout_4">
 
889
          <property name="spacing">
 
890
           <number>1</number>
 
891
          </property>
 
892
          <item>
 
893
           <widget class="QPushButton" name="pushButton_addHop">
 
894
            <property name="toolTip">
 
895
             <string>Add hop</string>
 
896
            </property>
 
897
            <property name="text">
 
898
             <string/>
 
899
            </property>
 
900
            <property name="icon">
 
901
             <iconset resource="brewtarget.qrc">
 
902
              <normaloff>:/images/smallPlus.png</normaloff>:/images/smallPlus.png</iconset>
 
903
            </property>
 
904
           </widget>
 
905
          </item>
 
906
          <item>
 
907
           <widget class="QPushButton" name="pushButton_removeHop">
 
908
            <property name="toolTip">
 
909
             <string>Remove hop</string>
 
910
            </property>
 
911
            <property name="text">
 
912
             <string/>
 
913
            </property>
 
914
            <property name="icon">
 
915
             <iconset resource="brewtarget.qrc">
 
916
              <normaloff>:/images/smallMinus.png</normaloff>:/images/smallMinus.png</iconset>
 
917
            </property>
 
918
           </widget>
 
919
          </item>
 
920
          <item>
 
921
           <widget class="QPushButton" name="pushButton_editHop">
 
922
            <property name="toolTip">
 
923
             <string>Edit hop</string>
 
924
            </property>
 
925
            <property name="text">
 
926
             <string/>
 
927
            </property>
 
928
            <property name="icon">
 
929
             <iconset resource="brewtarget.qrc">
 
930
              <normaloff>:/images/edit.png</normaloff>:/images/edit.png</iconset>
 
931
            </property>
 
932
           </widget>
 
933
          </item>
 
934
          <item>
 
935
           <spacer name="verticalSpacer_4">
 
936
            <property name="orientation">
 
937
             <enum>Qt::Vertical</enum>
 
938
            </property>
 
939
            <property name="sizeHint" stdset="0">
 
940
             <size>
 
941
              <width>20</width>
 
942
              <height>40</height>
 
943
             </size>
 
944
            </property>
 
945
           </spacer>
 
946
          </item>
 
947
         </layout>
 
948
        </item>
 
949
       </layout>
 
950
      </widget>
 
951
      <widget class="QWidget" name="miscTab">
 
952
       <attribute name="title">
 
953
        <string>Miscellaneous</string>
 
954
       </attribute>
 
955
       <layout class="QHBoxLayout" name="horizontalLayout_21">
 
956
        <item>
 
957
         <widget class="MiscTableWidget" name="miscTable"/>
 
958
        </item>
 
959
        <item>
 
960
         <layout class="QVBoxLayout" name="verticalLayout_5">
 
961
          <property name="spacing">
 
962
           <number>1</number>
 
963
          </property>
 
964
          <item>
 
965
           <widget class="QPushButton" name="pushButton_addMisc">
 
966
            <property name="toolTip">
 
967
             <string>Add misc</string>
 
968
            </property>
 
969
            <property name="text">
 
970
             <string/>
 
971
            </property>
 
972
            <property name="icon">
 
973
             <iconset resource="brewtarget.qrc">
 
974
              <normaloff>:/images/smallPlus.png</normaloff>:/images/smallPlus.png</iconset>
 
975
            </property>
 
976
           </widget>
 
977
          </item>
 
978
          <item>
 
979
           <widget class="QPushButton" name="pushButton_removeMisc">
 
980
            <property name="toolTip">
 
981
             <string>Remove misc</string>
 
982
            </property>
 
983
            <property name="text">
 
984
             <string/>
 
985
            </property>
 
986
            <property name="icon">
 
987
             <iconset resource="brewtarget.qrc">
 
988
              <normaloff>:/images/smallMinus.png</normaloff>:/images/smallMinus.png</iconset>
 
989
            </property>
 
990
           </widget>
 
991
          </item>
 
992
          <item>
 
993
           <widget class="QPushButton" name="pushButton_editMisc">
 
994
            <property name="toolTip">
 
995
             <string>Edit misc</string>
 
996
            </property>
 
997
            <property name="text">
 
998
             <string/>
 
999
            </property>
 
1000
            <property name="icon">
 
1001
             <iconset resource="brewtarget.qrc">
 
1002
              <normaloff>:/images/edit.png</normaloff>:/images/edit.png</iconset>
 
1003
            </property>
 
1004
           </widget>
 
1005
          </item>
 
1006
          <item>
 
1007
           <spacer name="verticalSpacer_5">
 
1008
            <property name="orientation">
 
1009
             <enum>Qt::Vertical</enum>
 
1010
            </property>
 
1011
            <property name="sizeHint" stdset="0">
 
1012
             <size>
 
1013
              <width>20</width>
 
1014
              <height>40</height>
 
1015
             </size>
 
1016
            </property>
 
1017
           </spacer>
 
1018
          </item>
 
1019
         </layout>
 
1020
        </item>
 
1021
       </layout>
 
1022
      </widget>
 
1023
      <widget class="QWidget" name="tab_3">
 
1024
       <attribute name="title">
 
1025
        <string>Yeast</string>
 
1026
       </attribute>
 
1027
       <layout class="QHBoxLayout" name="horizontalLayout_13">
 
1028
        <item>
 
1029
         <widget class="YeastTableWidget" name="yeastTable"/>
 
1030
        </item>
 
1031
        <item>
 
1032
         <layout class="QVBoxLayout" name="verticalLayout_6">
 
1033
          <property name="spacing">
 
1034
           <number>1</number>
 
1035
          </property>
 
1036
          <item>
 
1037
           <widget class="QPushButton" name="pushButton_addYeast">
 
1038
            <property name="toolTip">
 
1039
             <string>Add yeast</string>
 
1040
            </property>
 
1041
            <property name="text">
 
1042
             <string/>
 
1043
            </property>
 
1044
            <property name="icon">
 
1045
             <iconset resource="brewtarget.qrc">
 
1046
              <normaloff>:/images/smallPlus.png</normaloff>:/images/smallPlus.png</iconset>
 
1047
            </property>
 
1048
           </widget>
 
1049
          </item>
 
1050
          <item>
 
1051
           <widget class="QPushButton" name="pushButton_removeYeast">
 
1052
            <property name="toolTip">
 
1053
             <string>Remove yeast</string>
 
1054
            </property>
 
1055
            <property name="text">
 
1056
             <string/>
 
1057
            </property>
 
1058
            <property name="icon">
 
1059
             <iconset resource="brewtarget.qrc">
 
1060
              <normaloff>:/images/smallMinus.png</normaloff>:/images/smallMinus.png</iconset>
 
1061
            </property>
 
1062
           </widget>
 
1063
          </item>
 
1064
          <item>
 
1065
           <widget class="QPushButton" name="pushButton_editYeast">
 
1066
            <property name="toolTip">
 
1067
             <string>Edit yeast</string>
 
1068
            </property>
 
1069
            <property name="text">
 
1070
             <string/>
 
1071
            </property>
 
1072
            <property name="icon">
 
1073
             <iconset resource="brewtarget.qrc">
 
1074
              <normaloff>:/images/edit.png</normaloff>:/images/edit.png</iconset>
 
1075
            </property>
 
1076
           </widget>
 
1077
          </item>
 
1078
          <item>
 
1079
           <spacer name="verticalSpacer_6">
 
1080
            <property name="orientation">
 
1081
             <enum>Qt::Vertical</enum>
 
1082
            </property>
 
1083
            <property name="sizeHint" stdset="0">
 
1084
             <size>
 
1085
              <width>20</width>
 
1086
              <height>40</height>
 
1087
             </size>
 
1088
            </property>
 
1089
           </spacer>
 
1090
          </item>
 
1091
         </layout>
 
1092
        </item>
 
1093
       </layout>
 
1094
      </widget>
 
1095
      <widget class="QWidget" name="mashStepsTab">
 
1096
       <attribute name="title">
 
1097
        <string>Mash</string>
 
1098
       </attribute>
 
1099
       <layout class="QHBoxLayout" name="horizontalLayout_17">
 
1100
        <item>
 
1101
         <widget class="MashStepTableWidget" name="mashStepTableWidget"/>
 
1102
        </item>
 
1103
        <item>
 
1104
         <layout class="QVBoxLayout" name="verticalLayout">
 
1105
          <property name="spacing">
 
1106
           <number>1</number>
 
1107
          </property>
 
1108
          <item>
 
1109
           <widget class="QPushButton" name="pushButton_addMashStep">
 
1110
            <property name="toolTip">
 
1111
             <string>Add mash step</string>
 
1112
            </property>
 
1113
            <property name="text">
 
1114
             <string/>
 
1115
            </property>
 
1116
            <property name="icon">
 
1117
             <iconset resource="brewtarget.qrc">
 
1118
              <normaloff>:/images/smallPlus.png</normaloff>:/images/smallPlus.png</iconset>
 
1119
            </property>
 
1120
           </widget>
 
1121
          </item>
 
1122
          <item>
 
1123
           <widget class="QPushButton" name="pushButton_removeMashStep">
 
1124
            <property name="toolTip">
 
1125
             <string>Remove mash step</string>
 
1126
            </property>
 
1127
            <property name="text">
 
1128
             <string/>
 
1129
            </property>
 
1130
            <property name="icon">
 
1131
             <iconset resource="brewtarget.qrc">
 
1132
              <normaloff>:/images/smallMinus.png</normaloff>:/images/smallMinus.png</iconset>
 
1133
            </property>
 
1134
           </widget>
 
1135
          </item>
 
1136
          <item>
 
1137
           <widget class="QPushButton" name="pushButton_editMashStep">
 
1138
            <property name="toolTip">
 
1139
             <string>Edit mash step</string>
 
1140
            </property>
 
1141
            <property name="text">
 
1142
             <string/>
 
1143
            </property>
 
1144
            <property name="icon">
 
1145
             <iconset resource="brewtarget.qrc">
 
1146
              <normaloff>:/images/edit.png</normaloff>:/images/edit.png</iconset>
 
1147
            </property>
 
1148
           </widget>
 
1149
          </item>
 
1150
          <item>
 
1151
           <widget class="QPushButton" name="pushButton_editMash">
 
1152
            <property name="text">
 
1153
             <string>Edit mash</string>
 
1154
            </property>
 
1155
           </widget>
 
1156
          </item>
 
1157
          <item>
 
1158
           <widget class="QPushButton" name="pushButton_mashWizard">
 
1159
            <property name="text">
 
1160
             <string>Mash wiz</string>
 
1161
            </property>
 
1162
           </widget>
 
1163
          </item>
 
1164
          <item>
 
1165
           <spacer name="verticalSpacer">
 
1166
            <property name="orientation">
 
1167
             <enum>Qt::Vertical</enum>
 
1168
            </property>
 
1169
            <property name="sizeHint" stdset="0">
 
1170
             <size>
 
1171
              <width>20</width>
 
1172
              <height>40</height>
 
1173
             </size>
 
1174
            </property>
 
1175
           </spacer>
 
1176
          </item>
 
1177
         </layout>
 
1178
        </item>
 
1179
       </layout>
 
1180
      </widget>
 
1181
     </widget>
 
1182
    </item>
 
1183
   </layout>
 
1184
  </widget>
 
1185
  <widget class="QMenuBar" name="menubar">
 
1186
   <property name="geometry">
 
1187
    <rect>
 
1188
     <x>0</x>
 
1189
     <y>0</y>
 
1190
     <width>468</width>
 
1191
     <height>23</height>
 
1192
    </rect>
 
1193
   </property>
 
1194
   <widget class="QMenu" name="menuFile">
 
1195
    <property name="title">
 
1196
     <string>File</string>
 
1197
    </property>
 
1198
    <addaction name="actionNewRecipe"/>
 
1199
    <addaction name="separator"/>
 
1200
    <addaction name="actionImport_Recipes"/>
 
1201
    <addaction name="actionExportRecipe"/>
 
1202
    <addaction name="separator"/>
 
1203
    <addaction name="actionExit"/>
 
1204
   </widget>
 
1205
   <widget class="QMenu" name="menuAbout">
 
1206
    <property name="title">
 
1207
     <string>About</string>
 
1208
    </property>
 
1209
    <addaction name="actionAbout_BrewTarget"/>
 
1210
    <addaction name="actionManual"/>
 
1211
   </widget>
 
1212
   <widget class="QMenu" name="menuView">
 
1213
    <property name="title">
 
1214
     <string>View</string>
 
1215
    </property>
 
1216
    <addaction name="actionEquipments"/>
 
1217
    <addaction name="actionFermentables"/>
 
1218
    <addaction name="actionHops"/>
 
1219
    <addaction name="actionMiscs"/>
 
1220
    <addaction name="actionStyles"/>
 
1221
    <addaction name="actionYeasts"/>
 
1222
   </widget>
 
1223
   <widget class="QMenu" name="menuTools">
 
1224
    <property name="title">
 
1225
     <string>Tools</string>
 
1226
    </property>
 
1227
    <addaction name="actionScale_Recipe"/>
 
1228
    <addaction name="action_recipeToTextClipboard"/>
 
1229
    <addaction name="separator"/>
 
1230
    <addaction name="actionOptions"/>
 
1231
   </widget>
 
1232
   <addaction name="menuFile"/>
 
1233
   <addaction name="menuView"/>
 
1234
   <addaction name="menuTools"/>
 
1235
   <addaction name="menuAbout"/>
 
1236
  </widget>
 
1237
  <widget class="QStatusBar" name="statusbar"/>
 
1238
  <widget class="QToolBar" name="toolBar">
 
1239
   <property name="windowTitle">
 
1240
    <string>toolBar</string>
 
1241
   </property>
 
1242
   <attribute name="toolBarArea">
 
1243
    <enum>TopToolBarArea</enum>
 
1244
   </attribute>
 
1245
   <attribute name="toolBarBreak">
 
1246
    <bool>false</bool>
 
1247
   </attribute>
 
1248
  </widget>
 
1249
  <action name="actionAbout_BrewTarget">
 
1250
   <property name="text">
 
1251
    <string>About BrewTarget</string>
 
1252
   </property>
 
1253
  </action>
 
1254
  <action name="actionExportRecipe">
 
1255
   <property name="text">
 
1256
    <string>Export Recipe</string>
 
1257
   </property>
 
1258
  </action>
 
1259
  <action name="actionNewRecipe">
 
1260
   <property name="text">
 
1261
    <string>New Recipe</string>
 
1262
   </property>
 
1263
  </action>
 
1264
  <action name="actionFermentables">
 
1265
   <property name="text">
 
1266
    <string>Fermentables</string>
 
1267
   </property>
 
1268
  </action>
 
1269
  <action name="actionHops">
 
1270
   <property name="text">
 
1271
    <string>Hops</string>
 
1272
   </property>
 
1273
  </action>
 
1274
  <action name="actionMiscs">
 
1275
   <property name="text">
 
1276
    <string>Miscs</string>
 
1277
   </property>
 
1278
  </action>
 
1279
  <action name="actionYeasts">
 
1280
   <property name="text">
 
1281
    <string>Yeasts</string>
 
1282
   </property>
 
1283
  </action>
 
1284
  <action name="actionEquipments">
 
1285
   <property name="text">
 
1286
    <string>Equipments</string>
 
1287
   </property>
 
1288
  </action>
 
1289
  <action name="actionStyles">
 
1290
   <property name="text">
 
1291
    <string>Styles</string>
 
1292
   </property>
 
1293
  </action>
 
1294
  <action name="actionExit">
 
1295
   <property name="text">
 
1296
    <string>Exit</string>
 
1297
   </property>
 
1298
  </action>
 
1299
  <action name="actionImport_Recipes">
 
1300
   <property name="text">
 
1301
    <string>Import Recipes</string>
 
1302
   </property>
 
1303
  </action>
 
1304
  <action name="actionOptions">
 
1305
   <property name="text">
 
1306
    <string>Options</string>
 
1307
   </property>
 
1308
  </action>
 
1309
  <action name="actionManual">
 
1310
   <property name="text">
 
1311
    <string>Manual</string>
 
1312
   </property>
 
1313
  </action>
 
1314
  <action name="actionScale_Recipe">
 
1315
   <property name="text">
 
1316
    <string>Scale Recipe</string>
 
1317
   </property>
 
1318
  </action>
 
1319
  <action name="action_recipeToTextClipboard">
 
1320
   <property name="text">
 
1321
    <string>Recipe to Clipboard as Text</string>
 
1322
   </property>
 
1323
  </action>
 
1324
 </widget>
 
1325
 <customwidgets>
 
1326
  <customwidget>
 
1327
   <class>EquipmentComboBox</class>
 
1328
   <extends>QComboBox</extends>
 
1329
   <header>EquipmentComboBox.h</header>
 
1330
  </customwidget>
 
1331
  <customwidget>
 
1332
   <class>FermentableTableWidget</class>
 
1333
   <extends>QTableView</extends>
 
1334
   <header>FermentableTableWidget.h</header>
 
1335
  </customwidget>
 
1336
  <customwidget>
 
1337
   <class>HopTableWidget</class>
 
1338
   <extends>QTableView</extends>
 
1339
   <header>HopTableWidget.h</header>
 
1340
  </customwidget>
 
1341
  <customwidget>
 
1342
   <class>MashStepTableWidget</class>
 
1343
   <extends>QTableView</extends>
 
1344
   <header>MashStepTableWidget.h</header>
 
1345
  </customwidget>
 
1346
  <customwidget>
 
1347
   <class>MiscTableWidget</class>
 
1348
   <extends>QTableView</extends>
 
1349
   <header>MiscTableWidget.h</header>
 
1350
  </customwidget>
 
1351
  <customwidget>
 
1352
   <class>RecipeComboBox</class>
 
1353
   <extends>QComboBox</extends>
 
1354
   <header>RecipeComboBox.h</header>
 
1355
  </customwidget>
 
1356
  <customwidget>
 
1357
   <class>StyleComboBox</class>
 
1358
   <extends>QComboBox</extends>
 
1359
   <header>StyleComboBox.h</header>
 
1360
  </customwidget>
 
1361
  <customwidget>
 
1362
   <class>YeastTableWidget</class>
 
1363
   <extends>QTableView</extends>
 
1364
   <header>YeastTableWidget.h</header>
 
1365
  </customwidget>
 
1366
 </customwidgets>
 
1367
 <resources>
 
1368
  <include location="brewtarget.qrc"/>
 
1369
 </resources>
 
1370
 <connections/>
 
1371
</ui>