ui/EditProfileFerment.ui

changeset 57
75d11cc05ce4
child 385
09af9f46518f
equal deleted inserted replaced
56:eb6c564192f4 57:75d11cc05ce4
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>EditProfileFerment</class>
4 <widget class="QDialog" name="EditProfileFerment">
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="QLineEdit" name="nameEdit">
36 <property name="geometry">
37 <rect>
38 <x>110</x>
39 <y>10</y>
40 <width>571</width>
41 <height>23</height>
42 </rect>
43 </property>
44 <property name="maxLength">
45 <number>128</number>
46 </property>
47 <property name="placeholderText">
48 <string>Name of the fermentation profile</string>
49 </property>
50 </widget>
51 <widget class="QPushButton" name="quitButton">
52 <property name="geometry">
53 <rect>
54 <x>110</x>
55 <y>510</y>
56 <width>80</width>
57 <height>23</height>
58 </rect>
59 </property>
60 <property name="sizePolicy">
61 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
62 <horstretch>0</horstretch>
63 <verstretch>0</verstretch>
64 </sizepolicy>
65 </property>
66 <property name="text">
67 <string>Quit</string>
68 </property>
69 <property name="icon">
70 <iconset>
71 <normaloff>:icons/silk/door_out.png</normaloff>:icons/silk/door_out.png</iconset>
72 </property>
73 </widget>
74 <widget class="QPushButton" name="saveButton">
75 <property name="enabled">
76 <bool>false</bool>
77 </property>
78 <property name="geometry">
79 <rect>
80 <x>820</x>
81 <y>510</y>
82 <width>80</width>
83 <height>23</height>
84 </rect>
85 </property>
86 <property name="text">
87 <string>Save</string>
88 </property>
89 <property name="icon">
90 <iconset>
91 <normaloff>:icons/silk/disk.png</normaloff>:icons/silk/disk.png</iconset>
92 </property>
93 </widget>
94 <widget class="QPushButton" name="deleteButton">
95 <property name="enabled">
96 <bool>false</bool>
97 </property>
98 <property name="geometry">
99 <rect>
100 <x>463</x>
101 <y>510</y>
102 <width>80</width>
103 <height>23</height>
104 </rect>
105 </property>
106 <property name="text">
107 <string>Delete</string>
108 </property>
109 <property name="icon">
110 <iconset>
111 <normaloff>:icons/silk/delete.png</normaloff>:icons/silk/delete.png</iconset>
112 </property>
113 </widget>
114 <widget class="QTableWidget" name="stepsTable">
115 <property name="geometry">
116 <rect>
117 <x>110</x>
118 <y>130</y>
119 <width>791</width>
120 <height>351</height>
121 </rect>
122 </property>
123 </widget>
124 <widget class="QLabel" name="stepsLabel">
125 <property name="geometry">
126 <rect>
127 <x>10</x>
128 <y>130</y>
129 <width>91</width>
130 <height>20</height>
131 </rect>
132 </property>
133 <property name="text">
134 <string>Steps:</string>
135 </property>
136 <property name="alignment">
137 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
138 </property>
139 </widget>
140 <widget class="QLabel" name="totalLabel">
141 <property name="geometry">
142 <rect>
143 <x>10</x>
144 <y>100</y>
145 <width>91</width>
146 <height>20</height>
147 </rect>
148 </property>
149 <property name="text">
150 <string>Total time:</string>
151 </property>
152 <property name="alignment">
153 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
154 </property>
155 </widget>
156 <widget class="QLineEdit" name="totalEdit">
157 <property name="geometry">
158 <rect>
159 <x>110</x>
160 <y>100</y>
161 <width>171</width>
162 <height>23</height>
163 </rect>
164 </property>
165 <property name="readOnly">
166 <bool>true</bool>
167 </property>
168 </widget>
169 <widget class="QPushButton" name="addButton">
170 <property name="geometry">
171 <rect>
172 <x>820</x>
173 <y>100</y>
174 <width>80</width>
175 <height>23</height>
176 </rect>
177 </property>
178 <property name="text">
179 <string>Add step</string>
180 </property>
181 <property name="icon">
182 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
183 <normaloff>:/icons/silk/add.png</normaloff>:/icons/silk/add.png</iconset>
184 </property>
185 </widget>
186 <widget class="QLabel" name="temploLabel">
187 <property name="geometry">
188 <rect>
189 <x>10</x>
190 <y>40</y>
191 <width>91</width>
192 <height>20</height>
193 </rect>
194 </property>
195 <property name="text">
196 <string>Start low:</string>
197 </property>
198 <property name="alignment">
199 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
200 </property>
201 </widget>
202 <widget class="QLabel" name="temphiLabel">
203 <property name="geometry">
204 <rect>
205 <x>470</x>
206 <y>40</y>
207 <width>91</width>
208 <height>20</height>
209 </rect>
210 </property>
211 <property name="text">
212 <string>Start high:</string>
213 </property>
214 <property name="alignment">
215 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
216 </property>
217 </widget>
218 <widget class="QDoubleSpinBox" name="temploEdit">
219 <property name="geometry">
220 <rect>
221 <x>110</x>
222 <y>40</y>
223 <width>111</width>
224 <height>24</height>
225 </rect>
226 </property>
227 <property name="alignment">
228 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
229 </property>
230 <property name="accelerated">
231 <bool>true</bool>
232 </property>
233 <property name="suffix">
234 <string> °C</string>
235 </property>
236 <property name="decimals">
237 <number>1</number>
238 </property>
239 <property name="minimum">
240 <double>1.000000000000000</double>
241 </property>
242 <property name="maximum">
243 <double>45.000000000000000</double>
244 </property>
245 <property name="singleStep">
246 <double>0.100000000000000</double>
247 </property>
248 </widget>
249 <widget class="QDoubleSpinBox" name="temphiEdit">
250 <property name="geometry">
251 <rect>
252 <x>570</x>
253 <y>40</y>
254 <width>111</width>
255 <height>24</height>
256 </rect>
257 </property>
258 <property name="alignment">
259 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
260 </property>
261 <property name="accelerated">
262 <bool>true</bool>
263 </property>
264 <property name="suffix">
265 <string> °C</string>
266 </property>
267 <property name="decimals">
268 <number>1</number>
269 </property>
270 <property name="minimum">
271 <double>1.000000000000000</double>
272 </property>
273 <property name="maximum">
274 <double>45.000000000000000</double>
275 </property>
276 <property name="singleStep">
277 <double>0.100000000000000</double>
278 </property>
279 </widget>
280 <widget class="QLabel" name="sensorLabel">
281 <property name="geometry">
282 <rect>
283 <x>10</x>
284 <y>70</y>
285 <width>91</width>
286 <height>20</height>
287 </rect>
288 </property>
289 <property name="text">
290 <string>Sensor:</string>
291 </property>
292 <property name="alignment">
293 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
294 </property>
295 </widget>
296 <widget class="QComboBox" name="sensorEdit">
297 <property name="geometry">
298 <rect>
299 <x>110</x>
300 <y>70</y>
301 <width>111</width>
302 <height>23</height>
303 </rect>
304 </property>
305 </widget>
306 </widget>
307 </item>
308 </layout>
309 </widget>
310 <tabstops>
311 <tabstop>nameEdit</tabstop>
312 <tabstop>quitButton</tabstop>
313 <tabstop>deleteButton</tabstop>
314 <tabstop>saveButton</tabstop>
315 </tabstops>
316 <resources>
317 <include location="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc"/>
318 </resources>
319 <connections/>
320 </ui>

mercurial