ui/EditRecipe.ui

changeset 92
fb0bb9a2a7e1
child 93
4cfd0dd17fa5
equal deleted inserted replaced
91:409d9c7214be 92:fb0bb9a2a7e1
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>EditRecipe</class>
4 <widget class="QDialog" name="EditRecipe">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>1152</width>
10 <height>560</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <layout class="QGridLayout" name="gridLayout">
17 <item row="0" column="0">
18 <widget class="QWidget" name="topWidget" native="true">
19 <widget class="QPushButton" name="quitButton">
20 <property name="geometry">
21 <rect>
22 <x>90</x>
23 <y>510</y>
24 <width>80</width>
25 <height>23</height>
26 </rect>
27 </property>
28 <property name="sizePolicy">
29 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
30 <horstretch>0</horstretch>
31 <verstretch>0</verstretch>
32 </sizepolicy>
33 </property>
34 <property name="text">
35 <string>Quit</string>
36 </property>
37 <property name="icon">
38 <iconset>
39 <normaloff>:icons/silk/door_out.png</normaloff>:icons/silk/door_out.png</iconset>
40 </property>
41 </widget>
42 <widget class="QPushButton" name="saveButton">
43 <property name="enabled">
44 <bool>true</bool>
45 </property>
46 <property name="geometry">
47 <rect>
48 <x>940</x>
49 <y>510</y>
50 <width>80</width>
51 <height>23</height>
52 </rect>
53 </property>
54 <property name="text">
55 <string>Save</string>
56 </property>
57 <property name="icon">
58 <iconset>
59 <normaloff>:icons/silk/disk.png</normaloff>:icons/silk/disk.png</iconset>
60 </property>
61 </widget>
62 <widget class="QPushButton" name="deleteButton">
63 <property name="enabled">
64 <bool>true</bool>
65 </property>
66 <property name="geometry">
67 <rect>
68 <x>520</x>
69 <y>510</y>
70 <width>80</width>
71 <height>23</height>
72 </rect>
73 </property>
74 <property name="text">
75 <string>Delete</string>
76 </property>
77 <property name="icon">
78 <iconset>
79 <normaloff>:icons/silk/delete.png</normaloff>:icons/silk/delete.png</iconset>
80 </property>
81 </widget>
82 <widget class="QTabWidget" name="tabWidget">
83 <property name="geometry">
84 <rect>
85 <x>0</x>
86 <y>0</y>
87 <width>1131</width>
88 <height>501</height>
89 </rect>
90 </property>
91 <property name="tabPosition">
92 <enum>QTabWidget::North</enum>
93 </property>
94 <property name="tabShape">
95 <enum>QTabWidget::Rounded</enum>
96 </property>
97 <property name="currentIndex">
98 <number>0</number>
99 </property>
100 <property name="elideMode">
101 <enum>Qt::ElideNone</enum>
102 </property>
103 <property name="usesScrollButtons">
104 <bool>true</bool>
105 </property>
106 <property name="documentMode">
107 <bool>false</bool>
108 </property>
109 <property name="tabBarAutoHide">
110 <bool>false</bool>
111 </property>
112 <widget class="QWidget" name="generic">
113 <attribute name="icon">
114 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
115 <normaloff>:/icons/bms/beerstyles.png</normaloff>:/icons/bms/beerstyles.png</iconset>
116 </attribute>
117 <attribute name="title">
118 <string>Generic</string>
119 </attribute>
120 <widget class="QLabel" name="nameLabel">
121 <property name="geometry">
122 <rect>
123 <x>0</x>
124 <y>20</y>
125 <width>131</width>
126 <height>20</height>
127 </rect>
128 </property>
129 <property name="text">
130 <string>Recipe name:</string>
131 </property>
132 <property name="alignment">
133 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
134 </property>
135 </widget>
136 <widget class="QLabel" name="notesLabel">
137 <property name="geometry">
138 <rect>
139 <x>0</x>
140 <y>50</y>
141 <width>131</width>
142 <height>20</height>
143 </rect>
144 </property>
145 <property name="text">
146 <string>Recipe notes:</string>
147 </property>
148 <property name="alignment">
149 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
150 </property>
151 </widget>
152 <widget class="QLineEdit" name="nameEdit">
153 <property name="geometry">
154 <rect>
155 <x>140</x>
156 <y>20</y>
157 <width>741</width>
158 <height>23</height>
159 </rect>
160 </property>
161 </widget>
162 <widget class="QPlainTextEdit" name="notesEdit">
163 <property name="geometry">
164 <rect>
165 <x>140</x>
166 <y>50</y>
167 <width>881</width>
168 <height>81</height>
169 </rect>
170 </property>
171 </widget>
172 <widget class="QLabel" name="lockedLabel">
173 <property name="geometry">
174 <rect>
175 <x>900</x>
176 <y>20</y>
177 <width>131</width>
178 <height>20</height>
179 </rect>
180 </property>
181 <property name="text">
182 <string>Read only:</string>
183 </property>
184 <property name="alignment">
185 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
186 </property>
187 </widget>
188 <widget class="QCheckBox" name="lockedEdit">
189 <property name="geometry">
190 <rect>
191 <x>1040</x>
192 <y>20</y>
193 <width>61</width>
194 <height>21</height>
195 </rect>
196 </property>
197 <property name="text">
198 <string>Yes</string>
199 </property>
200 </widget>
201 <widget class="QLabel" name="typeLabel">
202 <property name="geometry">
203 <rect>
204 <x>0</x>
205 <y>140</y>
206 <width>131</width>
207 <height>20</height>
208 </rect>
209 </property>
210 <property name="text">
211 <string>Brew type:</string>
212 </property>
213 <property name="alignment">
214 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
215 </property>
216 </widget>
217 <widget class="QComboBox" name="typeEdit">
218 <property name="geometry">
219 <rect>
220 <x>140</x>
221 <y>140</y>
222 <width>181</width>
223 <height>23</height>
224 </rect>
225 </property>
226 </widget>
227 <widget class="QLabel" name="efficiencyLabel">
228 <property name="geometry">
229 <rect>
230 <x>380</x>
231 <y>140</y>
232 <width>131</width>
233 <height>20</height>
234 </rect>
235 </property>
236 <property name="text">
237 <string>Efficiency:</string>
238 </property>
239 <property name="alignment">
240 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
241 </property>
242 </widget>
243 <widget class="QLabel" name="boil_timeLabel">
244 <property name="geometry">
245 <rect>
246 <x>380</x>
247 <y>170</y>
248 <width>131</width>
249 <height>20</height>
250 </rect>
251 </property>
252 <property name="text">
253 <string>Boil time:</string>
254 </property>
255 <property name="alignment">
256 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
257 </property>
258 </widget>
259 <widget class="QLabel" name="batch_sizeLabel">
260 <property name="geometry">
261 <rect>
262 <x>760</x>
263 <y>140</y>
264 <width>131</width>
265 <height>20</height>
266 </rect>
267 </property>
268 <property name="text">
269 <string>Batch size:</string>
270 </property>
271 <property name="alignment">
272 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
273 </property>
274 </widget>
275 <widget class="QLabel" name="boil_sizeLabel">
276 <property name="geometry">
277 <rect>
278 <x>760</x>
279 <y>170</y>
280 <width>131</width>
281 <height>20</height>
282 </rect>
283 </property>
284 <property name="text">
285 <string>Boil size:</string>
286 </property>
287 <property name="alignment">
288 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
289 </property>
290 </widget>
291 <widget class="QDoubleSpinBox" name="efficiencyEdit">
292 <property name="geometry">
293 <rect>
294 <x>520</x>
295 <y>140</y>
296 <width>101</width>
297 <height>24</height>
298 </rect>
299 </property>
300 <property name="alignment">
301 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
302 </property>
303 <property name="accelerated">
304 <bool>true</bool>
305 </property>
306 <property name="suffix">
307 <string> %</string>
308 </property>
309 <property name="decimals">
310 <number>1</number>
311 </property>
312 <property name="singleStep">
313 <double>0.100000000000000</double>
314 </property>
315 </widget>
316 <widget class="QSpinBox" name="boil_timeEdit">
317 <property name="geometry">
318 <rect>
319 <x>520</x>
320 <y>170</y>
321 <width>101</width>
322 <height>24</height>
323 </rect>
324 </property>
325 <property name="alignment">
326 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
327 </property>
328 <property name="accelerated">
329 <bool>true</bool>
330 </property>
331 <property name="suffix">
332 <string> min</string>
333 </property>
334 <property name="maximum">
335 <number>1536</number>
336 </property>
337 </widget>
338 <widget class="QDoubleSpinBox" name="batch_sizeEdit">
339 <property name="geometry">
340 <rect>
341 <x>900</x>
342 <y>140</y>
343 <width>101</width>
344 <height>24</height>
345 </rect>
346 </property>
347 <property name="alignment">
348 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
349 </property>
350 <property name="accelerated">
351 <bool>true</bool>
352 </property>
353 <property name="suffix">
354 <string> L</string>
355 </property>
356 <property name="decimals">
357 <number>1</number>
358 </property>
359 <property name="maximum">
360 <double>100000.000000000000000</double>
361 </property>
362 <property name="singleStep">
363 <double>0.500000000000000</double>
364 </property>
365 </widget>
366 <widget class="QDoubleSpinBox" name="boil_sizeEdit">
367 <property name="geometry">
368 <rect>
369 <x>900</x>
370 <y>170</y>
371 <width>101</width>
372 <height>24</height>
373 </rect>
374 </property>
375 <property name="alignment">
376 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
377 </property>
378 <property name="accelerated">
379 <bool>true</bool>
380 </property>
381 <property name="suffix">
382 <string> L</string>
383 </property>
384 <property name="decimals">
385 <number>1</number>
386 </property>
387 <property name="maximum">
388 <double>100000.000000000000000</double>
389 </property>
390 <property name="singleStep">
391 <double>0.500000000000000</double>
392 </property>
393 </widget>
394 </widget>
395 <widget class="QWidget" name="fermentables">
396 <attribute name="icon">
397 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
398 <normaloff>:/icons/bms/graan.png</normaloff>:/icons/bms/graan.png</iconset>
399 </attribute>
400 <attribute name="title">
401 <string>Fermentables</string>
402 </attribute>
403 </widget>
404 <widget class="QWidget" name="hops">
405 <attribute name="icon">
406 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
407 <normaloff>:/icons/bms/hop.png</normaloff>:/icons/bms/hop.png</iconset>
408 </attribute>
409 <attribute name="title">
410 <string>Hops</string>
411 </attribute>
412 </widget>
413 <widget class="QWidget" name="miscs">
414 <attribute name="icon">
415 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
416 <normaloff>:/icons/bms/peper.png</normaloff>:/icons/bms/peper.png</iconset>
417 </attribute>
418 <attribute name="title">
419 <string>Miscs</string>
420 </attribute>
421 </widget>
422 <widget class="QWidget" name="yeasts">
423 <attribute name="icon">
424 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
425 <normaloff>:/icons/bms/erlenmeyer.png</normaloff>:/icons/bms/erlenmeyer.png</iconset>
426 </attribute>
427 <attribute name="title">
428 <string>Yeasts</string>
429 </attribute>
430 </widget>
431 <widget class="QWidget" name="mash">
432 <attribute name="icon">
433 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
434 <normaloff>:/icons/bms/mash.png</normaloff>:/icons/bms/mash.png</iconset>
435 </attribute>
436 <attribute name="title">
437 <string>Mash</string>
438 </attribute>
439 </widget>
440 <widget class="QWidget" name="water">
441 <attribute name="icon">
442 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
443 <normaloff>:/icons/bms/water.png</normaloff>:/icons/bms/water.png</iconset>
444 </attribute>
445 <attribute name="title">
446 <string>Water</string>
447 </attribute>
448 </widget>
449 </widget>
450 <widget class="QPushButton" name="exportButton">
451 <property name="geometry">
452 <rect>
453 <x>300</x>
454 <y>510</y>
455 <width>80</width>
456 <height>23</height>
457 </rect>
458 </property>
459 <property name="text">
460 <string>Export</string>
461 </property>
462 <property name="icon">
463 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
464 <normaloff>:/icons/silk/disk_multiple.png</normaloff>:/icons/silk/disk_multiple.png</iconset>
465 </property>
466 </widget>
467 <widget class="QPushButton" name="printButton">
468 <property name="geometry">
469 <rect>
470 <x>730</x>
471 <y>510</y>
472 <width>80</width>
473 <height>23</height>
474 </rect>
475 </property>
476 <property name="text">
477 <string>Print</string>
478 </property>
479 <property name="icon">
480 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
481 <normaloff>:/icons/silk/printer.png</normaloff>:/icons/silk/printer.png</iconset>
482 </property>
483 </widget>
484 </widget>
485 </item>
486 </layout>
487 </widget>
488 <tabstops>
489 <tabstop>quitButton</tabstop>
490 <tabstop>deleteButton</tabstop>
491 <tabstop>saveButton</tabstop>
492 </tabstops>
493 <resources>
494 <include location="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc"/>
495 </resources>
496 <connections/>
497 </ui>

mercurial