~scottydelicious666/brewtarget/brewtarget

« back to all changes in this revision

Viewing changes to ui/yeastEditor.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
<ui version="4.0" >
 
2
 <class>yeastEditor</class>
 
3
 <widget class="QDialog" name="yeastEditor" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>466</width>
 
9
    <height>397</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>Yeast Editor</string>
 
14
  </property>
 
15
  <layout class="QHBoxLayout" name="horizontalLayout_15" >
 
16
   <item>
 
17
    <layout class="QVBoxLayout" name="verticalLayout_2" >
 
18
     <property name="spacing" >
 
19
      <number>0</number>
 
20
     </property>
 
21
     <item>
 
22
      <widget class="QGroupBox" name="groupBox" >
 
23
       <property name="title" >
 
24
        <string>Required Fields</string>
 
25
       </property>
 
26
       <layout class="QVBoxLayout" name="verticalLayout" >
 
27
        <property name="spacing" >
 
28
         <number>0</number>
 
29
        </property>
 
30
        <property name="margin" >
 
31
         <number>2</number>
 
32
        </property>
 
33
        <item>
 
34
         <layout class="QHBoxLayout" name="horizontalLayout_4" >
 
35
          <item>
 
36
           <widget class="QLabel" name="label" >
 
37
            <property name="text" >
 
38
             <string>Name</string>
 
39
            </property>
 
40
           </widget>
 
41
          </item>
 
42
          <item>
 
43
           <widget class="QLineEdit" name="lineEdit_name" >
 
44
            <property name="sizePolicy" >
 
45
             <sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
 
46
              <horstretch>0</horstretch>
 
47
              <verstretch>0</verstretch>
 
48
             </sizepolicy>
 
49
            </property>
 
50
            <property name="maximumSize" >
 
51
             <size>
 
52
              <width>100</width>
 
53
              <height>16777215</height>
 
54
             </size>
 
55
            </property>
 
56
           </widget>
 
57
          </item>
 
58
         </layout>
 
59
        </item>
 
60
        <item>
 
61
         <layout class="QHBoxLayout" name="horizontalLayout_3" >
 
62
          <item>
 
63
           <widget class="QLabel" name="label_2" >
 
64
            <property name="sizePolicy" >
 
65
             <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
 
66
              <horstretch>0</horstretch>
 
67
              <verstretch>0</verstretch>
 
68
             </sizepolicy>
 
69
            </property>
 
70
            <property name="text" >
 
71
             <string>Type</string>
 
72
            </property>
 
73
           </widget>
 
74
          </item>
 
75
          <item>
 
76
           <widget class="QComboBox" name="comboBox_type" >
 
77
            <item>
 
78
             <property name="text" >
 
79
              <string>Ale</string>
 
80
             </property>
 
81
            </item>
 
82
            <item>
 
83
             <property name="text" >
 
84
              <string>Lager</string>
 
85
             </property>
 
86
            </item>
 
87
            <item>
 
88
             <property name="text" >
 
89
              <string>Wheat</string>
 
90
             </property>
 
91
            </item>
 
92
            <item>
 
93
             <property name="text" >
 
94
              <string>Wine</string>
 
95
             </property>
 
96
            </item>
 
97
            <item>
 
98
             <property name="text" >
 
99
              <string>Champagne</string>
 
100
             </property>
 
101
            </item>
 
102
           </widget>
 
103
          </item>
 
104
         </layout>
 
105
        </item>
 
106
        <item>
 
107
         <layout class="QHBoxLayout" name="horizontalLayout_2" >
 
108
          <item>
 
109
           <widget class="QLabel" name="label_3" >
 
110
            <property name="sizePolicy" >
 
111
             <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
 
112
              <horstretch>0</horstretch>
 
113
              <verstretch>0</verstretch>
 
114
             </sizepolicy>
 
115
            </property>
 
116
            <property name="text" >
 
117
             <string>Form</string>
 
118
            </property>
 
119
           </widget>
 
120
          </item>
 
121
          <item>
 
122
           <widget class="QComboBox" name="comboBox_form" >
 
123
            <item>
 
124
             <property name="text" >
 
125
              <string>Liquid</string>
 
126
             </property>
 
127
            </item>
 
128
            <item>
 
129
             <property name="text" >
 
130
              <string>Dry</string>
 
131
             </property>
 
132
            </item>
 
133
            <item>
 
134
             <property name="text" >
 
135
              <string>Slant</string>
 
136
             </property>
 
137
            </item>
 
138
            <item>
 
139
             <property name="text" >
 
140
              <string>Culture</string>
 
141
             </property>
 
142
            </item>
 
143
           </widget>
 
144
          </item>
 
145
         </layout>
 
146
        </item>
 
147
        <item>
 
148
         <layout class="QHBoxLayout" name="horizontalLayout" >
 
149
          <item>
 
150
           <widget class="QLabel" name="label_4" >
 
151
            <property name="text" >
 
152
             <string>Amount</string>
 
153
            </property>
 
154
           </widget>
 
155
          </item>
 
156
          <item>
 
157
           <widget class="QLineEdit" name="lineEdit_amount" >
 
158
            <property name="sizePolicy" >
 
159
             <sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
 
160
              <horstretch>0</horstretch>
 
161
              <verstretch>0</verstretch>
 
162
             </sizepolicy>
 
163
            </property>
 
164
            <property name="maximumSize" >
 
165
             <size>
 
166
              <width>100</width>
 
167
              <height>16777215</height>
 
168
             </size>
 
169
            </property>
 
170
           </widget>
 
171
          </item>
 
172
         </layout>
 
173
        </item>
 
174
        <item>
 
175
         <layout class="QHBoxLayout" name="horizontalLayout_5" >
 
176
          <item>
 
177
           <widget class="QLabel" name="label_5" >
 
178
            <property name="sizePolicy" >
 
179
             <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
 
180
              <horstretch>0</horstretch>
 
181
              <verstretch>0</verstretch>
 
182
             </sizepolicy>
 
183
            </property>
 
184
            <property name="toolTip" >
 
185
             <string>Check it if the amount given is in kg instead of L.</string>
 
186
            </property>
 
187
            <property name="text" >
 
188
             <string>Amount is weight?</string>
 
189
            </property>
 
190
           </widget>
 
191
          </item>
 
192
          <item>
 
193
           <widget class="QCheckBox" name="checkBox_amountIsWeight" >
 
194
            <property name="sizePolicy" >
 
195
             <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
 
196
              <horstretch>0</horstretch>
 
197
              <verstretch>0</verstretch>
 
198
             </sizepolicy>
 
199
            </property>
 
200
            <property name="text" >
 
201
             <string/>
 
202
            </property>
 
203
           </widget>
 
204
          </item>
 
205
         </layout>
 
206
        </item>
 
207
       </layout>
 
208
      </widget>
 
209
     </item>
 
210
     <item>
 
211
      <spacer name="verticalSpacer_3" >
 
212
       <property name="orientation" >
 
213
        <enum>Qt::Vertical</enum>
 
214
       </property>
 
215
       <property name="sizeType" >
 
216
        <enum>QSizePolicy::Preferred</enum>
 
217
       </property>
 
218
       <property name="sizeHint" stdset="0" >
 
219
        <size>
 
220
         <width>20</width>
 
221
         <height>10</height>
 
222
        </size>
 
223
       </property>
 
224
      </spacer>
 
225
     </item>
 
226
     <item>
 
227
      <layout class="QHBoxLayout" name="horizontalLayout_7" >
 
228
       <item>
 
229
        <widget class="QLabel" name="label_6" >
 
230
         <property name="text" >
 
231
          <string>Lab</string>
 
232
         </property>
 
233
        </widget>
 
234
       </item>
 
235
       <item>
 
236
        <widget class="QLineEdit" name="lineEdit_laboratory" >
 
237
         <property name="sizePolicy" >
 
238
          <sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
 
239
           <horstretch>0</horstretch>
 
240
           <verstretch>0</verstretch>
 
241
          </sizepolicy>
 
242
         </property>
 
243
         <property name="maximumSize" >
 
244
          <size>
 
245
           <width>100</width>
 
246
           <height>16777215</height>
 
247
          </size>
 
248
         </property>
 
249
        </widget>
 
250
       </item>
 
251
      </layout>
 
252
     </item>
 
253
     <item>
 
254
      <layout class="QHBoxLayout" name="horizontalLayout_6" >
 
255
       <item>
 
256
        <widget class="QLabel" name="label_7" >
 
257
         <property name="text" >
 
258
          <string>Product ID</string>
 
259
         </property>
 
260
        </widget>
 
261
       </item>
 
262
       <item>
 
263
        <widget class="QLineEdit" name="lineEdit_productID" >
 
264
         <property name="sizePolicy" >
 
265
          <sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
 
266
           <horstretch>0</horstretch>
 
267
           <verstretch>0</verstretch>
 
268
          </sizepolicy>
 
269
         </property>
 
270
         <property name="maximumSize" >
 
271
          <size>
 
272
           <width>100</width>
 
273
           <height>16777215</height>
 
274
          </size>
 
275
         </property>
 
276
        </widget>
 
277
       </item>
 
278
      </layout>
 
279
     </item>
 
280
     <item>
 
281
      <layout class="QHBoxLayout" name="horizontalLayout_8" >
 
282
       <item>
 
283
        <widget class="QLabel" name="label_8" >
 
284
         <property name="text" >
 
285
          <string>Min Temp</string>
 
286
         </property>
 
287
        </widget>
 
288
       </item>
 
289
       <item>
 
290
        <widget class="QLineEdit" name="lineEdit_minTemperature" >
 
291
         <property name="sizePolicy" >
 
292
          <sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
 
293
           <horstretch>0</horstretch>
 
294
           <verstretch>0</verstretch>
 
295
          </sizepolicy>
 
296
         </property>
 
297
         <property name="maximumSize" >
 
298
          <size>
 
299
           <width>100</width>
 
300
           <height>16777215</height>
 
301
          </size>
 
302
         </property>
 
303
        </widget>
 
304
       </item>
 
305
      </layout>
 
306
     </item>
 
307
     <item>
 
308
      <layout class="QHBoxLayout" name="horizontalLayout_9" >
 
309
       <item>
 
310
        <widget class="QLabel" name="label_9" >
 
311
         <property name="text" >
 
312
          <string>Max Temp</string>
 
313
         </property>
 
314
        </widget>
 
315
       </item>
 
316
       <item>
 
317
        <widget class="QLineEdit" name="lineEdit_maxTemperature" >
 
318
         <property name="sizePolicy" >
 
319
          <sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
 
320
           <horstretch>0</horstretch>
 
321
           <verstretch>0</verstretch>
 
322
          </sizepolicy>
 
323
         </property>
 
324
         <property name="maximumSize" >
 
325
          <size>
 
326
           <width>100</width>
 
327
           <height>16777215</height>
 
328
          </size>
 
329
         </property>
 
330
        </widget>
 
331
       </item>
 
332
      </layout>
 
333
     </item>
 
334
     <item>
 
335
      <spacer name="verticalSpacer_2" >
 
336
       <property name="orientation" >
 
337
        <enum>Qt::Vertical</enum>
 
338
       </property>
 
339
       <property name="sizeHint" stdset="0" >
 
340
        <size>
 
341
         <width>20</width>
 
342
         <height>40</height>
 
343
        </size>
 
344
       </property>
 
345
      </spacer>
 
346
     </item>
 
347
    </layout>
 
348
   </item>
 
349
   <item>
 
350
    <layout class="QVBoxLayout" name="verticalLayout_3" >
 
351
     <property name="spacing" >
 
352
      <number>0</number>
 
353
     </property>
 
354
     <item>
 
355
      <layout class="QHBoxLayout" name="horizontalLayout_10" >
 
356
       <item>
 
357
        <widget class="QLabel" name="label_10" >
 
358
         <property name="sizePolicy" >
 
359
          <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
 
360
           <horstretch>0</horstretch>
 
361
           <verstretch>0</verstretch>
 
362
          </sizepolicy>
 
363
         </property>
 
364
         <property name="text" >
 
365
          <string>Flocculation</string>
 
366
         </property>
 
367
        </widget>
 
368
       </item>
 
369
       <item>
 
370
        <widget class="QComboBox" name="comboBox_flocculation" >
 
371
         <item>
 
372
          <property name="text" >
 
373
           <string>Low</string>
 
374
          </property>
 
375
         </item>
 
376
         <item>
 
377
          <property name="text" >
 
378
           <string>Medium</string>
 
379
          </property>
 
380
         </item>
 
381
         <item>
 
382
          <property name="text" >
 
383
           <string>High</string>
 
384
          </property>
 
385
         </item>
 
386
         <item>
 
387
          <property name="text" >
 
388
           <string>Very High</string>
 
389
          </property>
 
390
         </item>
 
391
        </widget>
 
392
       </item>
 
393
      </layout>
 
394
     </item>
 
395
     <item>
 
396
      <layout class="QHBoxLayout" name="horizontalLayout_11" >
 
397
       <item>
 
398
        <widget class="QLabel" name="label_11" >
 
399
         <property name="text" >
 
400
          <string>Attenuation (%)</string>
 
401
         </property>
 
402
        </widget>
 
403
       </item>
 
404
       <item>
 
405
        <widget class="QLineEdit" name="lineEdit_attenuation" >
 
406
         <property name="sizePolicy" >
 
407
          <sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
 
408
           <horstretch>0</horstretch>
 
409
           <verstretch>0</verstretch>
 
410
          </sizepolicy>
 
411
         </property>
 
412
         <property name="maximumSize" >
 
413
          <size>
 
414
           <width>100</width>
 
415
           <height>16777215</height>
 
416
          </size>
 
417
         </property>
 
418
        </widget>
 
419
       </item>
 
420
      </layout>
 
421
     </item>
 
422
     <item>
 
423
      <layout class="QHBoxLayout" name="horizontalLayout_12" >
 
424
       <item>
 
425
        <widget class="QLabel" name="label_12" >
 
426
         <property name="text" >
 
427
          <string>Times Recultured</string>
 
428
         </property>
 
429
        </widget>
 
430
       </item>
 
431
       <item>
 
432
        <widget class="QLineEdit" name="lineEdit_timesCultured" >
 
433
         <property name="sizePolicy" >
 
434
          <sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
 
435
           <horstretch>0</horstretch>
 
436
           <verstretch>0</verstretch>
 
437
          </sizepolicy>
 
438
         </property>
 
439
         <property name="maximumSize" >
 
440
          <size>
 
441
           <width>100</width>
 
442
           <height>16777215</height>
 
443
          </size>
 
444
         </property>
 
445
        </widget>
 
446
       </item>
 
447
      </layout>
 
448
     </item>
 
449
     <item>
 
450
      <layout class="QHBoxLayout" name="horizontalLayout_13" >
 
451
       <item>
 
452
        <widget class="QLabel" name="label_13" >
 
453
         <property name="text" >
 
454
          <string>Max Recultures</string>
 
455
         </property>
 
456
        </widget>
 
457
       </item>
 
458
       <item>
 
459
        <widget class="QLineEdit" name="lineEdit_maxReuse" >
 
460
         <property name="sizePolicy" >
 
461
          <sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
 
462
           <horstretch>0</horstretch>
 
463
           <verstretch>0</verstretch>
 
464
          </sizepolicy>
 
465
         </property>
 
466
         <property name="maximumSize" >
 
467
          <size>
 
468
           <width>100</width>
 
469
           <height>16777215</height>
 
470
          </size>
 
471
         </property>
 
472
        </widget>
 
473
       </item>
 
474
      </layout>
 
475
     </item>
 
476
     <item>
 
477
      <layout class="QHBoxLayout" name="horizontalLayout_14" >
 
478
       <item>
 
479
        <widget class="QLabel" name="label_14" >
 
480
         <property name="sizePolicy" >
 
481
          <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
 
482
           <horstretch>0</horstretch>
 
483
           <verstretch>0</verstretch>
 
484
          </sizepolicy>
 
485
         </property>
 
486
         <property name="text" >
 
487
          <string>Add to Secondary</string>
 
488
         </property>
 
489
        </widget>
 
490
       </item>
 
491
       <item>
 
492
        <widget class="QCheckBox" name="checkBox_addToSecondary" >
 
493
         <property name="sizePolicy" >
 
494
          <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
 
495
           <horstretch>0</horstretch>
 
496
           <verstretch>0</verstretch>
 
497
          </sizepolicy>
 
498
         </property>
 
499
         <property name="text" >
 
500
          <string/>
 
501
         </property>
 
502
        </widget>
 
503
       </item>
 
504
      </layout>
 
505
     </item>
 
506
     <item>
 
507
      <widget class="QLabel" name="label_15" >
 
508
       <property name="text" >
 
509
        <string>Best For:</string>
 
510
       </property>
 
511
      </widget>
 
512
     </item>
 
513
     <item>
 
514
      <widget class="QTextEdit" name="textEdit_bestFor" >
 
515
       <property name="sizePolicy" >
 
516
        <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
 
517
         <horstretch>0</horstretch>
 
518
         <verstretch>0</verstretch>
 
519
        </sizepolicy>
 
520
       </property>
 
521
       <property name="maximumSize" >
 
522
        <size>
 
523
         <width>1000</width>
 
524
         <height>100</height>
 
525
        </size>
 
526
       </property>
 
527
      </widget>
 
528
     </item>
 
529
     <item>
 
530
      <widget class="QLabel" name="label_16" >
 
531
       <property name="text" >
 
532
        <string>Notes:</string>
 
533
       </property>
 
534
      </widget>
 
535
     </item>
 
536
     <item>
 
537
      <widget class="QTextEdit" name="textEdit_notes" >
 
538
       <property name="sizePolicy" >
 
539
        <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
 
540
         <horstretch>0</horstretch>
 
541
         <verstretch>0</verstretch>
 
542
        </sizepolicy>
 
543
       </property>
 
544
       <property name="maximumSize" >
 
545
        <size>
 
546
         <width>1000</width>
 
547
         <height>100</height>
 
548
        </size>
 
549
       </property>
 
550
      </widget>
 
551
     </item>
 
552
     <item>
 
553
      <spacer name="verticalSpacer" >
 
554
       <property name="orientation" >
 
555
        <enum>Qt::Vertical</enum>
 
556
       </property>
 
557
       <property name="sizeType" >
 
558
        <enum>QSizePolicy::MinimumExpanding</enum>
 
559
       </property>
 
560
       <property name="sizeHint" stdset="0" >
 
561
        <size>
 
562
         <width>20</width>
 
563
         <height>20</height>
 
564
        </size>
 
565
       </property>
 
566
      </spacer>
 
567
     </item>
 
568
     <item>
 
569
      <widget class="QDialogButtonBox" name="buttonBox" >
 
570
       <property name="orientation" >
 
571
        <enum>Qt::Horizontal</enum>
 
572
       </property>
 
573
       <property name="standardButtons" >
 
574
        <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 
575
       </property>
 
576
      </widget>
 
577
     </item>
 
578
    </layout>
 
579
   </item>
 
580
  </layout>
 
581
 </widget>
 
582
 <resources/>
 
583
 <connections>
 
584
  <connection>
 
585
   <sender>buttonBox</sender>
 
586
   <signal>accepted()</signal>
 
587
   <receiver>yeastEditor</receiver>
 
588
   <slot>accept()</slot>
 
589
   <hints>
 
590
    <hint type="sourcelabel" >
 
591
     <x>248</x>
 
592
     <y>254</y>
 
593
    </hint>
 
594
    <hint type="destinationlabel" >
 
595
     <x>157</x>
 
596
     <y>274</y>
 
597
    </hint>
 
598
   </hints>
 
599
  </connection>
 
600
  <connection>
 
601
   <sender>buttonBox</sender>
 
602
   <signal>rejected()</signal>
 
603
   <receiver>yeastEditor</receiver>
 
604
   <slot>reject()</slot>
 
605
   <hints>
 
606
    <hint type="sourcelabel" >
 
607
     <x>316</x>
 
608
     <y>260</y>
 
609
    </hint>
 
610
    <hint type="destinationlabel" >
 
611
     <x>286</x>
 
612
     <y>274</y>
 
613
    </hint>
 
614
   </hints>
 
615
  </connection>
 
616
 </connections>
 
617
</ui>