~scottydelicious666/brewtarget/brewtarget

« back to all changes in this revision

Viewing changes to ui/styleEditor.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>styleEditor</class>
 
4
 <widget class="QDialog" name="styleEditor">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>518</width>
 
10
    <height>639</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Style Editor</string>
 
15
  </property>
 
16
  <layout class="QVBoxLayout" name="verticalLayout_7">
 
17
   <item>
 
18
    <layout class="QHBoxLayout" name="horizontalLayout">
 
19
     <item>
 
20
      <widget class="QLabel" name="label">
 
21
       <property name="text">
 
22
        <string>Style</string>
 
23
       </property>
 
24
      </widget>
 
25
     </item>
 
26
     <item>
 
27
      <widget class="StyleComboBox" name="styleComboBox">
 
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>100</width>
 
37
         <height>0</height>
 
38
        </size>
 
39
       </property>
 
40
      </widget>
 
41
     </item>
 
42
     <item>
 
43
      <widget class="QPushButton" name="pushButton_remove">
 
44
       <property name="toolTip">
 
45
        <string>Delete</string>
 
46
       </property>
 
47
       <property name="text">
 
48
        <string/>
 
49
       </property>
 
50
       <property name="icon">
 
51
        <iconset resource="brewtarget.qrc">
 
52
         <normaloff>:/images/smallMinus.png</normaloff>:/images/smallMinus.png</iconset>
 
53
       </property>
 
54
      </widget>
 
55
     </item>
 
56
     <item>
 
57
      <spacer name="horizontalSpacer">
 
58
       <property name="orientation">
 
59
        <enum>Qt::Horizontal</enum>
 
60
       </property>
 
61
       <property name="sizeHint" stdset="0">
 
62
        <size>
 
63
         <width>40</width>
 
64
         <height>20</height>
 
65
        </size>
 
66
       </property>
 
67
      </spacer>
 
68
     </item>
 
69
    </layout>
 
70
   </item>
 
71
   <item>
 
72
    <layout class="QHBoxLayout" name="horizontalLayout_21">
 
73
     <item>
 
74
      <layout class="QVBoxLayout" name="verticalLayout_6">
 
75
       <property name="spacing">
 
76
        <number>1</number>
 
77
       </property>
 
78
       <item>
 
79
        <layout class="QHBoxLayout" name="horizontalLayout_19">
 
80
         <item>
 
81
          <widget class="QLabel" name="label_2">
 
82
           <property name="sizePolicy">
 
83
            <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
84
             <horstretch>0</horstretch>
 
85
             <verstretch>0</verstretch>
 
86
            </sizepolicy>
 
87
           </property>
 
88
           <property name="text">
 
89
            <string>Name</string>
 
90
           </property>
 
91
          </widget>
 
92
         </item>
 
93
         <item>
 
94
          <widget class="QLineEdit" name="lineEdit_name">
 
95
           <property name="sizePolicy">
 
96
            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
97
             <horstretch>100</horstretch>
 
98
             <verstretch>0</verstretch>
 
99
            </sizepolicy>
 
100
           </property>
 
101
           <property name="minimumSize">
 
102
            <size>
 
103
             <width>100</width>
 
104
             <height>0</height>
 
105
            </size>
 
106
           </property>
 
107
           <property name="maximumSize">
 
108
            <size>
 
109
             <width>100</width>
 
110
             <height>16777215</height>
 
111
            </size>
 
112
           </property>
 
113
          </widget>
 
114
         </item>
 
115
        </layout>
 
116
       </item>
 
117
       <item>
 
118
        <layout class="QHBoxLayout" name="horizontalLayout_18">
 
119
         <item>
 
120
          <widget class="QLabel" name="label_3">
 
121
           <property name="sizePolicy">
 
122
            <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
123
             <horstretch>0</horstretch>
 
124
             <verstretch>0</verstretch>
 
125
            </sizepolicy>
 
126
           </property>
 
127
           <property name="text">
 
128
            <string>Category</string>
 
129
           </property>
 
130
          </widget>
 
131
         </item>
 
132
         <item>
 
133
          <widget class="QLineEdit" name="lineEdit_category">
 
134
           <property name="sizePolicy">
 
135
            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
136
             <horstretch>100</horstretch>
 
137
             <verstretch>0</verstretch>
 
138
            </sizepolicy>
 
139
           </property>
 
140
           <property name="minimumSize">
 
141
            <size>
 
142
             <width>100</width>
 
143
             <height>0</height>
 
144
            </size>
 
145
           </property>
 
146
           <property name="maximumSize">
 
147
            <size>
 
148
             <width>100</width>
 
149
             <height>16777215</height>
 
150
            </size>
 
151
           </property>
 
152
          </widget>
 
153
         </item>
 
154
        </layout>
 
155
       </item>
 
156
       <item>
 
157
        <layout class="QHBoxLayout" name="horizontalLayout_17">
 
158
         <item>
 
159
          <widget class="QLabel" name="label_4">
 
160
           <property name="sizePolicy">
 
161
            <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
162
             <horstretch>0</horstretch>
 
163
             <verstretch>0</verstretch>
 
164
            </sizepolicy>
 
165
           </property>
 
166
           <property name="text">
 
167
            <string>Category number</string>
 
168
           </property>
 
169
          </widget>
 
170
         </item>
 
171
         <item>
 
172
          <widget class="QLineEdit" name="lineEdit_categoryNumber">
 
173
           <property name="sizePolicy">
 
174
            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
175
             <horstretch>100</horstretch>
 
176
             <verstretch>0</verstretch>
 
177
            </sizepolicy>
 
178
           </property>
 
179
           <property name="minimumSize">
 
180
            <size>
 
181
             <width>100</width>
 
182
             <height>0</height>
 
183
            </size>
 
184
           </property>
 
185
           <property name="maximumSize">
 
186
            <size>
 
187
             <width>100</width>
 
188
             <height>16777215</height>
 
189
            </size>
 
190
           </property>
 
191
          </widget>
 
192
         </item>
 
193
        </layout>
 
194
       </item>
 
195
       <item>
 
196
        <layout class="QHBoxLayout" name="horizontalLayout_16">
 
197
         <item>
 
198
          <widget class="QLabel" name="label_5">
 
199
           <property name="sizePolicy">
 
200
            <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
201
             <horstretch>0</horstretch>
 
202
             <verstretch>0</verstretch>
 
203
            </sizepolicy>
 
204
           </property>
 
205
           <property name="text">
 
206
            <string>Style letter</string>
 
207
           </property>
 
208
          </widget>
 
209
         </item>
 
210
         <item>
 
211
          <widget class="QLineEdit" name="lineEdit_styleLetter">
 
212
           <property name="sizePolicy">
 
213
            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
214
             <horstretch>100</horstretch>
 
215
             <verstretch>0</verstretch>
 
216
            </sizepolicy>
 
217
           </property>
 
218
           <property name="minimumSize">
 
219
            <size>
 
220
             <width>100</width>
 
221
             <height>0</height>
 
222
            </size>
 
223
           </property>
 
224
           <property name="maximumSize">
 
225
            <size>
 
226
             <width>100</width>
 
227
             <height>16777215</height>
 
228
            </size>
 
229
           </property>
 
230
          </widget>
 
231
         </item>
 
232
        </layout>
 
233
       </item>
 
234
       <item>
 
235
        <layout class="QHBoxLayout" name="horizontalLayout_15">
 
236
         <item>
 
237
          <widget class="QLabel" name="label_6">
 
238
           <property name="sizePolicy">
 
239
            <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
240
             <horstretch>0</horstretch>
 
241
             <verstretch>0</verstretch>
 
242
            </sizepolicy>
 
243
           </property>
 
244
           <property name="text">
 
245
            <string>Style guide</string>
 
246
           </property>
 
247
          </widget>
 
248
         </item>
 
249
         <item>
 
250
          <widget class="QLineEdit" name="lineEdit_styleGuide">
 
251
           <property name="sizePolicy">
 
252
            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
253
             <horstretch>100</horstretch>
 
254
             <verstretch>0</verstretch>
 
255
            </sizepolicy>
 
256
           </property>
 
257
           <property name="minimumSize">
 
258
            <size>
 
259
             <width>100</width>
 
260
             <height>0</height>
 
261
            </size>
 
262
           </property>
 
263
           <property name="maximumSize">
 
264
            <size>
 
265
             <width>100</width>
 
266
             <height>16777215</height>
 
267
            </size>
 
268
           </property>
 
269
          </widget>
 
270
         </item>
 
271
        </layout>
 
272
       </item>
 
273
       <item>
 
274
        <layout class="QHBoxLayout" name="horizontalLayout_14">
 
275
         <item>
 
276
          <widget class="QLabel" name="label_7">
 
277
           <property name="sizePolicy">
 
278
            <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
279
             <horstretch>0</horstretch>
 
280
             <verstretch>0</verstretch>
 
281
            </sizepolicy>
 
282
           </property>
 
283
           <property name="text">
 
284
            <string>Type</string>
 
285
           </property>
 
286
          </widget>
 
287
         </item>
 
288
         <item>
 
289
          <widget class="QComboBox" name="comboBox_type">
 
290
           <property name="sizePolicy">
 
291
            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
292
             <horstretch>100</horstretch>
 
293
             <verstretch>0</verstretch>
 
294
            </sizepolicy>
 
295
           </property>
 
296
           <property name="minimumSize">
 
297
            <size>
 
298
             <width>100</width>
 
299
             <height>0</height>
 
300
            </size>
 
301
           </property>
 
302
           <property name="maximumSize">
 
303
            <size>
 
304
             <width>100</width>
 
305
             <height>16777215</height>
 
306
            </size>
 
307
           </property>
 
308
           <item>
 
309
            <property name="text">
 
310
             <string>Lager</string>
 
311
            </property>
 
312
           </item>
 
313
           <item>
 
314
            <property name="text">
 
315
             <string>Ale</string>
 
316
            </property>
 
317
           </item>
 
318
           <item>
 
319
            <property name="text">
 
320
             <string>Mead</string>
 
321
            </property>
 
322
           </item>
 
323
           <item>
 
324
            <property name="text">
 
325
             <string>Wheat</string>
 
326
            </property>
 
327
           </item>
 
328
           <item>
 
329
            <property name="text">
 
330
             <string>Mixed</string>
 
331
            </property>
 
332
           </item>
 
333
           <item>
 
334
            <property name="text">
 
335
             <string>Cider</string>
 
336
            </property>
 
337
           </item>
 
338
          </widget>
 
339
         </item>
 
340
        </layout>
 
341
       </item>
 
342
       <item>
 
343
        <layout class="QHBoxLayout" name="horizontalLayout_13">
 
344
         <item>
 
345
          <widget class="QLabel" name="label_8">
 
346
           <property name="sizePolicy">
 
347
            <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
348
             <horstretch>0</horstretch>
 
349
             <verstretch>0</verstretch>
 
350
            </sizepolicy>
 
351
           </property>
 
352
           <property name="text">
 
353
            <string>Min OG</string>
 
354
           </property>
 
355
          </widget>
 
356
         </item>
 
357
         <item>
 
358
          <widget class="QLineEdit" name="lineEdit_ogMin">
 
359
           <property name="sizePolicy">
 
360
            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
361
             <horstretch>100</horstretch>
 
362
             <verstretch>0</verstretch>
 
363
            </sizepolicy>
 
364
           </property>
 
365
           <property name="minimumSize">
 
366
            <size>
 
367
             <width>100</width>
 
368
             <height>0</height>
 
369
            </size>
 
370
           </property>
 
371
           <property name="maximumSize">
 
372
            <size>
 
373
             <width>100</width>
 
374
             <height>16777215</height>
 
375
            </size>
 
376
           </property>
 
377
          </widget>
 
378
         </item>
 
379
        </layout>
 
380
       </item>
 
381
       <item>
 
382
        <layout class="QHBoxLayout" name="horizontalLayout_12">
 
383
         <item>
 
384
          <widget class="QLabel" name="label_9">
 
385
           <property name="sizePolicy">
 
386
            <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
387
             <horstretch>0</horstretch>
 
388
             <verstretch>0</verstretch>
 
389
            </sizepolicy>
 
390
           </property>
 
391
           <property name="text">
 
392
            <string>Max OG</string>
 
393
           </property>
 
394
          </widget>
 
395
         </item>
 
396
         <item>
 
397
          <widget class="QLineEdit" name="lineEdit_ogMax">
 
398
           <property name="sizePolicy">
 
399
            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
400
             <horstretch>100</horstretch>
 
401
             <verstretch>0</verstretch>
 
402
            </sizepolicy>
 
403
           </property>
 
404
           <property name="minimumSize">
 
405
            <size>
 
406
             <width>100</width>
 
407
             <height>0</height>
 
408
            </size>
 
409
           </property>
 
410
           <property name="maximumSize">
 
411
            <size>
 
412
             <width>100</width>
 
413
             <height>16777215</height>
 
414
            </size>
 
415
           </property>
 
416
          </widget>
 
417
         </item>
 
418
        </layout>
 
419
       </item>
 
420
       <item>
 
421
        <layout class="QHBoxLayout" name="horizontalLayout_11">
 
422
         <item>
 
423
          <widget class="QLabel" name="label_10">
 
424
           <property name="sizePolicy">
 
425
            <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
426
             <horstretch>0</horstretch>
 
427
             <verstretch>0</verstretch>
 
428
            </sizepolicy>
 
429
           </property>
 
430
           <property name="text">
 
431
            <string>Min FG</string>
 
432
           </property>
 
433
          </widget>
 
434
         </item>
 
435
         <item>
 
436
          <widget class="QLineEdit" name="lineEdit_fgMin">
 
437
           <property name="sizePolicy">
 
438
            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
439
             <horstretch>100</horstretch>
 
440
             <verstretch>0</verstretch>
 
441
            </sizepolicy>
 
442
           </property>
 
443
           <property name="minimumSize">
 
444
            <size>
 
445
             <width>100</width>
 
446
             <height>0</height>
 
447
            </size>
 
448
           </property>
 
449
           <property name="maximumSize">
 
450
            <size>
 
451
             <width>100</width>
 
452
             <height>16777215</height>
 
453
            </size>
 
454
           </property>
 
455
          </widget>
 
456
         </item>
 
457
        </layout>
 
458
       </item>
 
459
       <item>
 
460
        <layout class="QHBoxLayout" name="horizontalLayout_10">
 
461
         <item>
 
462
          <widget class="QLabel" name="label_11">
 
463
           <property name="sizePolicy">
 
464
            <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
465
             <horstretch>0</horstretch>
 
466
             <verstretch>0</verstretch>
 
467
            </sizepolicy>
 
468
           </property>
 
469
           <property name="text">
 
470
            <string>Max FG</string>
 
471
           </property>
 
472
          </widget>
 
473
         </item>
 
474
         <item>
 
475
          <widget class="QLineEdit" name="lineEdit_fgMax">
 
476
           <property name="sizePolicy">
 
477
            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
478
             <horstretch>100</horstretch>
 
479
             <verstretch>0</verstretch>
 
480
            </sizepolicy>
 
481
           </property>
 
482
           <property name="minimumSize">
 
483
            <size>
 
484
             <width>100</width>
 
485
             <height>0</height>
 
486
            </size>
 
487
           </property>
 
488
           <property name="maximumSize">
 
489
            <size>
 
490
             <width>100</width>
 
491
             <height>16777215</height>
 
492
            </size>
 
493
           </property>
 
494
          </widget>
 
495
         </item>
 
496
        </layout>
 
497
       </item>
 
498
       <item>
 
499
        <layout class="QHBoxLayout" name="horizontalLayout_9">
 
500
         <item>
 
501
          <widget class="QLabel" name="label_12">
 
502
           <property name="sizePolicy">
 
503
            <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
504
             <horstretch>0</horstretch>
 
505
             <verstretch>0</verstretch>
 
506
            </sizepolicy>
 
507
           </property>
 
508
           <property name="text">
 
509
            <string>Min IBUs</string>
 
510
           </property>
 
511
          </widget>
 
512
         </item>
 
513
         <item>
 
514
          <widget class="QLineEdit" name="lineEdit_ibuMin">
 
515
           <property name="sizePolicy">
 
516
            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
517
             <horstretch>100</horstretch>
 
518
             <verstretch>0</verstretch>
 
519
            </sizepolicy>
 
520
           </property>
 
521
           <property name="minimumSize">
 
522
            <size>
 
523
             <width>100</width>
 
524
             <height>0</height>
 
525
            </size>
 
526
           </property>
 
527
           <property name="maximumSize">
 
528
            <size>
 
529
             <width>100</width>
 
530
             <height>16777215</height>
 
531
            </size>
 
532
           </property>
 
533
          </widget>
 
534
         </item>
 
535
        </layout>
 
536
       </item>
 
537
       <item>
 
538
        <layout class="QHBoxLayout" name="horizontalLayout_8">
 
539
         <item>
 
540
          <widget class="QLabel" name="label_13">
 
541
           <property name="sizePolicy">
 
542
            <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
543
             <horstretch>0</horstretch>
 
544
             <verstretch>0</verstretch>
 
545
            </sizepolicy>
 
546
           </property>
 
547
           <property name="text">
 
548
            <string>Max IBUs</string>
 
549
           </property>
 
550
          </widget>
 
551
         </item>
 
552
         <item>
 
553
          <widget class="QLineEdit" name="lineEdit_ibuMax">
 
554
           <property name="sizePolicy">
 
555
            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
556
             <horstretch>100</horstretch>
 
557
             <verstretch>0</verstretch>
 
558
            </sizepolicy>
 
559
           </property>
 
560
           <property name="minimumSize">
 
561
            <size>
 
562
             <width>100</width>
 
563
             <height>0</height>
 
564
            </size>
 
565
           </property>
 
566
           <property name="maximumSize">
 
567
            <size>
 
568
             <width>100</width>
 
569
             <height>16777215</height>
 
570
            </size>
 
571
           </property>
 
572
          </widget>
 
573
         </item>
 
574
        </layout>
 
575
       </item>
 
576
       <item>
 
577
        <layout class="QHBoxLayout" name="horizontalLayout_7">
 
578
         <item>
 
579
          <widget class="QLabel" name="label_14">
 
580
           <property name="sizePolicy">
 
581
            <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
582
             <horstretch>0</horstretch>
 
583
             <verstretch>0</verstretch>
 
584
            </sizepolicy>
 
585
           </property>
 
586
           <property name="text">
 
587
            <string>Min color (SRM)</string>
 
588
           </property>
 
589
          </widget>
 
590
         </item>
 
591
         <item>
 
592
          <widget class="QLineEdit" name="lineEdit_colorMin">
 
593
           <property name="sizePolicy">
 
594
            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
595
             <horstretch>100</horstretch>
 
596
             <verstretch>0</verstretch>
 
597
            </sizepolicy>
 
598
           </property>
 
599
           <property name="minimumSize">
 
600
            <size>
 
601
             <width>100</width>
 
602
             <height>0</height>
 
603
            </size>
 
604
           </property>
 
605
           <property name="maximumSize">
 
606
            <size>
 
607
             <width>100</width>
 
608
             <height>16777215</height>
 
609
            </size>
 
610
           </property>
 
611
          </widget>
 
612
         </item>
 
613
        </layout>
 
614
       </item>
 
615
       <item>
 
616
        <layout class="QHBoxLayout" name="horizontalLayout_6">
 
617
         <item>
 
618
          <widget class="QLabel" name="label_15">
 
619
           <property name="sizePolicy">
 
620
            <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
621
             <horstretch>0</horstretch>
 
622
             <verstretch>0</verstretch>
 
623
            </sizepolicy>
 
624
           </property>
 
625
           <property name="text">
 
626
            <string>Max color (SRM)</string>
 
627
           </property>
 
628
          </widget>
 
629
         </item>
 
630
         <item>
 
631
          <widget class="QLineEdit" name="lineEdit_colorMax">
 
632
           <property name="sizePolicy">
 
633
            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
634
             <horstretch>100</horstretch>
 
635
             <verstretch>0</verstretch>
 
636
            </sizepolicy>
 
637
           </property>
 
638
           <property name="minimumSize">
 
639
            <size>
 
640
             <width>100</width>
 
641
             <height>0</height>
 
642
            </size>
 
643
           </property>
 
644
           <property name="maximumSize">
 
645
            <size>
 
646
             <width>100</width>
 
647
             <height>16777215</height>
 
648
            </size>
 
649
           </property>
 
650
          </widget>
 
651
         </item>
 
652
        </layout>
 
653
       </item>
 
654
       <item>
 
655
        <layout class="QHBoxLayout" name="horizontalLayout_5">
 
656
         <item>
 
657
          <widget class="QLabel" name="label_16">
 
658
           <property name="sizePolicy">
 
659
            <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
660
             <horstretch>0</horstretch>
 
661
             <verstretch>0</verstretch>
 
662
            </sizepolicy>
 
663
           </property>
 
664
           <property name="text">
 
665
            <string>Min carb (vols)</string>
 
666
           </property>
 
667
          </widget>
 
668
         </item>
 
669
         <item>
 
670
          <widget class="QLineEdit" name="lineEdit_carbMin">
 
671
           <property name="sizePolicy">
 
672
            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
673
             <horstretch>100</horstretch>
 
674
             <verstretch>0</verstretch>
 
675
            </sizepolicy>
 
676
           </property>
 
677
           <property name="minimumSize">
 
678
            <size>
 
679
             <width>100</width>
 
680
             <height>0</height>
 
681
            </size>
 
682
           </property>
 
683
           <property name="maximumSize">
 
684
            <size>
 
685
             <width>100</width>
 
686
             <height>16777215</height>
 
687
            </size>
 
688
           </property>
 
689
          </widget>
 
690
         </item>
 
691
        </layout>
 
692
       </item>
 
693
       <item>
 
694
        <layout class="QHBoxLayout" name="horizontalLayout_4">
 
695
         <item>
 
696
          <widget class="QLabel" name="label_17">
 
697
           <property name="sizePolicy">
 
698
            <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
699
             <horstretch>0</horstretch>
 
700
             <verstretch>0</verstretch>
 
701
            </sizepolicy>
 
702
           </property>
 
703
           <property name="text">
 
704
            <string>Max carb (vols)</string>
 
705
           </property>
 
706
          </widget>
 
707
         </item>
 
708
         <item>
 
709
          <widget class="QLineEdit" name="lineEdit_carbMax">
 
710
           <property name="sizePolicy">
 
711
            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
712
             <horstretch>100</horstretch>
 
713
             <verstretch>0</verstretch>
 
714
            </sizepolicy>
 
715
           </property>
 
716
           <property name="minimumSize">
 
717
            <size>
 
718
             <width>100</width>
 
719
             <height>0</height>
 
720
            </size>
 
721
           </property>
 
722
           <property name="maximumSize">
 
723
            <size>
 
724
             <width>100</width>
 
725
             <height>16777215</height>
 
726
            </size>
 
727
           </property>
 
728
          </widget>
 
729
         </item>
 
730
        </layout>
 
731
       </item>
 
732
      </layout>
 
733
     </item>
 
734
     <item>
 
735
      <layout class="QVBoxLayout" name="verticalLayout_5">
 
736
       <property name="spacing">
 
737
        <number>1</number>
 
738
       </property>
 
739
       <item>
 
740
        <layout class="QHBoxLayout" name="horizontalLayout_3">
 
741
         <item>
 
742
          <widget class="QLabel" name="label_18">
 
743
           <property name="sizePolicy">
 
744
            <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
745
             <horstretch>0</horstretch>
 
746
             <verstretch>0</verstretch>
 
747
            </sizepolicy>
 
748
           </property>
 
749
           <property name="text">
 
750
            <string>Min ABV (pct)</string>
 
751
           </property>
 
752
          </widget>
 
753
         </item>
 
754
         <item>
 
755
          <widget class="QLineEdit" name="lineEdit_abvMin">
 
756
           <property name="sizePolicy">
 
757
            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
758
             <horstretch>100</horstretch>
 
759
             <verstretch>0</verstretch>
 
760
            </sizepolicy>
 
761
           </property>
 
762
           <property name="minimumSize">
 
763
            <size>
 
764
             <width>100</width>
 
765
             <height>0</height>
 
766
            </size>
 
767
           </property>
 
768
           <property name="maximumSize">
 
769
            <size>
 
770
             <width>100</width>
 
771
             <height>16777215</height>
 
772
            </size>
 
773
           </property>
 
774
          </widget>
 
775
         </item>
 
776
        </layout>
 
777
       </item>
 
778
       <item>
 
779
        <layout class="QHBoxLayout" name="horizontalLayout_2">
 
780
         <item>
 
781
          <widget class="QLabel" name="label_19">
 
782
           <property name="sizePolicy">
 
783
            <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
784
             <horstretch>0</horstretch>
 
785
             <verstretch>0</verstretch>
 
786
            </sizepolicy>
 
787
           </property>
 
788
           <property name="text">
 
789
            <string>Max ABV (pct)</string>
 
790
           </property>
 
791
          </widget>
 
792
         </item>
 
793
         <item>
 
794
          <widget class="QLineEdit" name="lineEdit_abvMax">
 
795
           <property name="sizePolicy">
 
796
            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
797
             <horstretch>100</horstretch>
 
798
             <verstretch>0</verstretch>
 
799
            </sizepolicy>
 
800
           </property>
 
801
           <property name="minimumSize">
 
802
            <size>
 
803
             <width>100</width>
 
804
             <height>0</height>
 
805
            </size>
 
806
           </property>
 
807
           <property name="maximumSize">
 
808
            <size>
 
809
             <width>100</width>
 
810
             <height>16777215</height>
 
811
            </size>
 
812
           </property>
 
813
          </widget>
 
814
         </item>
 
815
        </layout>
 
816
       </item>
 
817
       <item>
 
818
        <widget class="QGroupBox" name="groupBox_2">
 
819
         <property name="maximumSize">
 
820
          <size>
 
821
           <width>16777215</width>
 
822
           <height>120</height>
 
823
          </size>
 
824
         </property>
 
825
         <property name="title">
 
826
          <string>Profile</string>
 
827
         </property>
 
828
         <layout class="QVBoxLayout" name="verticalLayout_2">
 
829
          <item>
 
830
           <widget class="QTextEdit" name="textEdit_profile">
 
831
            <property name="maximumSize">
 
832
             <size>
 
833
              <width>16777215</width>
 
834
              <height>16777215</height>
 
835
             </size>
 
836
            </property>
 
837
           </widget>
 
838
          </item>
 
839
         </layout>
 
840
        </widget>
 
841
       </item>
 
842
       <item>
 
843
        <widget class="QGroupBox" name="groupBox_3">
 
844
         <property name="maximumSize">
 
845
          <size>
 
846
           <width>16777215</width>
 
847
           <height>120</height>
 
848
          </size>
 
849
         </property>
 
850
         <property name="title">
 
851
          <string>Ingredients</string>
 
852
         </property>
 
853
         <layout class="QVBoxLayout" name="verticalLayout_3">
 
854
          <item>
 
855
           <widget class="QTextEdit" name="textEdit_ingredients"/>
 
856
          </item>
 
857
         </layout>
 
858
        </widget>
 
859
       </item>
 
860
       <item>
 
861
        <widget class="QGroupBox" name="groupBox_4">
 
862
         <property name="maximumSize">
 
863
          <size>
 
864
           <width>16777215</width>
 
865
           <height>120</height>
 
866
          </size>
 
867
         </property>
 
868
         <property name="title">
 
869
          <string>Examples</string>
 
870
         </property>
 
871
         <layout class="QVBoxLayout" name="verticalLayout_4">
 
872
          <item>
 
873
           <widget class="QTextEdit" name="textEdit_examples"/>
 
874
          </item>
 
875
         </layout>
 
876
        </widget>
 
877
       </item>
 
878
       <item>
 
879
        <widget class="QGroupBox" name="groupBox">
 
880
         <property name="maximumSize">
 
881
          <size>
 
882
           <width>16777215</width>
 
883
           <height>120</height>
 
884
          </size>
 
885
         </property>
 
886
         <property name="title">
 
887
          <string>Notes</string>
 
888
         </property>
 
889
         <layout class="QVBoxLayout" name="verticalLayout">
 
890
          <item>
 
891
           <widget class="QTextEdit" name="textEdit_notes"/>
 
892
          </item>
 
893
         </layout>
 
894
        </widget>
 
895
       </item>
 
896
      </layout>
 
897
     </item>
 
898
    </layout>
 
899
   </item>
 
900
   <item>
 
901
    <layout class="QHBoxLayout" name="horizontalLayout_20">
 
902
     <item>
 
903
      <spacer name="horizontalSpacer_2">
 
904
       <property name="orientation">
 
905
        <enum>Qt::Horizontal</enum>
 
906
       </property>
 
907
       <property name="sizeHint" stdset="0">
 
908
        <size>
 
909
         <width>40</width>
 
910
         <height>20</height>
 
911
        </size>
 
912
       </property>
 
913
      </spacer>
 
914
     </item>
 
915
     <item>
 
916
      <widget class="QPushButton" name="pushButton_new">
 
917
       <property name="toolTip">
 
918
        <string>New</string>
 
919
       </property>
 
920
       <property name="text">
 
921
        <string/>
 
922
       </property>
 
923
       <property name="icon">
 
924
        <iconset resource="brewtarget.qrc">
 
925
         <normaloff>:/images/smallPlus.png</normaloff>:/images/smallPlus.png</iconset>
 
926
       </property>
 
927
      </widget>
 
928
     </item>
 
929
     <item>
 
930
      <widget class="QPushButton" name="pushButton_save">
 
931
       <property name="toolTip">
 
932
        <string>Save</string>
 
933
       </property>
 
934
       <property name="text">
 
935
        <string/>
 
936
       </property>
 
937
       <property name="icon">
 
938
        <iconset resource="brewtarget.qrc">
 
939
         <normaloff>:/images/filesave.png</normaloff>:/images/filesave.png</iconset>
 
940
       </property>
 
941
      </widget>
 
942
     </item>
 
943
     <item>
 
944
      <widget class="QPushButton" name="pushButton_cancel">
 
945
       <property name="toolTip">
 
946
        <string>Cancel</string>
 
947
       </property>
 
948
       <property name="text">
 
949
        <string/>
 
950
       </property>
 
951
       <property name="icon">
 
952
        <iconset resource="brewtarget.qrc">
 
953
         <normaloff>:/images/exit.png</normaloff>:/images/exit.png</iconset>
 
954
       </property>
 
955
      </widget>
 
956
     </item>
 
957
    </layout>
 
958
   </item>
 
959
  </layout>
 
960
  <zorder></zorder>
 
961
 </widget>
 
962
 <customwidgets>
 
963
  <customwidget>
 
964
   <class>StyleComboBox</class>
 
965
   <extends>QComboBox</extends>
 
966
   <header>StyleComboBox.h</header>
 
967
  </customwidget>
 
968
 </customwidgets>
 
969
 <resources>
 
970
  <include location="brewtarget.qrc"/>
 
971
 </resources>
 
972
 <connections/>
 
973
</ui>