~scottydelicious666/brewtarget/brewtarget

« back to all changes in this revision

Viewing changes to mashStepEditor.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>mashStepEditor</class>
4
 
 <widget class="QDialog" name="mashStepEditor">
5
 
  <property name="geometry">
6
 
   <rect>
7
 
    <x>0</x>
8
 
    <y>0</y>
9
 
    <width>429</width>
10
 
    <height>182</height>
11
 
   </rect>
12
 
  </property>
13
 
  <property name="windowTitle">
14
 
   <string>Mash Step Editor</string>
15
 
  </property>
16
 
  <layout class="QHBoxLayout" name="horizontalLayout_8">
17
 
   <item>
18
 
    <layout class="QVBoxLayout" name="verticalLayout_2">
19
 
     <property name="spacing">
20
 
      <number>2</number>
21
 
     </property>
22
 
     <item>
23
 
      <layout class="QHBoxLayout" name="horizontalLayout_7">
24
 
       <item>
25
 
        <widget class="QLabel" name="label">
26
 
         <property name="sizePolicy">
27
 
          <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
28
 
           <horstretch>0</horstretch>
29
 
           <verstretch>0</verstretch>
30
 
          </sizepolicy>
31
 
         </property>
32
 
         <property name="text">
33
 
          <string>Name</string>
34
 
         </property>
35
 
        </widget>
36
 
       </item>
37
 
       <item>
38
 
        <widget class="QLineEdit" name="lineEdit_name">
39
 
         <property name="sizePolicy">
40
 
          <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
41
 
           <horstretch>100</horstretch>
42
 
           <verstretch>0</verstretch>
43
 
          </sizepolicy>
44
 
         </property>
45
 
         <property name="minimumSize">
46
 
          <size>
47
 
           <width>100</width>
48
 
           <height>0</height>
49
 
          </size>
50
 
         </property>
51
 
         <property name="maximumSize">
52
 
          <size>
53
 
           <width>100</width>
54
 
           <height>16777215</height>
55
 
          </size>
56
 
         </property>
57
 
        </widget>
58
 
       </item>
59
 
      </layout>
60
 
     </item>
61
 
     <item>
62
 
      <layout class="QHBoxLayout" name="horizontalLayout_6">
63
 
       <item>
64
 
        <widget class="QLabel" name="label_2">
65
 
         <property name="sizePolicy">
66
 
          <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
67
 
           <horstretch>0</horstretch>
68
 
           <verstretch>0</verstretch>
69
 
          </sizepolicy>
70
 
         </property>
71
 
         <property name="text">
72
 
          <string>Type</string>
73
 
         </property>
74
 
        </widget>
75
 
       </item>
76
 
       <item>
77
 
        <widget class="QComboBox" name="comboBox_type">
78
 
         <item>
79
 
          <property name="text">
80
 
           <string>Infusion</string>
81
 
          </property>
82
 
         </item>
83
 
         <item>
84
 
          <property name="text">
85
 
           <string>Temperature</string>
86
 
          </property>
87
 
         </item>
88
 
         <item>
89
 
          <property name="text">
90
 
           <string>Decoction</string>
91
 
          </property>
92
 
         </item>
93
 
        </widget>
94
 
       </item>
95
 
      </layout>
96
 
     </item>
97
 
     <item>
98
 
      <layout class="QHBoxLayout" name="horizontalLayout_4">
99
 
       <item>
100
 
        <widget class="QLabel" name="label_4">
101
 
         <property name="sizePolicy">
102
 
          <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
103
 
           <horstretch>0</horstretch>
104
 
           <verstretch>0</verstretch>
105
 
          </sizepolicy>
106
 
         </property>
107
 
         <property name="text">
108
 
          <string>Target temp.</string>
109
 
         </property>
110
 
        </widget>
111
 
       </item>
112
 
       <item>
113
 
        <widget class="QLineEdit" name="lineEdit_stepTemp">
114
 
         <property name="sizePolicy">
115
 
          <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
116
 
           <horstretch>100</horstretch>
117
 
           <verstretch>0</verstretch>
118
 
          </sizepolicy>
119
 
         </property>
120
 
         <property name="minimumSize">
121
 
          <size>
122
 
           <width>100</width>
123
 
           <height>0</height>
124
 
          </size>
125
 
         </property>
126
 
         <property name="maximumSize">
127
 
          <size>
128
 
           <width>100</width>
129
 
           <height>16777215</height>
130
 
          </size>
131
 
         </property>
132
 
        </widget>
133
 
       </item>
134
 
      </layout>
135
 
     </item>
136
 
     <item>
137
 
      <layout class="QHBoxLayout" name="horizontalLayout_5">
138
 
       <item>
139
 
        <widget class="QLabel" name="label_3">
140
 
         <property name="sizePolicy">
141
 
          <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
142
 
           <horstretch>0</horstretch>
143
 
           <verstretch>0</verstretch>
144
 
          </sizepolicy>
145
 
         </property>
146
 
         <property name="text">
147
 
          <string>Infuse Amount</string>
148
 
         </property>
149
 
        </widget>
150
 
       </item>
151
 
       <item>
152
 
        <widget class="QLineEdit" name="lineEdit_infuseAmount">
153
 
         <property name="sizePolicy">
154
 
          <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
155
 
           <horstretch>100</horstretch>
156
 
           <verstretch>0</verstretch>
157
 
          </sizepolicy>
158
 
         </property>
159
 
         <property name="minimumSize">
160
 
          <size>
161
 
           <width>100</width>
162
 
           <height>0</height>
163
 
          </size>
164
 
         </property>
165
 
         <property name="maximumSize">
166
 
          <size>
167
 
           <width>100</width>
168
 
           <height>16777215</height>
169
 
          </size>
170
 
         </property>
171
 
        </widget>
172
 
       </item>
173
 
      </layout>
174
 
     </item>
175
 
     <item>
176
 
      <layout class="QHBoxLayout" name="horizontalLayout_9">
177
 
       <item>
178
 
        <widget class="QLabel" name="label_8">
179
 
         <property name="sizePolicy">
180
 
          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
181
 
           <horstretch>0</horstretch>
182
 
           <verstretch>0</verstretch>
183
 
          </sizepolicy>
184
 
         </property>
185
 
         <property name="text">
186
 
          <string>Infuse temp.</string>
187
 
         </property>
188
 
        </widget>
189
 
       </item>
190
 
       <item>
191
 
        <widget class="QLineEdit" name="lineEdit_infuseTemp">
192
 
         <property name="sizePolicy">
193
 
          <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
194
 
           <horstretch>100</horstretch>
195
 
           <verstretch>0</verstretch>
196
 
          </sizepolicy>
197
 
         </property>
198
 
         <property name="maximumSize">
199
 
          <size>
200
 
           <width>100</width>
201
 
           <height>16777215</height>
202
 
          </size>
203
 
         </property>
204
 
        </widget>
205
 
       </item>
206
 
      </layout>
207
 
     </item>
208
 
    </layout>
209
 
   </item>
210
 
   <item>
211
 
    <layout class="QVBoxLayout" name="verticalLayout">
212
 
     <property name="spacing">
213
 
      <number>2</number>
214
 
     </property>
215
 
     <item>
216
 
      <layout class="QHBoxLayout" name="horizontalLayout_11">
217
 
       <item>
218
 
        <widget class="QLabel" name="label_9">
219
 
         <property name="sizePolicy">
220
 
          <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
221
 
           <horstretch>0</horstretch>
222
 
           <verstretch>0</verstretch>
223
 
          </sizepolicy>
224
 
         </property>
225
 
         <property name="text">
226
 
          <string>Decoction Amount</string>
227
 
         </property>
228
 
        </widget>
229
 
       </item>
230
 
       <item>
231
 
        <widget class="QLineEdit" name="lineEdit_decoctionAmount">
232
 
         <property name="sizePolicy">
233
 
          <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
234
 
           <horstretch>100</horstretch>
235
 
           <verstretch>0</verstretch>
236
 
          </sizepolicy>
237
 
         </property>
238
 
         <property name="minimumSize">
239
 
          <size>
240
 
           <width>100</width>
241
 
           <height>0</height>
242
 
          </size>
243
 
         </property>
244
 
         <property name="maximumSize">
245
 
          <size>
246
 
           <width>100</width>
247
 
           <height>16777215</height>
248
 
          </size>
249
 
         </property>
250
 
        </widget>
251
 
       </item>
252
 
      </layout>
253
 
     </item>
254
 
     <item>
255
 
      <layout class="QHBoxLayout" name="horizontalLayout_3">
256
 
       <item>
257
 
        <widget class="QLabel" name="label_5">
258
 
         <property name="sizePolicy">
259
 
          <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
260
 
           <horstretch>0</horstretch>
261
 
           <verstretch>0</verstretch>
262
 
          </sizepolicy>
263
 
         </property>
264
 
         <property name="text">
265
 
          <string>Time</string>
266
 
         </property>
267
 
        </widget>
268
 
       </item>
269
 
       <item>
270
 
        <widget class="QLineEdit" name="lineEdit_stepTime">
271
 
         <property name="sizePolicy">
272
 
          <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
273
 
           <horstretch>100</horstretch>
274
 
           <verstretch>0</verstretch>
275
 
          </sizepolicy>
276
 
         </property>
277
 
         <property name="minimumSize">
278
 
          <size>
279
 
           <width>100</width>
280
 
           <height>0</height>
281
 
          </size>
282
 
         </property>
283
 
         <property name="maximumSize">
284
 
          <size>
285
 
           <width>100</width>
286
 
           <height>16777215</height>
287
 
          </size>
288
 
         </property>
289
 
        </widget>
290
 
       </item>
291
 
      </layout>
292
 
     </item>
293
 
     <item>
294
 
      <layout class="QHBoxLayout" name="horizontalLayout_2">
295
 
       <item>
296
 
        <widget class="QLabel" name="label_6">
297
 
         <property name="sizePolicy">
298
 
          <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
299
 
           <horstretch>0</horstretch>
300
 
           <verstretch>0</verstretch>
301
 
          </sizepolicy>
302
 
         </property>
303
 
         <property name="text">
304
 
          <string>Temp. lag time</string>
305
 
         </property>
306
 
        </widget>
307
 
       </item>
308
 
       <item>
309
 
        <widget class="QLineEdit" name="lineEdit_rampTime">
310
 
         <property name="sizePolicy">
311
 
          <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
312
 
           <horstretch>100</horstretch>
313
 
           <verstretch>0</verstretch>
314
 
          </sizepolicy>
315
 
         </property>
316
 
         <property name="minimumSize">
317
 
          <size>
318
 
           <width>100</width>
319
 
           <height>0</height>
320
 
          </size>
321
 
         </property>
322
 
         <property name="maximumSize">
323
 
          <size>
324
 
           <width>100</width>
325
 
           <height>16777215</height>
326
 
          </size>
327
 
         </property>
328
 
        </widget>
329
 
       </item>
330
 
      </layout>
331
 
     </item>
332
 
     <item>
333
 
      <layout class="QHBoxLayout" name="horizontalLayout">
334
 
       <item>
335
 
        <widget class="QLabel" name="label_7">
336
 
         <property name="sizePolicy">
337
 
          <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
338
 
           <horstretch>0</horstretch>
339
 
           <verstretch>0</verstretch>
340
 
          </sizepolicy>
341
 
         </property>
342
 
         <property name="text">
343
 
          <string>End temp.</string>
344
 
         </property>
345
 
        </widget>
346
 
       </item>
347
 
       <item>
348
 
        <widget class="QLineEdit" name="lineEdit_endTemp">
349
 
         <property name="sizePolicy">
350
 
          <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
351
 
           <horstretch>100</horstretch>
352
 
           <verstretch>0</verstretch>
353
 
          </sizepolicy>
354
 
         </property>
355
 
         <property name="minimumSize">
356
 
          <size>
357
 
           <width>100</width>
358
 
           <height>0</height>
359
 
          </size>
360
 
         </property>
361
 
         <property name="maximumSize">
362
 
          <size>
363
 
           <width>100</width>
364
 
           <height>16777215</height>
365
 
          </size>
366
 
         </property>
367
 
        </widget>
368
 
       </item>
369
 
      </layout>
370
 
     </item>
371
 
     <item>
372
 
      <widget class="QDialogButtonBox" name="buttonBox">
373
 
       <property name="orientation">
374
 
        <enum>Qt::Horizontal</enum>
375
 
       </property>
376
 
       <property name="standardButtons">
377
 
        <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
378
 
       </property>
379
 
      </widget>
380
 
     </item>
381
 
    </layout>
382
 
   </item>
383
 
  </layout>
384
 
 </widget>
385
 
 <resources/>
386
 
 <connections>
387
 
  <connection>
388
 
   <sender>buttonBox</sender>
389
 
   <signal>accepted()</signal>
390
 
   <receiver>mashStepEditor</receiver>
391
 
   <slot>accept()</slot>
392
 
   <hints>
393
 
    <hint type="sourcelabel">
394
 
     <x>248</x>
395
 
     <y>254</y>
396
 
    </hint>
397
 
    <hint type="destinationlabel">
398
 
     <x>157</x>
399
 
     <y>274</y>
400
 
    </hint>
401
 
   </hints>
402
 
  </connection>
403
 
  <connection>
404
 
   <sender>buttonBox</sender>
405
 
   <signal>rejected()</signal>
406
 
   <receiver>mashStepEditor</receiver>
407
 
   <slot>reject()</slot>
408
 
   <hints>
409
 
    <hint type="sourcelabel">
410
 
     <x>316</x>
411
 
     <y>260</y>
412
 
    </hint>
413
 
    <hint type="destinationlabel">
414
 
     <x>286</x>
415
 
     <y>274</y>
416
 
    </hint>
417
 
   </hints>
418
 
  </connection>
419
 
 </connections>
420
 
</ui>