~scottydelicious666/brewtarget/brewtarget

« back to all changes in this revision

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