~scottydelicious666/brewtarget/brewtarget

« back to all changes in this revision

Viewing changes to ui/equipmentEditor.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>equipmentEditor</class>
 
4
 <widget class="QDialog" name="equipmentEditor">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>544</width>
 
10
    <height>584</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Equipment Editor</string>
 
15
  </property>
 
16
  <property name="toolTip">
 
17
   <string/>
 
18
  </property>
 
19
  <layout class="QVBoxLayout" name="verticalLayout_8">
 
20
   <item>
 
21
    <layout class="QHBoxLayout" name="horizontalLayout_5">
 
22
     <item>
 
23
      <widget class="QLabel" name="label">
 
24
       <property name="sizePolicy">
 
25
        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
 
26
         <horstretch>0</horstretch>
 
27
         <verstretch>0</verstretch>
 
28
        </sizepolicy>
 
29
       </property>
 
30
       <property name="text">
 
31
        <string>Equipment</string>
 
32
       </property>
 
33
      </widget>
 
34
     </item>
 
35
     <item>
 
36
      <widget class="EquipmentComboBox" name="equipmentComboBox">
 
37
       <property name="sizePolicy">
 
38
        <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
 
39
         <horstretch>0</horstretch>
 
40
         <verstretch>0</verstretch>
 
41
        </sizepolicy>
 
42
       </property>
 
43
      </widget>
 
44
     </item>
 
45
     <item>
 
46
      <widget class="QPushButton" name="pushButton_remove">
 
47
       <property name="toolTip">
 
48
        <string>Remove</string>
 
49
       </property>
 
50
       <property name="text">
 
51
        <string/>
 
52
       </property>
 
53
       <property name="icon">
 
54
        <iconset resource="brewtarget.qrc">
 
55
         <normaloff>:/images/smallMinus.png</normaloff>:/images/smallMinus.png</iconset>
 
56
       </property>
 
57
      </widget>
 
58
     </item>
 
59
     <item>
 
60
      <spacer name="horizontalSpacer">
 
61
       <property name="orientation">
 
62
        <enum>Qt::Horizontal</enum>
 
63
       </property>
 
64
       <property name="sizeHint" stdset="0">
 
65
        <size>
 
66
         <width>40</width>
 
67
         <height>20</height>
 
68
        </size>
 
69
       </property>
 
70
      </spacer>
 
71
     </item>
 
72
    </layout>
 
73
   </item>
 
74
   <item>
 
75
    <layout class="QHBoxLayout" name="horizontalLayout_17">
 
76
     <item>
 
77
      <layout class="QVBoxLayout" name="verticalLayout_6">
 
78
       <item>
 
79
        <widget class="QGroupBox" name="groupBox">
 
80
         <property name="title">
 
81
          <string>Required Fields</string>
 
82
         </property>
 
83
         <layout class="QVBoxLayout" name="verticalLayout">
 
84
          <property name="spacing">
 
85
           <number>1</number>
 
86
          </property>
 
87
          <item>
 
88
           <layout class="QHBoxLayout" name="horizontalLayout_4">
 
89
            <item>
 
90
             <widget class="QLabel" name="label_2">
 
91
              <property name="sizePolicy">
 
92
               <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
93
                <horstretch>0</horstretch>
 
94
                <verstretch>0</verstretch>
 
95
               </sizepolicy>
 
96
              </property>
 
97
              <property name="text">
 
98
               <string>Name</string>
 
99
              </property>
 
100
             </widget>
 
101
            </item>
 
102
            <item>
 
103
             <widget class="QLineEdit" name="lineEdit_name">
 
104
              <property name="sizePolicy">
 
105
               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
106
                <horstretch>100</horstretch>
 
107
                <verstretch>0</verstretch>
 
108
               </sizepolicy>
 
109
              </property>
 
110
              <property name="minimumSize">
 
111
               <size>
 
112
                <width>100</width>
 
113
                <height>0</height>
 
114
               </size>
 
115
              </property>
 
116
              <property name="maximumSize">
 
117
               <size>
 
118
                <width>100</width>
 
119
                <height>16777215</height>
 
120
               </size>
 
121
              </property>
 
122
             </widget>
 
123
            </item>
 
124
           </layout>
 
125
          </item>
 
126
          <item>
 
127
           <layout class="QHBoxLayout" name="horizontalLayout_3">
 
128
            <item>
 
129
             <widget class="QLabel" name="label_3">
 
130
              <property name="sizePolicy">
 
131
               <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
132
                <horstretch>0</horstretch>
 
133
                <verstretch>0</verstretch>
 
134
               </sizepolicy>
 
135
              </property>
 
136
              <property name="text">
 
137
               <string>Pre-boil volume</string>
 
138
              </property>
 
139
             </widget>
 
140
            </item>
 
141
            <item>
 
142
             <widget class="QLineEdit" name="lineEdit_boilSize">
 
143
              <property name="sizePolicy">
 
144
               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
145
                <horstretch>100</horstretch>
 
146
                <verstretch>0</verstretch>
 
147
               </sizepolicy>
 
148
              </property>
 
149
              <property name="minimumSize">
 
150
               <size>
 
151
                <width>100</width>
 
152
                <height>0</height>
 
153
               </size>
 
154
              </property>
 
155
              <property name="maximumSize">
 
156
               <size>
 
157
                <width>100</width>
 
158
                <height>16777215</height>
 
159
               </size>
 
160
              </property>
 
161
             </widget>
 
162
            </item>
 
163
           </layout>
 
164
          </item>
 
165
          <item>
 
166
           <layout class="QHBoxLayout" name="horizontalLayout_2">
 
167
            <item>
 
168
             <widget class="QLabel" name="label_4">
 
169
              <property name="sizePolicy">
 
170
               <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
171
                <horstretch>0</horstretch>
 
172
                <verstretch>0</verstretch>
 
173
               </sizepolicy>
 
174
              </property>
 
175
              <property name="toolTip">
 
176
               <string>If checked, we will calculate your pre-boil volume based on your desired batch size, boil time, evaporation rate, losses, etc.</string>
 
177
              </property>
 
178
              <property name="text">
 
179
               <string>Calculate pre-boil volume</string>
 
180
              </property>
 
181
             </widget>
 
182
            </item>
 
183
            <item>
 
184
             <widget class="QCheckBox" name="checkBox_calcBoilVolume">
 
185
              <property name="text">
 
186
               <string/>
 
187
              </property>
 
188
             </widget>
 
189
            </item>
 
190
           </layout>
 
191
          </item>
 
192
          <item>
 
193
           <layout class="QHBoxLayout" name="horizontalLayout">
 
194
            <item>
 
195
             <widget class="QLabel" name="label_5">
 
196
              <property name="sizePolicy">
 
197
               <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
198
                <horstretch>0</horstretch>
 
199
                <verstretch>0</verstretch>
 
200
               </sizepolicy>
 
201
              </property>
 
202
              <property name="text">
 
203
               <string>Batch size</string>
 
204
              </property>
 
205
             </widget>
 
206
            </item>
 
207
            <item>
 
208
             <widget class="QLineEdit" name="lineEdit_batchSize">
 
209
              <property name="sizePolicy">
 
210
               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
211
                <horstretch>100</horstretch>
 
212
                <verstretch>0</verstretch>
 
213
               </sizepolicy>
 
214
              </property>
 
215
              <property name="minimumSize">
 
216
               <size>
 
217
                <width>100</width>
 
218
                <height>0</height>
 
219
               </size>
 
220
              </property>
 
221
              <property name="maximumSize">
 
222
               <size>
 
223
                <width>100</width>
 
224
                <height>16777215</height>
 
225
               </size>
 
226
              </property>
 
227
             </widget>
 
228
            </item>
 
229
           </layout>
 
230
          </item>
 
231
         </layout>
 
232
        </widget>
 
233
       </item>
 
234
       <item>
 
235
        <widget class="QGroupBox" name="groupBox_2">
 
236
         <property name="title">
 
237
          <string>Mash Tun</string>
 
238
         </property>
 
239
         <layout class="QVBoxLayout" name="verticalLayout_2">
 
240
          <property name="spacing">
 
241
           <number>1</number>
 
242
          </property>
 
243
          <item>
 
244
           <layout class="QHBoxLayout" name="horizontalLayout_8">
 
245
            <item>
 
246
             <widget class="QLabel" name="label_6">
 
247
              <property name="sizePolicy">
 
248
               <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
249
                <horstretch>0</horstretch>
 
250
                <verstretch>0</verstretch>
 
251
               </sizepolicy>
 
252
              </property>
 
253
              <property name="text">
 
254
               <string>Volume</string>
 
255
              </property>
 
256
             </widget>
 
257
            </item>
 
258
            <item>
 
259
             <widget class="QLineEdit" name="lineEdit_tunVolume">
 
260
              <property name="sizePolicy">
 
261
               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
262
                <horstretch>100</horstretch>
 
263
                <verstretch>0</verstretch>
 
264
               </sizepolicy>
 
265
              </property>
 
266
              <property name="minimumSize">
 
267
               <size>
 
268
                <width>100</width>
 
269
                <height>0</height>
 
270
               </size>
 
271
              </property>
 
272
              <property name="maximumSize">
 
273
               <size>
 
274
                <width>100</width>
 
275
                <height>16777215</height>
 
276
               </size>
 
277
              </property>
 
278
             </widget>
 
279
            </item>
 
280
           </layout>
 
281
          </item>
 
282
          <item>
 
283
           <layout class="QHBoxLayout" name="horizontalLayout_7">
 
284
            <item>
 
285
             <widget class="QLabel" name="label_7">
 
286
              <property name="sizePolicy">
 
287
               <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
288
                <horstretch>0</horstretch>
 
289
                <verstretch>0</verstretch>
 
290
               </sizepolicy>
 
291
              </property>
 
292
              <property name="text">
 
293
               <string>Mass</string>
 
294
              </property>
 
295
             </widget>
 
296
            </item>
 
297
            <item>
 
298
             <widget class="QLineEdit" name="lineEdit_tunWeight">
 
299
              <property name="sizePolicy">
 
300
               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
301
                <horstretch>100</horstretch>
 
302
                <verstretch>0</verstretch>
 
303
               </sizepolicy>
 
304
              </property>
 
305
              <property name="minimumSize">
 
306
               <size>
 
307
                <width>100</width>
 
308
                <height>0</height>
 
309
               </size>
 
310
              </property>
 
311
              <property name="maximumSize">
 
312
               <size>
 
313
                <width>100</width>
 
314
                <height>16777215</height>
 
315
               </size>
 
316
              </property>
 
317
             </widget>
 
318
            </item>
 
319
           </layout>
 
320
          </item>
 
321
          <item>
 
322
           <layout class="QHBoxLayout" name="horizontalLayout_6">
 
323
            <item>
 
324
             <widget class="QLabel" name="label_8">
 
325
              <property name="sizePolicy">
 
326
               <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
327
                <horstretch>0</horstretch>
 
328
                <verstretch>0</verstretch>
 
329
               </sizepolicy>
 
330
              </property>
 
331
              <property name="text">
 
332
               <string>Specific heat (cal/(g*K))</string>
 
333
              </property>
 
334
             </widget>
 
335
            </item>
 
336
            <item>
 
337
             <widget class="QLineEdit" name="lineEdit_tunSpecificHeat">
 
338
              <property name="sizePolicy">
 
339
               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
340
                <horstretch>100</horstretch>
 
341
                <verstretch>0</verstretch>
 
342
               </sizepolicy>
 
343
              </property>
 
344
              <property name="minimumSize">
 
345
               <size>
 
346
                <width>100</width>
 
347
                <height>0</height>
 
348
               </size>
 
349
              </property>
 
350
              <property name="maximumSize">
 
351
               <size>
 
352
                <width>100</width>
 
353
                <height>16777215</height>
 
354
               </size>
 
355
              </property>
 
356
             </widget>
 
357
            </item>
 
358
           </layout>
 
359
          </item>
 
360
         </layout>
 
361
        </widget>
 
362
       </item>
 
363
       <item>
 
364
        <widget class="QGroupBox" name="groupBox_3">
 
365
         <property name="title">
 
366
          <string>Boiling &amp;&amp; Water</string>
 
367
         </property>
 
368
         <layout class="QVBoxLayout" name="verticalLayout_3">
 
369
          <property name="spacing">
 
370
           <number>1</number>
 
371
          </property>
 
372
          <item>
 
373
           <layout class="QHBoxLayout" name="horizontalLayout_9">
 
374
            <item>
 
375
             <widget class="QLabel" name="label_9">
 
376
              <property name="sizePolicy">
 
377
               <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
378
                <horstretch>0</horstretch>
 
379
                <verstretch>0</verstretch>
 
380
               </sizepolicy>
 
381
              </property>
 
382
              <property name="text">
 
383
               <string>Boil time</string>
 
384
              </property>
 
385
             </widget>
 
386
            </item>
 
387
            <item>
 
388
             <widget class="QLineEdit" name="lineEdit_boilTime">
 
389
              <property name="sizePolicy">
 
390
               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
391
                <horstretch>100</horstretch>
 
392
                <verstretch>0</verstretch>
 
393
               </sizepolicy>
 
394
              </property>
 
395
              <property name="minimumSize">
 
396
               <size>
 
397
                <width>100</width>
 
398
                <height>0</height>
 
399
               </size>
 
400
              </property>
 
401
              <property name="maximumSize">
 
402
               <size>
 
403
                <width>100</width>
 
404
                <height>16777215</height>
 
405
               </size>
 
406
              </property>
 
407
             </widget>
 
408
            </item>
 
409
           </layout>
 
410
          </item>
 
411
          <item>
 
412
           <layout class="QHBoxLayout" name="horizontalLayout_10">
 
413
            <item>
 
414
             <widget class="QLabel" name="label_10">
 
415
              <property name="sizePolicy">
 
416
               <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
417
                <horstretch>0</horstretch>
 
418
                <verstretch>0</verstretch>
 
419
               </sizepolicy>
 
420
              </property>
 
421
              <property name="text">
 
422
               <string>Evaporation rate (pct/hr)</string>
 
423
              </property>
 
424
             </widget>
 
425
            </item>
 
426
            <item>
 
427
             <widget class="QLineEdit" name="lineEdit_evaporationRate">
 
428
              <property name="sizePolicy">
 
429
               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
430
                <horstretch>100</horstretch>
 
431
                <verstretch>0</verstretch>
 
432
               </sizepolicy>
 
433
              </property>
 
434
              <property name="minimumSize">
 
435
               <size>
 
436
                <width>100</width>
 
437
                <height>0</height>
 
438
               </size>
 
439
              </property>
 
440
              <property name="maximumSize">
 
441
               <size>
 
442
                <width>100</width>
 
443
                <height>16777215</height>
 
444
               </size>
 
445
              </property>
 
446
             </widget>
 
447
            </item>
 
448
           </layout>
 
449
          </item>
 
450
          <item>
 
451
           <layout class="QHBoxLayout" name="horizontalLayout_11">
 
452
            <item>
 
453
             <widget class="QLabel" name="label_11">
 
454
              <property name="sizePolicy">
 
455
               <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
456
                <horstretch>0</horstretch>
 
457
                <verstretch>0</verstretch>
 
458
               </sizepolicy>
 
459
              </property>
 
460
              <property name="text">
 
461
               <string>Kettle top-up water</string>
 
462
              </property>
 
463
             </widget>
 
464
            </item>
 
465
            <item>
 
466
             <widget class="QLineEdit" name="lineEdit_topUpKettle">
 
467
              <property name="sizePolicy">
 
468
               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
469
                <horstretch>100</horstretch>
 
470
                <verstretch>0</verstretch>
 
471
               </sizepolicy>
 
472
              </property>
 
473
              <property name="minimumSize">
 
474
               <size>
 
475
                <width>100</width>
 
476
                <height>0</height>
 
477
               </size>
 
478
              </property>
 
479
              <property name="maximumSize">
 
480
               <size>
 
481
                <width>100</width>
 
482
                <height>16777215</height>
 
483
               </size>
 
484
              </property>
 
485
             </widget>
 
486
            </item>
 
487
           </layout>
 
488
          </item>
 
489
          <item>
 
490
           <layout class="QHBoxLayout" name="horizontalLayout_12">
 
491
            <item>
 
492
             <widget class="QLabel" name="label_12">
 
493
              <property name="sizePolicy">
 
494
               <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
495
                <horstretch>0</horstretch>
 
496
                <verstretch>0</verstretch>
 
497
               </sizepolicy>
 
498
              </property>
 
499
              <property name="text">
 
500
               <string>Final top-up water</string>
 
501
              </property>
 
502
             </widget>
 
503
            </item>
 
504
            <item>
 
505
             <widget class="QLineEdit" name="lineEdit_topUpWater">
 
506
              <property name="sizePolicy">
 
507
               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
508
                <horstretch>100</horstretch>
 
509
                <verstretch>0</verstretch>
 
510
               </sizepolicy>
 
511
              </property>
 
512
              <property name="minimumSize">
 
513
               <size>
 
514
                <width>100</width>
 
515
                <height>0</height>
 
516
               </size>
 
517
              </property>
 
518
              <property name="maximumSize">
 
519
               <size>
 
520
                <width>100</width>
 
521
                <height>16777215</height>
 
522
               </size>
 
523
              </property>
 
524
             </widget>
 
525
            </item>
 
526
           </layout>
 
527
          </item>
 
528
          <item>
 
529
           <layout class="QHBoxLayout" name="horizontalLayout_13">
 
530
            <item>
 
531
             <widget class="QLabel" name="label_13">
 
532
              <property name="sizePolicy">
 
533
               <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
534
                <horstretch>0</horstretch>
 
535
                <verstretch>0</verstretch>
 
536
               </sizepolicy>
 
537
              </property>
 
538
              <property name="text">
 
539
               <string>Hop utilization (pct)</string>
 
540
              </property>
 
541
             </widget>
 
542
            </item>
 
543
            <item>
 
544
             <widget class="QLineEdit" name="lineEdit_hopUtilization">
 
545
              <property name="sizePolicy">
 
546
               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
547
                <horstretch>100</horstretch>
 
548
                <verstretch>0</verstretch>
 
549
               </sizepolicy>
 
550
              </property>
 
551
              <property name="minimumSize">
 
552
               <size>
 
553
                <width>100</width>
 
554
                <height>0</height>
 
555
               </size>
 
556
              </property>
 
557
              <property name="maximumSize">
 
558
               <size>
 
559
                <width>100</width>
 
560
                <height>16777215</height>
 
561
               </size>
 
562
              </property>
 
563
             </widget>
 
564
            </item>
 
565
           </layout>
 
566
          </item>
 
567
         </layout>
 
568
        </widget>
 
569
       </item>
 
570
      </layout>
 
571
     </item>
 
572
     <item>
 
573
      <layout class="QVBoxLayout" name="verticalLayout_7">
 
574
       <item>
 
575
        <widget class="QGroupBox" name="groupBox_4">
 
576
         <property name="title">
 
577
          <string>Losses</string>
 
578
         </property>
 
579
         <layout class="QVBoxLayout" name="verticalLayout_4">
 
580
          <property name="spacing">
 
581
           <number>1</number>
 
582
          </property>
 
583
          <item>
 
584
           <layout class="QHBoxLayout" name="horizontalLayout_15">
 
585
            <item>
 
586
             <widget class="QLabel" name="label_14">
 
587
              <property name="sizePolicy">
 
588
               <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
589
                <horstretch>0</horstretch>
 
590
                <verstretch>0</verstretch>
 
591
               </sizepolicy>
 
592
              </property>
 
593
              <property name="text">
 
594
               <string>Kettle to fermenter</string>
 
595
              </property>
 
596
             </widget>
 
597
            </item>
 
598
            <item>
 
599
             <widget class="QLineEdit" name="lineEdit_trubChillerLoss">
 
600
              <property name="sizePolicy">
 
601
               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
602
                <horstretch>100</horstretch>
 
603
                <verstretch>0</verstretch>
 
604
               </sizepolicy>
 
605
              </property>
 
606
              <property name="minimumSize">
 
607
               <size>
 
608
                <width>100</width>
 
609
                <height>0</height>
 
610
               </size>
 
611
              </property>
 
612
              <property name="maximumSize">
 
613
               <size>
 
614
                <width>100</width>
 
615
                <height>16777215</height>
 
616
               </size>
 
617
              </property>
 
618
             </widget>
 
619
            </item>
 
620
           </layout>
 
621
          </item>
 
622
          <item>
 
623
           <layout class="QHBoxLayout" name="horizontalLayout_14">
 
624
            <item>
 
625
             <widget class="QLabel" name="label_15">
 
626
              <property name="sizePolicy">
 
627
               <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
628
                <horstretch>0</horstretch>
 
629
                <verstretch>0</verstretch>
 
630
               </sizepolicy>
 
631
              </property>
 
632
              <property name="text">
 
633
               <string>Lauter deadspace</string>
 
634
              </property>
 
635
             </widget>
 
636
            </item>
 
637
            <item>
 
638
             <widget class="QLineEdit" name="lineEdit_lauterDeadspace">
 
639
              <property name="sizePolicy">
 
640
               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
641
                <horstretch>100</horstretch>
 
642
                <verstretch>0</verstretch>
 
643
               </sizepolicy>
 
644
              </property>
 
645
              <property name="minimumSize">
 
646
               <size>
 
647
                <width>100</width>
 
648
                <height>0</height>
 
649
               </size>
 
650
              </property>
 
651
              <property name="maximumSize">
 
652
               <size>
 
653
                <width>100</width>
 
654
                <height>16777215</height>
 
655
               </size>
 
656
              </property>
 
657
             </widget>
 
658
            </item>
 
659
           </layout>
 
660
          </item>
 
661
         </layout>
 
662
        </widget>
 
663
       </item>
 
664
       <item>
 
665
        <widget class="QGroupBox" name="groupBox_5">
 
666
         <property name="title">
 
667
          <string>Notes</string>
 
668
         </property>
 
669
         <layout class="QVBoxLayout" name="verticalLayout_5">
 
670
          <item>
 
671
           <widget class="QTextEdit" name="textEdit_notes"/>
 
672
          </item>
 
673
         </layout>
 
674
        </widget>
 
675
       </item>
 
676
       <item>
 
677
        <spacer name="verticalSpacer">
 
678
         <property name="orientation">
 
679
          <enum>Qt::Vertical</enum>
 
680
         </property>
 
681
         <property name="sizeHint" stdset="0">
 
682
          <size>
 
683
           <width>20</width>
 
684
           <height>40</height>
 
685
          </size>
 
686
         </property>
 
687
        </spacer>
 
688
       </item>
 
689
      </layout>
 
690
     </item>
 
691
    </layout>
 
692
   </item>
 
693
   <item>
 
694
    <layout class="QHBoxLayout" name="horizontalLayout_16">
 
695
     <item>
 
696
      <spacer name="horizontalSpacer_2">
 
697
       <property name="orientation">
 
698
        <enum>Qt::Horizontal</enum>
 
699
       </property>
 
700
       <property name="sizeHint" stdset="0">
 
701
        <size>
 
702
         <width>40</width>
 
703
         <height>20</height>
 
704
        </size>
 
705
       </property>
 
706
      </spacer>
 
707
     </item>
 
708
     <item>
 
709
      <widget class="QPushButton" name="pushButton_new">
 
710
       <property name="toolTip">
 
711
        <string>New</string>
 
712
       </property>
 
713
       <property name="text">
 
714
        <string/>
 
715
       </property>
 
716
       <property name="icon">
 
717
        <iconset resource="brewtarget.qrc">
 
718
         <normaloff>:/images/smallPlus.png</normaloff>:/images/smallPlus.png</iconset>
 
719
       </property>
 
720
      </widget>
 
721
     </item>
 
722
     <item>
 
723
      <widget class="QPushButton" name="pushButton_save">
 
724
       <property name="toolTip">
 
725
        <string>Save</string>
 
726
       </property>
 
727
       <property name="text">
 
728
        <string/>
 
729
       </property>
 
730
       <property name="icon">
 
731
        <iconset resource="brewtarget.qrc">
 
732
         <normaloff>:/images/filesave.png</normaloff>:/images/filesave.png</iconset>
 
733
       </property>
 
734
      </widget>
 
735
     </item>
 
736
     <item>
 
737
      <widget class="QPushButton" name="pushButton_cancel">
 
738
       <property name="toolTip">
 
739
        <string>Cancel</string>
 
740
       </property>
 
741
       <property name="text">
 
742
        <string/>
 
743
       </property>
 
744
       <property name="icon">
 
745
        <iconset resource="brewtarget.qrc">
 
746
         <normaloff>:/images/exit.png</normaloff>:/images/exit.png</iconset>
 
747
       </property>
 
748
      </widget>
 
749
     </item>
 
750
    </layout>
 
751
   </item>
 
752
  </layout>
 
753
 </widget>
 
754
 <customwidgets>
 
755
  <customwidget>
 
756
   <class>EquipmentComboBox</class>
 
757
   <extends>QComboBox</extends>
 
758
   <header>EquipmentComboBox.h</header>
 
759
  </customwidget>
 
760
 </customwidgets>
 
761
 <resources>
 
762
  <include location="brewtarget.qrc"/>
 
763
 </resources>
 
764
 <connections/>
 
765
</ui>