1 |
c137512e
|
Oto Šťáva
|
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
|
|
<ui version="4.0">
|
3 |
|
|
<class>MainWindow</class>
|
4 |
|
|
<widget class="QMainWindow" name="MainWindow">
|
5 |
|
|
<property name="geometry">
|
6 |
|
|
<rect>
|
7 |
|
|
<x>0</x>
|
8 |
|
|
<y>0</y>
|
9 |
|
|
<width>941</width>
|
10 |
|
|
<height>726</height>
|
11 |
|
|
</rect>
|
12 |
|
|
</property>
|
13 |
|
|
<property name="windowTitle">
|
14 |
|
|
<string>MainWindow</string>
|
15 |
|
|
</property>
|
16 |
|
|
<widget class="QWidget" name="centralWidget">
|
17 |
|
|
<layout class="QGridLayout" name="gridLayout">
|
18 |
|
|
<item row="0" column="0">
|
19 |
|
|
<widget class="QLabel" name="connectionLabel">
|
20 |
|
|
<property name="sizePolicy">
|
21 |
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
22 |
|
|
<horstretch>0</horstretch>
|
23 |
|
|
<verstretch>0</verstretch>
|
24 |
|
|
</sizepolicy>
|
25 |
|
|
</property>
|
26 |
|
|
<property name="minimumSize">
|
27 |
|
|
<size>
|
28 |
|
|
<width>0</width>
|
29 |
|
|
<height>40</height>
|
30 |
|
|
</size>
|
31 |
|
|
</property>
|
32 |
|
|
<property name="font">
|
33 |
|
|
<font>
|
34 |
|
|
<pointsize>15</pointsize>
|
35 |
|
|
</font>
|
36 |
|
|
</property>
|
37 |
|
|
<property name="text">
|
38 |
|
|
<string>Odpojeno</string>
|
39 |
|
|
</property>
|
40 |
|
|
<property name="alignment">
|
41 |
|
|
<set>Qt::AlignCenter</set>
|
42 |
|
|
</property>
|
43 |
|
|
</widget>
|
44 |
|
|
</item>
|
45 |
|
|
<item row="0" column="1">
|
46 |
|
|
<widget class="QLabel" name="safetyBtnLabel">
|
47 |
|
|
<property name="font">
|
48 |
|
|
<font>
|
49 |
|
|
<pointsize>15</pointsize>
|
50 |
|
|
</font>
|
51 |
|
|
</property>
|
52 |
|
|
<property name="text">
|
53 |
|
|
<string>Bezpečnostní ruční spínač</string>
|
54 |
|
|
</property>
|
55 |
|
|
<property name="alignment">
|
56 |
|
|
<set>Qt::AlignCenter</set>
|
57 |
|
|
</property>
|
58 |
|
|
</widget>
|
59 |
|
|
</item>
|
60 |
|
|
<item row="0" column="2">
|
61 |
|
|
<widget class="QLabel" name="autoKeyStatusLabel">
|
62 |
|
|
<property name="font">
|
63 |
|
|
<font>
|
64 |
|
|
<pointsize>15</pointsize>
|
65 |
|
|
</font>
|
66 |
|
|
</property>
|
67 |
|
|
<property name="text">
|
68 |
|
|
<string>Klíč automat</string>
|
69 |
|
|
</property>
|
70 |
|
|
<property name="alignment">
|
71 |
|
|
<set>Qt::AlignCenter</set>
|
72 |
|
|
</property>
|
73 |
|
|
</widget>
|
74 |
|
|
</item>
|
75 |
|
|
<item row="0" column="3">
|
76 |
|
|
<widget class="QLabel" name="dbConnectionStatusLabel">
|
77 |
|
|
<property name="font">
|
78 |
|
|
<font>
|
79 |
|
|
<pointsize>15</pointsize>
|
80 |
|
|
</font>
|
81 |
|
|
</property>
|
82 |
|
|
<property name="text">
|
83 |
|
|
<string>DB nepřipojena</string>
|
84 |
|
|
</property>
|
85 |
|
|
<property name="alignment">
|
86 |
|
|
<set>Qt::AlignCenter</set>
|
87 |
|
|
</property>
|
88 |
|
|
</widget>
|
89 |
|
|
</item>
|
90 |
|
|
<item row="1" column="0" colspan="4">
|
91 |
|
|
<widget class="QSplitter" name="splitter">
|
92 |
|
|
<property name="orientation">
|
93 |
|
|
<enum>Qt::Horizontal</enum>
|
94 |
|
|
</property>
|
95 |
|
|
<widget class="QWidget" name="layoutWidget">
|
96 |
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
97 |
|
|
<item>
|
98 |
|
|
<widget class="QGroupBox" name="groupBox_2">
|
99 |
|
|
<property name="font">
|
100 |
|
|
<font>
|
101 |
|
|
<pointsize>15</pointsize>
|
102 |
|
|
</font>
|
103 |
|
|
</property>
|
104 |
|
|
<property name="title">
|
105 |
|
|
<string>Ovládání stroje</string>
|
106 |
|
|
</property>
|
107 |
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
108 |
|
|
<item row="0" column="1">
|
109 |
|
|
<widget class="QPushButton" name="curveAssistPlayBtn">
|
110 |
|
|
<property name="minimumSize">
|
111 |
|
|
<size>
|
112 |
|
|
<width>0</width>
|
113 |
|
|
<height>90</height>
|
114 |
|
|
</size>
|
115 |
|
|
</property>
|
116 |
|
|
<property name="font">
|
117 |
|
|
<font>
|
118 |
|
|
<pointsize>15</pointsize>
|
119 |
|
|
</font>
|
120 |
|
|
</property>
|
121 |
|
|
<property name="styleSheet">
|
122 |
|
|
<string notr="true">background-color: rgb(0, 255, 0);</string>
|
123 |
|
|
</property>
|
124 |
|
|
<property name="text">
|
125 |
|
|
<string>Spustit cvičení
|
126 |
|
|
10:00min</string>
|
127 |
|
|
</property>
|
128 |
|
|
<property name="checkable">
|
129 |
|
|
<bool>true</bool>
|
130 |
|
|
</property>
|
131 |
|
|
</widget>
|
132 |
|
|
</item>
|
133 |
|
|
<item row="0" column="4">
|
134 |
|
|
<widget class="QPushButton" name="resetPosBtn">
|
135 |
|
|
<property name="minimumSize">
|
136 |
|
|
<size>
|
137 |
|
|
<width>0</width>
|
138 |
|
|
<height>90</height>
|
139 |
|
|
</size>
|
140 |
|
|
</property>
|
141 |
|
|
<property name="text">
|
142 |
|
|
<string>Reset pozice</string>
|
143 |
|
|
</property>
|
144 |
|
|
</widget>
|
145 |
|
|
</item>
|
146 |
|
|
<item row="0" column="0">
|
147 |
|
|
<widget class="QPushButton" name="curvePlayBtn">
|
148 |
|
|
<property name="minimumSize">
|
149 |
|
|
<size>
|
150 |
|
|
<width>0</width>
|
151 |
|
|
<height>90</height>
|
152 |
|
|
</size>
|
153 |
|
|
</property>
|
154 |
|
|
<property name="text">
|
155 |
|
|
<string>Provedení křivky</string>
|
156 |
|
|
</property>
|
157 |
|
|
<property name="checkable">
|
158 |
|
|
<bool>true</bool>
|
159 |
|
|
</property>
|
160 |
|
|
<property name="flat">
|
161 |
|
|
<bool>false</bool>
|
162 |
|
|
</property>
|
163 |
|
|
</widget>
|
164 |
|
|
</item>
|
165 |
|
|
<item row="0" column="2">
|
166 |
|
|
<widget class="QDial" name="procTimeDial">
|
167 |
|
|
<property name="minimumSize">
|
168 |
|
|
<size>
|
169 |
|
|
<width>0</width>
|
170 |
|
|
<height>110</height>
|
171 |
|
|
</size>
|
172 |
|
|
</property>
|
173 |
|
|
<property name="notchesVisible">
|
174 |
|
|
<bool>true</bool>
|
175 |
|
|
</property>
|
176 |
|
|
</widget>
|
177 |
|
|
</item>
|
178 |
|
|
<item row="0" column="5" rowspan="2">
|
179 |
|
|
<widget class="QSlider" name="upDownSlider">
|
180 |
|
|
<property name="minimumSize">
|
181 |
|
|
<size>
|
182 |
|
|
<width>90</width>
|
183 |
|
|
<height>90</height>
|
184 |
|
|
</size>
|
185 |
|
|
</property>
|
186 |
|
|
<property name="maximumSize">
|
187 |
|
|
<size>
|
188 |
|
|
<width>16777215</width>
|
189 |
|
|
<height>16777215</height>
|
190 |
|
|
</size>
|
191 |
|
|
</property>
|
192 |
|
|
<property name="focusPolicy">
|
193 |
|
|
<enum>Qt::StrongFocus</enum>
|
194 |
|
|
</property>
|
195 |
|
|
<property name="styleSheet">
|
196 |
|
|
<string notr="true">/* QSlider:vertical {
|
197 |
|
|
min-height: 32px;
|
198 |
|
|
}
|
199 |
|
|
|
200 |
|
|
QSlider::groove:vertical {
|
201 |
|
|
margin: -2px 0;
|
202 |
|
|
}
|
203 |
|
|
|
204 |
|
|
|
205 |
|
|
QSlider::handle:vertical {
|
206 |
|
|
background: #22B14C;
|
207 |
|
|
border: 5px solid #B5E61D;
|
208 |
|
|
width: 100px;
|
209 |
|
|
height: 100px;
|
210 |
|
|
margin: -24px -12px;
|
211 |
|
|
}*/
|
212 |
|
|
|
213 |
|
|
/*.QSlider {
|
214 |
|
|
min-height: 68px;
|
215 |
|
|
max-height: 68px;
|
216 |
|
|
background: #5F4141;
|
217 |
|
|
}*/
|
218 |
|
|
|
219 |
|
|
.QSlider::groove:vertical {
|
220 |
|
|
width: 55px;
|
221 |
|
|
background-color: rgb(90, 90, 90);
|
222 |
|
|
margin: 0 12px;
|
223 |
|
|
}
|
224 |
|
|
|
225 |
|
|
.QSlider::handle:vertical {
|
226 |
|
|
background: #22B14C;
|
227 |
|
|
border: 5px solid #B5E61D;
|
228 |
|
|
width: 50px;
|
229 |
|
|
height: 50px;
|
230 |
|
|
margin: 0px -12px;
|
231 |
|
|
|
232 |
|
|
image: url(:/img/up-down.png);
|
233 |
|
|
}
|
234 |
|
|
</string>
|
235 |
|
|
</property>
|
236 |
|
|
<property name="singleStep">
|
237 |
|
|
<number>0</number>
|
238 |
|
|
</property>
|
239 |
|
|
<property name="pageStep">
|
240 |
|
|
<number>0</number>
|
241 |
|
|
</property>
|
242 |
|
|
<property name="value">
|
243 |
|
|
<number>50</number>
|
244 |
|
|
</property>
|
245 |
|
|
<property name="sliderPosition">
|
246 |
|
|
<number>50</number>
|
247 |
|
|
</property>
|
248 |
|
|
<property name="tracking">
|
249 |
|
|
<bool>false</bool>
|
250 |
|
|
</property>
|
251 |
|
|
<property name="orientation">
|
252 |
|
|
<enum>Qt::Vertical</enum>
|
253 |
|
|
</property>
|
254 |
|
|
</widget>
|
255 |
|
|
</item>
|
256 |
|
|
<item row="2" column="5">
|
257 |
|
|
<widget class="QLabel" name="label_4">
|
258 |
|
|
<property name="text">
|
259 |
|
|
<string>Posun</string>
|
260 |
|
|
</property>
|
261 |
|
|
<property name="alignment">
|
262 |
|
|
<set>Qt::AlignHCenter|Qt::AlignTop</set>
|
263 |
|
|
</property>
|
264 |
|
|
</widget>
|
265 |
|
|
</item>
|
266 |
|
|
<item row="2" column="2">
|
267 |
|
|
<widget class="QLabel" name="label_5">
|
268 |
|
|
<property name="text">
|
269 |
|
|
<string>Čas</string>
|
270 |
|
|
</property>
|
271 |
|
|
<property name="alignment">
|
272 |
|
|
<set>Qt::AlignCenter</set>
|
273 |
|
|
</property>
|
274 |
|
|
</widget>
|
275 |
|
|
</item>
|
276 |
|
|
</layout>
|
277 |
|
|
</widget>
|
278 |
|
|
</item>
|
279 |
|
|
<item>
|
280 |
|
|
<widget class="QGroupBox" name="groupBox_3">
|
281 |
|
|
<property name="font">
|
282 |
|
|
<font>
|
283 |
|
|
<pointsize>15</pointsize>
|
284 |
|
|
</font>
|
285 |
|
|
</property>
|
286 |
|
|
<property name="title">
|
287 |
|
|
<string>Práce s křivkou</string>
|
288 |
|
|
</property>
|
289 |
|
|
<layout class="QGridLayout" name="gridLayout_4" columnstretch="2,2,1,1,1">
|
290 |
|
|
<item row="0" column="0">
|
291 |
|
|
<widget class="QPushButton" name="curveTeachBtn">
|
292 |
|
|
<property name="minimumSize">
|
293 |
|
|
<size>
|
294 |
|
|
<width>0</width>
|
295 |
|
|
<height>90</height>
|
296 |
|
|
</size>
|
297 |
|
|
</property>
|
298 |
|
|
<property name="sizeIncrement">
|
299 |
|
|
<size>
|
300 |
|
|
<width>1</width>
|
301 |
|
|
<height>0</height>
|
302 |
|
|
</size>
|
303 |
|
|
</property>
|
304 |
|
|
<property name="font">
|
305 |
|
|
<font>
|
306 |
|
|
<pointsize>15</pointsize>
|
307 |
|
|
</font>
|
308 |
|
|
</property>
|
309 |
|
|
<property name="styleSheet">
|
310 |
|
|
<string notr="true">background-color: rgb(0, 222, 222);</string>
|
311 |
|
|
</property>
|
312 |
|
|
<property name="text">
|
313 |
|
|
<string>Učení křivky</string>
|
314 |
|
|
</property>
|
315 |
|
|
<property name="checkable">
|
316 |
|
|
<bool>true</bool>
|
317 |
|
|
</property>
|
318 |
|
|
</widget>
|
319 |
|
|
</item>
|
320 |
|
|
<item row="0" column="1">
|
321 |
|
|
<widget class="QPushButton" name="curveGenerateBtn">
|
322 |
|
|
<property name="minimumSize">
|
323 |
|
|
<size>
|
324 |
|
|
<width>0</width>
|
325 |
|
|
<height>90</height>
|
326 |
|
|
</size>
|
327 |
|
|
</property>
|
328 |
|
|
<property name="sizeIncrement">
|
329 |
|
|
<size>
|
330 |
|
|
<width>1</width>
|
331 |
|
|
<height>0</height>
|
332 |
|
|
</size>
|
333 |
|
|
</property>
|
334 |
|
|
<property name="font">
|
335 |
|
|
<font>
|
336 |
|
|
<pointsize>15</pointsize>
|
337 |
|
|
</font>
|
338 |
|
|
</property>
|
339 |
|
|
<property name="styleSheet">
|
340 |
|
|
<string notr="true">background-color: rgb(255, 188, 59);</string>
|
341 |
|
|
</property>
|
342 |
|
|
<property name="text">
|
343 |
|
|
<string>Předprogramované
|
344 |
|
|
trajektorie</string>
|
345 |
|
|
</property>
|
346 |
|
|
</widget>
|
347 |
|
|
</item>
|
348 |
|
|
<item row="0" column="2">
|
349 |
|
|
<widget class="QPushButton" name="curveStoreBtn">
|
350 |
|
|
<property name="minimumSize">
|
351 |
|
|
<size>
|
352 |
|
|
<width>0</width>
|
353 |
|
|
<height>90</height>
|
354 |
|
|
</size>
|
355 |
|
|
</property>
|
356 |
|
|
<property name="text">
|
357 |
|
|
<string>Uložení
|
358 |
|
|
křivky</string>
|
359 |
|
|
</property>
|
360 |
|
|
</widget>
|
361 |
|
|
</item>
|
362 |
|
|
<item row="0" column="3">
|
363 |
|
|
<widget class="QPushButton" name="curveLoadBtn">
|
364 |
|
|
<property name="minimumSize">
|
365 |
|
|
<size>
|
366 |
|
|
<width>0</width>
|
367 |
|
|
<height>90</height>
|
368 |
|
|
</size>
|
369 |
|
|
</property>
|
370 |
|
|
<property name="text">
|
371 |
|
|
<string>Načtení
|
372 |
|
|
křivky</string>
|
373 |
|
|
</property>
|
374 |
|
|
</widget>
|
375 |
|
|
</item>
|
376 |
|
|
<item row="0" column="4">
|
377 |
|
|
<widget class="QPushButton" name="measurementLoadBtn">
|
378 |
|
|
<property name="minimumSize">
|
379 |
|
|
<size>
|
380 |
|
|
<width>0</width>
|
381 |
|
|
<height>90</height>
|
382 |
|
|
</size>
|
383 |
|
|
</property>
|
384 |
|
|
<property name="text">
|
385 |
|
|
<string>Načtení
|
386 |
|
|
měření</string>
|
387 |
|
|
</property>
|
388 |
|
|
</widget>
|
389 |
|
|
</item>
|
390 |
|
|
</layout>
|
391 |
|
|
</widget>
|
392 |
|
|
</item>
|
393 |
|
|
<item>
|
394 |
|
|
<widget class="QGroupBox" name="groupBox">
|
395 |
|
|
<property name="font">
|
396 |
|
|
<font>
|
397 |
|
|
<pointsize>15</pointsize>
|
398 |
|
|
</font>
|
399 |
|
|
</property>
|
400 |
|
|
<property name="title">
|
401 |
|
|
<string>Cvičení</string>
|
402 |
|
|
</property>
|
403 |
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
404 |
|
|
<item row="1" column="6" rowspan="2">
|
405 |
|
|
<widget class="QPushButton" name="patientSelectBtn">
|
406 |
|
|
<property name="minimumSize">
|
407 |
|
|
<size>
|
408 |
|
|
<width>0</width>
|
409 |
|
|
<height>80</height>
|
410 |
|
|
</size>
|
411 |
|
|
</property>
|
412 |
|
|
<property name="text">
|
413 |
|
|
<string>Výběr pacienta</string>
|
414 |
|
|
</property>
|
415 |
|
|
</widget>
|
416 |
|
|
</item>
|
417 |
|
|
<item row="1" column="1">
|
418 |
|
|
<widget class="QLabel" name="label_2">
|
419 |
|
|
<property name="text">
|
420 |
|
|
<string>Po jednom cyklu</string>
|
421 |
|
|
</property>
|
422 |
|
|
</widget>
|
423 |
|
|
</item>
|
424 |
|
|
<item row="2" column="0" rowspan="3">
|
425 |
|
|
<widget class="QLineEdit" name="actQualityEdit">
|
426 |
|
|
<property name="text">
|
427 |
|
|
<string>0</string>
|
428 |
|
|
</property>
|
429 |
|
|
<property name="readOnly">
|
430 |
|
|
<bool>true</bool>
|
431 |
|
|
</property>
|
432 |
|
|
</widget>
|
433 |
|
|
</item>
|
434 |
|
|
<item row="2" column="1" rowspan="3">
|
435 |
|
|
<widget class="QLineEdit" name="oneCycleQualityEdit">
|
436 |
|
|
<property name="text">
|
437 |
|
|
<string>0</string>
|
438 |
|
|
</property>
|
439 |
|
|
<property name="readOnly">
|
440 |
|
|
<bool>true</bool>
|
441 |
|
|
</property>
|
442 |
|
|
</widget>
|
443 |
|
|
</item>
|
444 |
|
|
<item row="2" column="2" rowspan="3" colspan="2">
|
445 |
|
|
<widget class="QLineEdit" name="overallQualityEdit">
|
446 |
|
|
<property name="text">
|
447 |
|
|
<string>0</string>
|
448 |
|
|
</property>
|
449 |
|
|
<property name="dragEnabled">
|
450 |
|
|
<bool>false</bool>
|
451 |
|
|
</property>
|
452 |
|
|
<property name="readOnly">
|
453 |
|
|
<bool>true</bool>
|
454 |
|
|
</property>
|
455 |
|
|
</widget>
|
456 |
|
|
</item>
|
457 |
|
|
<item row="1" column="0">
|
458 |
|
|
<widget class="QLabel" name="label">
|
459 |
|
|
<property name="text">
|
460 |
|
|
<string>Aktuální</string>
|
461 |
|
|
</property>
|
462 |
|
|
</widget>
|
463 |
|
|
</item>
|
464 |
|
|
<item row="1" column="2">
|
465 |
|
|
<widget class="QLabel" name="label_3">
|
466 |
|
|
<property name="text">
|
467 |
|
|
<string>Celková</string>
|
468 |
|
|
</property>
|
469 |
|
|
</widget>
|
470 |
|
|
</item>
|
471 |
|
|
<item row="0" column="0" colspan="2">
|
472 |
|
|
<widget class="QLabel" name="patientNameLabel">
|
473 |
|
|
<property name="text">
|
474 |
|
|
<string>Jméno:</string>
|
475 |
|
|
</property>
|
476 |
|
|
</widget>
|
477 |
|
|
</item>
|
478 |
|
|
<item row="0" column="2" colspan="5">
|
479 |
|
|
<widget class="QLabel" name="indicationLabel">
|
480 |
|
|
<property name="text">
|
481 |
|
|
<string>Indikace:</string>
|
482 |
|
|
</property>
|
483 |
|
|
</widget>
|
484 |
|
|
</item>
|
485 |
|
|
</layout>
|
486 |
|
|
</widget>
|
487 |
|
|
</item>
|
488 |
|
|
</layout>
|
489 |
|
|
</widget>
|
490 |
|
|
<widget class="Scene" name="glwidget">
|
491 |
|
|
<property name="sizePolicy">
|
492 |
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
493 |
|
|
<horstretch>0</horstretch>
|
494 |
|
|
<verstretch>0</verstretch>
|
495 |
|
|
</sizepolicy>
|
496 |
|
|
</property>
|
497 |
|
|
</widget>
|
498 |
|
|
</widget>
|
499 |
|
|
</item>
|
500 |
|
|
</layout>
|
501 |
|
|
</widget>
|
502 |
|
|
<widget class="QMenuBar" name="menuBar">
|
503 |
|
|
<property name="geometry">
|
504 |
|
|
<rect>
|
505 |
|
|
<x>0</x>
|
506 |
|
|
<y>0</y>
|
507 |
|
|
<width>941</width>
|
508 |
|
|
<height>20</height>
|
509 |
|
|
</rect>
|
510 |
|
|
</property>
|
511 |
|
|
</widget>
|
512 |
|
|
<widget class="QToolBar" name="mainToolBar">
|
513 |
|
|
<attribute name="toolBarArea">
|
514 |
|
|
<enum>TopToolBarArea</enum>
|
515 |
|
|
</attribute>
|
516 |
|
|
<attribute name="toolBarBreak">
|
517 |
|
|
<bool>false</bool>
|
518 |
|
|
</attribute>
|
519 |
|
|
</widget>
|
520 |
|
|
<widget class="QStatusBar" name="statusBar"/>
|
521 |
|
|
</widget>
|
522 |
|
|
<layoutdefault spacing="6" margin="11"/>
|
523 |
|
|
<customwidgets>
|
524 |
|
|
<customwidget>
|
525 |
|
|
<class>Scene</class>
|
526 |
|
|
<extends>QOpenGLWidget</extends>
|
527 |
|
|
<header>gl/scene.hpp</header>
|
528 |
|
|
</customwidget>
|
529 |
|
|
</customwidgets>
|
530 |
|
|
<resources/>
|
531 |
|
|
<connections/>
|
532 |
|
|
</ui>
|