ui/EditFermentable.ui

changeset 19
c94edc758a5b
child 20
fcbbddcc22c1
equal deleted inserted replaced
18:d0ca50776b0b 19:c94edc758a5b
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>editFermentable</class>
4 <widget class="QDialog" name="editFermentable">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>1280</width>
10 <height>640</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <layout class="QGridLayout" name="gridLayout">
17 <item row="2" column="0">
18 <widget class="QWidget" name="bottomWidget" native="true">
19 <property name="minimumSize">
20 <size>
21 <width>0</width>
22 <height>24</height>
23 </size>
24 </property>
25 <property name="maximumSize">
26 <size>
27 <width>16777215</width>
28 <height>24</height>
29 </size>
30 </property>
31 <widget class="QPushButton" name="quitButton">
32 <property name="geometry">
33 <rect>
34 <x>10</x>
35 <y>0</y>
36 <width>80</width>
37 <height>23</height>
38 </rect>
39 </property>
40 <property name="sizePolicy">
41 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
42 <horstretch>0</horstretch>
43 <verstretch>0</verstretch>
44 </sizepolicy>
45 </property>
46 <property name="text">
47 <string>Quit</string>
48 </property>
49 <property name="icon">
50 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
51 <normaloff>:/icons/silk/icons/silk/door_out.png</normaloff>:/icons/silk/icons/silk/door_out.png</iconset>
52 </property>
53 </widget>
54 <widget class="QPushButton" name="saveButton">
55 <property name="geometry">
56 <rect>
57 <x>1170</x>
58 <y>0</y>
59 <width>80</width>
60 <height>23</height>
61 </rect>
62 </property>
63 <property name="text">
64 <string>Save</string>
65 </property>
66 <property name="icon">
67 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
68 <normaloff>:/icons/silk/icons/silk/disk.png</normaloff>:/icons/silk/icons/silk/disk.png</iconset>
69 </property>
70 </widget>
71 </widget>
72 </item>
73 <item row="1" column="0">
74 <widget class="QWidget" name="topWidget" native="true"/>
75 </item>
76 </layout>
77 </widget>
78 <resources>
79 <include location="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc"/>
80 </resources>
81 <connections/>
82 </ui>

mercurial