ui/EditProfileMash.ui

changeset 49
29cf6e350063
child 385
09af9f46518f
equal deleted inserted replaced
48:ddd1171ecda5 49:29cf6e350063
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>EditProfileMash</class>
4 <widget class="QDialog" name="EditProfileMash">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>1024</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="QLabel" name="nameLabel">
20 <property name="geometry">
21 <rect>
22 <x>10</x>
23 <y>10</y>
24 <width>91</width>
25 <height>20</height>
26 </rect>
27 </property>
28 <property name="text">
29 <string>Name:</string>
30 </property>
31 <property name="alignment">
32 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
33 </property>
34 </widget>
35 <widget class="QLabel" name="notesLabel">
36 <property name="geometry">
37 <rect>
38 <x>10</x>
39 <y>40</y>
40 <width>91</width>
41 <height>20</height>
42 </rect>
43 </property>
44 <property name="text">
45 <string>Notes:</string>
46 </property>
47 <property name="alignment">
48 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
49 </property>
50 </widget>
51 <widget class="QLineEdit" name="nameEdit">
52 <property name="geometry">
53 <rect>
54 <x>110</x>
55 <y>10</y>
56 <width>701</width>
57 <height>23</height>
58 </rect>
59 </property>
60 <property name="maxLength">
61 <number>128</number>
62 </property>
63 <property name="placeholderText">
64 <string>Name of the mash profile</string>
65 </property>
66 </widget>
67 <widget class="QPlainTextEdit" name="notesEdit">
68 <property name="geometry">
69 <rect>
70 <x>110</x>
71 <y>40</y>
72 <width>791</width>
73 <height>81</height>
74 </rect>
75 </property>
76 <property name="placeholderText">
77 <string>Notes or this mash profile.</string>
78 </property>
79 </widget>
80 <widget class="QPushButton" name="quitButton">
81 <property name="geometry">
82 <rect>
83 <x>110</x>
84 <y>510</y>
85 <width>80</width>
86 <height>23</height>
87 </rect>
88 </property>
89 <property name="sizePolicy">
90 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
91 <horstretch>0</horstretch>
92 <verstretch>0</verstretch>
93 </sizepolicy>
94 </property>
95 <property name="text">
96 <string>Quit</string>
97 </property>
98 <property name="icon">
99 <iconset>
100 <normaloff>:icons/silk/door_out.png</normaloff>:icons/silk/door_out.png</iconset>
101 </property>
102 </widget>
103 <widget class="QPushButton" name="saveButton">
104 <property name="enabled">
105 <bool>false</bool>
106 </property>
107 <property name="geometry">
108 <rect>
109 <x>820</x>
110 <y>510</y>
111 <width>80</width>
112 <height>23</height>
113 </rect>
114 </property>
115 <property name="text">
116 <string>Save</string>
117 </property>
118 <property name="icon">
119 <iconset>
120 <normaloff>:icons/silk/disk.png</normaloff>:icons/silk/disk.png</iconset>
121 </property>
122 </widget>
123 <widget class="QPushButton" name="deleteButton">
124 <property name="enabled">
125 <bool>false</bool>
126 </property>
127 <property name="geometry">
128 <rect>
129 <x>463</x>
130 <y>510</y>
131 <width>80</width>
132 <height>23</height>
133 </rect>
134 </property>
135 <property name="text">
136 <string>Delete</string>
137 </property>
138 <property name="icon">
139 <iconset>
140 <normaloff>:icons/silk/delete.png</normaloff>:icons/silk/delete.png</iconset>
141 </property>
142 </widget>
143 <widget class="QTableWidget" name="stepsTable">
144 <property name="geometry">
145 <rect>
146 <x>110</x>
147 <y>160</y>
148 <width>791</width>
149 <height>321</height>
150 </rect>
151 </property>
152 </widget>
153 <widget class="QLabel" name="stepsLabel">
154 <property name="geometry">
155 <rect>
156 <x>10</x>
157 <y>160</y>
158 <width>91</width>
159 <height>20</height>
160 </rect>
161 </property>
162 <property name="text">
163 <string>Steps:</string>
164 </property>
165 <property name="alignment">
166 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
167 </property>
168 </widget>
169 <widget class="QLabel" name="totalLabel">
170 <property name="geometry">
171 <rect>
172 <x>10</x>
173 <y>130</y>
174 <width>91</width>
175 <height>20</height>
176 </rect>
177 </property>
178 <property name="text">
179 <string>Total time:</string>
180 </property>
181 <property name="alignment">
182 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
183 </property>
184 </widget>
185 <widget class="QLineEdit" name="totalEdit">
186 <property name="geometry">
187 <rect>
188 <x>110</x>
189 <y>130</y>
190 <width>91</width>
191 <height>23</height>
192 </rect>
193 </property>
194 </widget>
195 <widget class="QPushButton" name="addButton">
196 <property name="geometry">
197 <rect>
198 <x>820</x>
199 <y>130</y>
200 <width>80</width>
201 <height>23</height>
202 </rect>
203 </property>
204 <property name="text">
205 <string>Add step</string>
206 </property>
207 <property name="icon">
208 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
209 <normaloff>:/icons/silk/add.png</normaloff>:/icons/silk/add.png</iconset>
210 </property>
211 </widget>
212 </widget>
213 </item>
214 </layout>
215 </widget>
216 <tabstops>
217 <tabstop>nameEdit</tabstop>
218 <tabstop>notesEdit</tabstop>
219 <tabstop>quitButton</tabstop>
220 <tabstop>deleteButton</tabstop>
221 <tabstop>saveButton</tabstop>
222 </tabstops>
223 <resources>
224 <include location="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc"/>
225 </resources>
226 <connections/>
227 </ui>

mercurial