ui/EditProfileWater.ui

changeset 48
ddd1171ecda5
child 221
54828816233f
equal deleted inserted replaced
47:160e4b407a7d 48:ddd1171ecda5
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>EditProfileWater</class>
4 <widget class="QDialog" name="EditProfileWater">
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>30</x>
23 <y>10</y>
24 <width>121</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>30</x>
39 <y>40</y>
40 <width>121</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>160</x>
55 <y>10</y>
56 <width>691</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 brewing water</string>
65 </property>
66 </widget>
67 <widget class="QPlainTextEdit" name="notesEdit">
68 <property name="geometry">
69 <rect>
70 <x>160</x>
71 <y>40</y>
72 <width>691</width>
73 <height>81</height>
74 </rect>
75 </property>
76 <property name="placeholderText">
77 <string>Notes or the source of this water.</string>
78 </property>
79 </widget>
80 <widget class="QPushButton" name="quitButton">
81 <property name="geometry">
82 <rect>
83 <x>90</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>850</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="QLabel" name="caLabel">
144 <property name="geometry">
145 <rect>
146 <x>10</x>
147 <y>150</y>
148 <width>141</width>
149 <height>20</height>
150 </rect>
151 </property>
152 <property name="text">
153 <string>Calcium (Ca) mg/L:</string>
154 </property>
155 <property name="alignment">
156 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
157 </property>
158 </widget>
159 <widget class="QLabel" name="mgLabel">
160 <property name="geometry">
161 <rect>
162 <x>10</x>
163 <y>180</y>
164 <width>141</width>
165 <height>20</height>
166 </rect>
167 </property>
168 <property name="text">
169 <string>Magnesium (Mg) mg/L:</string>
170 </property>
171 <property name="alignment">
172 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
173 </property>
174 </widget>
175 <widget class="QLabel" name="naLabel">
176 <property name="geometry">
177 <rect>
178 <x>10</x>
179 <y>210</y>
180 <width>141</width>
181 <height>20</height>
182 </rect>
183 </property>
184 <property name="text">
185 <string>Sodium (Na) mg/L:</string>
186 </property>
187 <property name="alignment">
188 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
189 </property>
190 </widget>
191 <widget class="QLabel" name="phLabel">
192 <property name="geometry">
193 <rect>
194 <x>10</x>
195 <y>290</y>
196 <width>141</width>
197 <height>20</height>
198 </rect>
199 </property>
200 <property name="text">
201 <string>Acid pH:</string>
202 </property>
203 <property name="alignment">
204 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
205 </property>
206 </widget>
207 <widget class="QDoubleSpinBox" name="caEdit">
208 <property name="geometry">
209 <rect>
210 <x>160</x>
211 <y>150</y>
212 <width>121</width>
213 <height>24</height>
214 </rect>
215 </property>
216 <property name="alignment">
217 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
218 </property>
219 <property name="accelerated">
220 <bool>true</bool>
221 </property>
222 <property name="decimals">
223 <number>1</number>
224 </property>
225 <property name="maximum">
226 <double>1000.000000000000000</double>
227 </property>
228 <property name="singleStep">
229 <double>0.100000000000000</double>
230 </property>
231 <property name="stepType">
232 <enum>QAbstractSpinBox::DefaultStepType</enum>
233 </property>
234 </widget>
235 <widget class="QDoubleSpinBox" name="mgEdit">
236 <property name="geometry">
237 <rect>
238 <x>160</x>
239 <y>180</y>
240 <width>121</width>
241 <height>24</height>
242 </rect>
243 </property>
244 <property name="alignment">
245 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
246 </property>
247 <property name="accelerated">
248 <bool>true</bool>
249 </property>
250 <property name="decimals">
251 <number>1</number>
252 </property>
253 <property name="maximum">
254 <double>1000.000000000000000</double>
255 </property>
256 <property name="singleStep">
257 <double>0.100000000000000</double>
258 </property>
259 <property name="stepType">
260 <enum>QAbstractSpinBox::DefaultStepType</enum>
261 </property>
262 </widget>
263 <widget class="QDoubleSpinBox" name="naEdit">
264 <property name="geometry">
265 <rect>
266 <x>160</x>
267 <y>210</y>
268 <width>121</width>
269 <height>24</height>
270 </rect>
271 </property>
272 <property name="alignment">
273 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
274 </property>
275 <property name="accelerated">
276 <bool>true</bool>
277 </property>
278 <property name="decimals">
279 <number>1</number>
280 </property>
281 <property name="maximum">
282 <double>1000.000000000000000</double>
283 </property>
284 <property name="singleStep">
285 <double>0.100000000000000</double>
286 </property>
287 <property name="stepType">
288 <enum>QAbstractSpinBox::DefaultStepType</enum>
289 </property>
290 </widget>
291 <widget class="QDoubleSpinBox" name="phEdit">
292 <property name="geometry">
293 <rect>
294 <x>160</x>
295 <y>290</y>
296 <width>121</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="maximum">
307 <double>1000.000000000000000</double>
308 </property>
309 <property name="singleStep">
310 <double>0.010000000000000</double>
311 </property>
312 <property name="stepType">
313 <enum>QAbstractSpinBox::DefaultStepType</enum>
314 </property>
315 </widget>
316 <widget class="QDoubleSpinBox" name="so4Edit">
317 <property name="geometry">
318 <rect>
319 <x>730</x>
320 <y>150</y>
321 <width>121</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="decimals">
332 <number>1</number>
333 </property>
334 <property name="maximum">
335 <double>1000.000000000000000</double>
336 </property>
337 <property name="singleStep">
338 <double>0.100000000000000</double>
339 </property>
340 <property name="stepType">
341 <enum>QAbstractSpinBox::DefaultStepType</enum>
342 </property>
343 </widget>
344 <widget class="QDoubleSpinBox" name="clEdit">
345 <property name="geometry">
346 <rect>
347 <x>730</x>
348 <y>180</y>
349 <width>121</width>
350 <height>24</height>
351 </rect>
352 </property>
353 <property name="alignment">
354 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
355 </property>
356 <property name="accelerated">
357 <bool>true</bool>
358 </property>
359 <property name="decimals">
360 <number>1</number>
361 </property>
362 <property name="maximum">
363 <double>1000.000000000000000</double>
364 </property>
365 <property name="singleStep">
366 <double>0.100000000000000</double>
367 </property>
368 <property name="stepType">
369 <enum>QAbstractSpinBox::DefaultStepType</enum>
370 </property>
371 </widget>
372 <widget class="QDoubleSpinBox" name="hcoEdit">
373 <property name="geometry">
374 <rect>
375 <x>730</x>
376 <y>210</y>
377 <width>121</width>
378 <height>24</height>
379 </rect>
380 </property>
381 <property name="alignment">
382 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
383 </property>
384 <property name="accelerated">
385 <bool>true</bool>
386 </property>
387 <property name="decimals">
388 <number>1</number>
389 </property>
390 <property name="maximum">
391 <double>1000.000000000000000</double>
392 </property>
393 <property name="singleStep">
394 <double>0.100000000000000</double>
395 </property>
396 <property name="stepType">
397 <enum>QAbstractSpinBox::DefaultStepType</enum>
398 </property>
399 </widget>
400 <widget class="QDoubleSpinBox" name="alkalinityEdit">
401 <property name="geometry">
402 <rect>
403 <x>730</x>
404 <y>240</y>
405 <width>121</width>
406 <height>24</height>
407 </rect>
408 </property>
409 <property name="alignment">
410 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
411 </property>
412 <property name="accelerated">
413 <bool>true</bool>
414 </property>
415 <property name="decimals">
416 <number>1</number>
417 </property>
418 <property name="maximum">
419 <double>1000.000000000000000</double>
420 </property>
421 <property name="singleStep">
422 <double>0.100000000000000</double>
423 </property>
424 <property name="stepType">
425 <enum>QAbstractSpinBox::DefaultStepType</enum>
426 </property>
427 </widget>
428 <widget class="QDoubleSpinBox" name="balanceEdit">
429 <property name="geometry">
430 <rect>
431 <x>730</x>
432 <y>290</y>
433 <width>121</width>
434 <height>24</height>
435 </rect>
436 </property>
437 <property name="alignment">
438 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
439 </property>
440 <property name="readOnly">
441 <bool>true</bool>
442 </property>
443 <property name="accelerated">
444 <bool>false</bool>
445 </property>
446 <property name="minimum">
447 <double>-100.000000000000000</double>
448 </property>
449 <property name="maximum">
450 <double>1000.000000000000000</double>
451 </property>
452 <property name="singleStep">
453 <double>0.010000000000000</double>
454 </property>
455 <property name="stepType">
456 <enum>QAbstractSpinBox::DefaultStepType</enum>
457 </property>
458 </widget>
459 <widget class="QLabel" name="so4Label">
460 <property name="geometry">
461 <rect>
462 <x>540</x>
463 <y>150</y>
464 <width>181</width>
465 <height>20</height>
466 </rect>
467 </property>
468 <property name="text">
469 <string>Sulfate (SO4) mg/L:</string>
470 </property>
471 <property name="alignment">
472 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
473 </property>
474 </widget>
475 <widget class="QLabel" name="clLabel">
476 <property name="geometry">
477 <rect>
478 <x>570</x>
479 <y>180</y>
480 <width>151</width>
481 <height>20</height>
482 </rect>
483 </property>
484 <property name="text">
485 <string>Chloride (Cl) mg/L:</string>
486 </property>
487 <property name="alignment">
488 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
489 </property>
490 </widget>
491 <widget class="QLabel" name="hcoLabel">
492 <property name="geometry">
493 <rect>
494 <x>530</x>
495 <y>210</y>
496 <width>191</width>
497 <height>20</height>
498 </rect>
499 </property>
500 <property name="text">
501 <string>Bicarbonate (HCO3) mg/L:</string>
502 </property>
503 <property name="alignment">
504 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
505 </property>
506 </widget>
507 <widget class="QLabel" name="alkalinityLabel">
508 <property name="geometry">
509 <rect>
510 <x>530</x>
511 <y>240</y>
512 <width>191</width>
513 <height>20</height>
514 </rect>
515 </property>
516 <property name="text">
517 <string>Alkalinity (CaCO3) mg/L:</string>
518 </property>
519 <property name="alignment">
520 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
521 </property>
522 </widget>
523 <widget class="QLabel" name="balanceLabel">
524 <property name="geometry">
525 <rect>
526 <x>540</x>
527 <y>290</y>
528 <width>181</width>
529 <height>20</height>
530 </rect>
531 </property>
532 <property name="text">
533 <string>Ion balance meq/L:</string>
534 </property>
535 <property name="alignment">
536 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
537 </property>
538 </widget>
539 <widget class="QLabel" name="balanceIcon">
540 <property name="geometry">
541 <rect>
542 <x>860</x>
543 <y>290</y>
544 <width>56</width>
545 <height>20</height>
546 </rect>
547 </property>
548 <property name="pixmap">
549 <pixmap resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">:/icons/silk/tick.png</pixmap>
550 </property>
551 </widget>
552 </widget>
553 </item>
554 </layout>
555 </widget>
556 <tabstops>
557 <tabstop>nameEdit</tabstop>
558 <tabstop>notesEdit</tabstop>
559 <tabstop>quitButton</tabstop>
560 <tabstop>deleteButton</tabstop>
561 <tabstop>saveButton</tabstop>
562 </tabstops>
563 <resources>
564 <include location="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc"/>
565 </resources>
566 <connections/>
567 </ui>

mercurial