1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
<ui version="4.0">
|
3
|
<class>dbBrowser</class>
|
4
|
<widget class="QMainWindow" name="dbBrowser">
|
5
|
<property name="geometry">
|
6
|
<rect>
|
7
|
<x>0</x>
|
8
|
<y>0</y>
|
9
|
<width>1065</width>
|
10
|
<height>694</height>
|
11
|
</rect>
|
12
|
</property>
|
13
|
<property name="font">
|
14
|
<font>
|
15
|
<pointsize>14</pointsize>
|
16
|
<kerning>true</kerning>
|
17
|
</font>
|
18
|
</property>
|
19
|
<property name="windowTitle">
|
20
|
<string>Database browser</string>
|
21
|
</property>
|
22
|
<property name="toolTipDuration">
|
23
|
<number>-1</number>
|
24
|
</property>
|
25
|
<property name="tabShape">
|
26
|
<enum>QTabWidget::Rounded</enum>
|
27
|
</property>
|
28
|
<widget class="QWidget" name="centralWidget">
|
29
|
<layout class="QGridLayout" name="gridLayout_7">
|
30
|
<item row="0" column="0">
|
31
|
<widget class="QTabWidget" name="tabWidget">
|
32
|
<property name="font">
|
33
|
<font>
|
34
|
<pointsize>14</pointsize>
|
35
|
</font>
|
36
|
</property>
|
37
|
<property name="styleSheet">
|
38
|
<string notr="true">QTabBar::tab { height: 50px; width: 150px; }</string>
|
39
|
</property>
|
40
|
<property name="tabShape">
|
41
|
<enum>QTabWidget::Rounded</enum>
|
42
|
</property>
|
43
|
<property name="currentIndex">
|
44
|
<number>0</number>
|
45
|
</property>
|
46
|
<property name="elideMode">
|
47
|
<enum>Qt::ElideNone</enum>
|
48
|
</property>
|
49
|
<property name="usesScrollButtons">
|
50
|
<bool>true</bool>
|
51
|
</property>
|
52
|
<property name="documentMode">
|
53
|
<bool>false</bool>
|
54
|
</property>
|
55
|
<property name="tabsClosable">
|
56
|
<bool>false</bool>
|
57
|
</property>
|
58
|
<property name="movable">
|
59
|
<bool>false</bool>
|
60
|
</property>
|
61
|
<property name="tabBarAutoHide">
|
62
|
<bool>false</bool>
|
63
|
</property>
|
64
|
<widget class="QWidget" name="usersTab">
|
65
|
<attribute name="title">
|
66
|
<string>Users</string>
|
67
|
</attribute>
|
68
|
<layout class="QGridLayout" name="gridLayout_4">
|
69
|
<item row="0" column="0">
|
70
|
<widget class="QGroupBox" name="groupBox_2">
|
71
|
<property name="font">
|
72
|
<font>
|
73
|
<pointsize>14</pointsize>
|
74
|
</font>
|
75
|
</property>
|
76
|
<property name="title">
|
77
|
<string>Add users</string>
|
78
|
</property>
|
79
|
<layout class="QGridLayout" name="gridLayout_3">
|
80
|
<item row="0" column="0">
|
81
|
<widget class="QLabel" name="label">
|
82
|
<property name="font">
|
83
|
<font>
|
84
|
<pointsize>14</pointsize>
|
85
|
</font>
|
86
|
</property>
|
87
|
<property name="text">
|
88
|
<string>Name</string>
|
89
|
</property>
|
90
|
</widget>
|
91
|
</item>
|
92
|
<item row="0" column="1">
|
93
|
<widget class="QLabel" name="label_2">
|
94
|
<property name="font">
|
95
|
<font>
|
96
|
<pointsize>14</pointsize>
|
97
|
</font>
|
98
|
</property>
|
99
|
<property name="text">
|
100
|
<string>Surname</string>
|
101
|
</property>
|
102
|
</widget>
|
103
|
</item>
|
104
|
<item row="0" column="2">
|
105
|
<widget class="QLabel" name="label_3">
|
106
|
<property name="font">
|
107
|
<font>
|
108
|
<pointsize>14</pointsize>
|
109
|
</font>
|
110
|
</property>
|
111
|
<property name="text">
|
112
|
<string>Birthdate</string>
|
113
|
</property>
|
114
|
</widget>
|
115
|
</item>
|
116
|
<item row="0" column="3">
|
117
|
<widget class="QLabel" name="label_4">
|
118
|
<property name="font">
|
119
|
<font>
|
120
|
<pointsize>14</pointsize>
|
121
|
</font>
|
122
|
</property>
|
123
|
<property name="text">
|
124
|
<string>ID number</string>
|
125
|
</property>
|
126
|
</widget>
|
127
|
</item>
|
128
|
<item row="0" column="4">
|
129
|
<widget class="QLabel" name="label_11">
|
130
|
<property name="font">
|
131
|
<font>
|
132
|
<pointsize>14</pointsize>
|
133
|
</font>
|
134
|
</property>
|
135
|
<property name="text">
|
136
|
<string>indication ID</string>
|
137
|
</property>
|
138
|
</widget>
|
139
|
</item>
|
140
|
<item row="0" column="5" rowspan="2">
|
141
|
<widget class="QPushButton" name="addPatientBtn">
|
142
|
<property name="minimumSize">
|
143
|
<size>
|
144
|
<width>0</width>
|
145
|
<height>80</height>
|
146
|
</size>
|
147
|
</property>
|
148
|
<property name="font">
|
149
|
<font>
|
150
|
<pointsize>14</pointsize>
|
151
|
</font>
|
152
|
</property>
|
153
|
<property name="text">
|
154
|
<string>Add</string>
|
155
|
</property>
|
156
|
</widget>
|
157
|
</item>
|
158
|
<item row="1" column="0">
|
159
|
<widget class="QLineEdit" name="nameEdit">
|
160
|
<property name="font">
|
161
|
<font>
|
162
|
<pointsize>14</pointsize>
|
163
|
</font>
|
164
|
</property>
|
165
|
</widget>
|
166
|
</item>
|
167
|
<item row="1" column="1">
|
168
|
<widget class="QLineEdit" name="surnameEdit">
|
169
|
<property name="font">
|
170
|
<font>
|
171
|
<pointsize>14</pointsize>
|
172
|
</font>
|
173
|
</property>
|
174
|
</widget>
|
175
|
</item>
|
176
|
<item row="1" column="2">
|
177
|
<widget class="QDateEdit" name="birthdateEdit">
|
178
|
<property name="font">
|
179
|
<font>
|
180
|
<pointsize>14</pointsize>
|
181
|
</font>
|
182
|
</property>
|
183
|
</widget>
|
184
|
</item>
|
185
|
<item row="1" column="3">
|
186
|
<widget class="QLineEdit" name="idnumberEdit">
|
187
|
<property name="font">
|
188
|
<font>
|
189
|
<pointsize>14</pointsize>
|
190
|
</font>
|
191
|
</property>
|
192
|
</widget>
|
193
|
</item>
|
194
|
<item row="1" column="4">
|
195
|
<widget class="QComboBox" name="indNameCombo2">
|
196
|
<property name="minimumSize">
|
197
|
<size>
|
198
|
<width>160</width>
|
199
|
<height>40</height>
|
200
|
</size>
|
201
|
</property>
|
202
|
</widget>
|
203
|
</item>
|
204
|
</layout>
|
205
|
</widget>
|
206
|
</item>
|
207
|
<item row="1" column="0">
|
208
|
<widget class="QGroupBox" name="groupBox">
|
209
|
<property name="font">
|
210
|
<font>
|
211
|
<pointsize>14</pointsize>
|
212
|
</font>
|
213
|
</property>
|
214
|
<property name="title">
|
215
|
<string>Users list</string>
|
216
|
</property>
|
217
|
<layout class="QGridLayout" name="gridLayout">
|
218
|
<item row="0" column="0">
|
219
|
<widget class="QTableView" name="usersTableView">
|
220
|
<property name="styleSheet">
|
221
|
<string notr="true">QHeaderView { font-size: 14pt; }
|
222
|
|
223
|
QTableView { font-size: 14pt; }
|
224
|
</string>
|
225
|
</property>
|
226
|
<property name="sizeAdjustPolicy">
|
227
|
<enum>QAbstractScrollArea::AdjustToContentsOnFirstShow</enum>
|
228
|
</property>
|
229
|
<attribute name="horizontalHeaderCascadingSectionResizes">
|
230
|
<bool>true</bool>
|
231
|
</attribute>
|
232
|
<attribute name="horizontalHeaderDefaultSectionSize">
|
233
|
<number>150</number>
|
234
|
</attribute>
|
235
|
<attribute name="horizontalHeaderMinimumSectionSize">
|
236
|
<number>150</number>
|
237
|
</attribute>
|
238
|
<attribute name="horizontalHeaderStretchLastSection">
|
239
|
<bool>true</bool>
|
240
|
</attribute>
|
241
|
</widget>
|
242
|
</item>
|
243
|
</layout>
|
244
|
</widget>
|
245
|
</item>
|
246
|
</layout>
|
247
|
</widget>
|
248
|
<widget class="QWidget" name="tab">
|
249
|
<attribute name="title">
|
250
|
<string>Indications</string>
|
251
|
</attribute>
|
252
|
<layout class="QGridLayout" name="gridLayout_6">
|
253
|
<item row="0" column="0">
|
254
|
<widget class="QGroupBox" name="groupBox_4">
|
255
|
<property name="font">
|
256
|
<font>
|
257
|
<pointsize>14</pointsize>
|
258
|
</font>
|
259
|
</property>
|
260
|
<property name="title">
|
261
|
<string>Add indication</string>
|
262
|
</property>
|
263
|
<layout class="QGridLayout" name="gridLayout_5">
|
264
|
<item row="3" column="3">
|
265
|
<widget class="QLineEdit" name="timeEdit">
|
266
|
<property name="font">
|
267
|
<font>
|
268
|
<pointsize>14</pointsize>
|
269
|
</font>
|
270
|
</property>
|
271
|
<property name="maxLength">
|
272
|
<number>10</number>
|
273
|
</property>
|
274
|
</widget>
|
275
|
</item>
|
276
|
<item row="3" column="1">
|
277
|
<widget class="QLineEdit" name="descriptionEdit">
|
278
|
<property name="font">
|
279
|
<font>
|
280
|
<pointsize>14</pointsize>
|
281
|
</font>
|
282
|
</property>
|
283
|
</widget>
|
284
|
</item>
|
285
|
<item row="0" column="1">
|
286
|
<widget class="QLabel" name="label_6">
|
287
|
<property name="font">
|
288
|
<font>
|
289
|
<pointsize>14</pointsize>
|
290
|
</font>
|
291
|
</property>
|
292
|
<property name="text">
|
293
|
<string>Description</string>
|
294
|
</property>
|
295
|
</widget>
|
296
|
</item>
|
297
|
<item row="3" column="0">
|
298
|
<widget class="QLineEdit" name="indNameEdit">
|
299
|
<property name="font">
|
300
|
<font>
|
301
|
<pointsize>14</pointsize>
|
302
|
</font>
|
303
|
</property>
|
304
|
</widget>
|
305
|
</item>
|
306
|
<item row="0" column="0">
|
307
|
<widget class="QLabel" name="label_5">
|
308
|
<property name="font">
|
309
|
<font>
|
310
|
<pointsize>14</pointsize>
|
311
|
</font>
|
312
|
</property>
|
313
|
<property name="text">
|
314
|
<string>Name</string>
|
315
|
</property>
|
316
|
</widget>
|
317
|
</item>
|
318
|
<item row="0" column="3">
|
319
|
<widget class="QLabel" name="label_8">
|
320
|
<property name="font">
|
321
|
<font>
|
322
|
<pointsize>14</pointsize>
|
323
|
</font>
|
324
|
</property>
|
325
|
<property name="text">
|
326
|
<string>Time [min]</string>
|
327
|
</property>
|
328
|
</widget>
|
329
|
</item>
|
330
|
<item row="0" column="4" rowspan="4">
|
331
|
<widget class="QPushButton" name="addIndicationBtn">
|
332
|
<property name="minimumSize">
|
333
|
<size>
|
334
|
<width>0</width>
|
335
|
<height>80</height>
|
336
|
</size>
|
337
|
</property>
|
338
|
<property name="font">
|
339
|
<font>
|
340
|
<pointsize>14</pointsize>
|
341
|
</font>
|
342
|
</property>
|
343
|
<property name="text">
|
344
|
<string>Add</string>
|
345
|
</property>
|
346
|
</widget>
|
347
|
</item>
|
348
|
<item row="0" column="2" rowspan="4">
|
349
|
<widget class="QPushButton" name="curveSelectBtn">
|
350
|
<property name="minimumSize">
|
351
|
<size>
|
352
|
<width>0</width>
|
353
|
<height>80</height>
|
354
|
</size>
|
355
|
</property>
|
356
|
<property name="font">
|
357
|
<font>
|
358
|
<pointsize>14</pointsize>
|
359
|
</font>
|
360
|
</property>
|
361
|
<property name="styleSheet">
|
362
|
<string notr="true"/>
|
363
|
</property>
|
364
|
<property name="text">
|
365
|
<string>Curve selection</string>
|
366
|
</property>
|
367
|
</widget>
|
368
|
</item>
|
369
|
</layout>
|
370
|
</widget>
|
371
|
</item>
|
372
|
<item row="1" column="0">
|
373
|
<widget class="QGroupBox" name="groupBox_3">
|
374
|
<property name="font">
|
375
|
<font>
|
376
|
<pointsize>14</pointsize>
|
377
|
</font>
|
378
|
</property>
|
379
|
<property name="title">
|
380
|
<string>Indications list</string>
|
381
|
</property>
|
382
|
<layout class="QGridLayout" name="gridLayout_2">
|
383
|
<item row="0" column="0">
|
384
|
<widget class="QTableView" name="indicationsTableView">
|
385
|
<property name="styleSheet">
|
386
|
<string notr="true">QHeaderView { font-size: 14pt; }
|
387
|
|
388
|
QTableView { font-size: 14pt; }
|
389
|
</string>
|
390
|
</property>
|
391
|
</widget>
|
392
|
</item>
|
393
|
</layout>
|
394
|
</widget>
|
395
|
</item>
|
396
|
</layout>
|
397
|
</widget>
|
398
|
<widget class="QWidget" name="resultsTab">
|
399
|
<attribute name="title">
|
400
|
<string>Results</string>
|
401
|
</attribute>
|
402
|
<layout class="QGridLayout" name="gridLayout_10">
|
403
|
<item row="0" column="0" rowspan="2" colspan="2">
|
404
|
<widget class="QGroupBox" name="groupBox_6">
|
405
|
<property name="font">
|
406
|
<font>
|
407
|
<pointsize>14</pointsize>
|
408
|
</font>
|
409
|
</property>
|
410
|
<property name="title">
|
411
|
<string>Filter</string>
|
412
|
</property>
|
413
|
<layout class="QGridLayout" name="gridLayout_9">
|
414
|
<item row="0" column="0">
|
415
|
<widget class="QLabel" name="label_9">
|
416
|
<property name="font">
|
417
|
<font>
|
418
|
<pointsize>14</pointsize>
|
419
|
</font>
|
420
|
</property>
|
421
|
<property name="text">
|
422
|
<string>Patient Name</string>
|
423
|
</property>
|
424
|
</widget>
|
425
|
</item>
|
426
|
<item row="0" column="1">
|
427
|
<widget class="QLabel" name="label_10">
|
428
|
<property name="font">
|
429
|
<font>
|
430
|
<pointsize>14</pointsize>
|
431
|
</font>
|
432
|
</property>
|
433
|
<property name="text">
|
434
|
<string>Indication Name</string>
|
435
|
</property>
|
436
|
</widget>
|
437
|
</item>
|
438
|
<item row="0" column="2" rowspan="2">
|
439
|
<widget class="QPushButton" name="getResultsBtn">
|
440
|
<property name="minimumSize">
|
441
|
<size>
|
442
|
<width>0</width>
|
443
|
<height>80</height>
|
444
|
</size>
|
445
|
</property>
|
446
|
<property name="font">
|
447
|
<font>
|
448
|
<pointsize>14</pointsize>
|
449
|
</font>
|
450
|
</property>
|
451
|
<property name="text">
|
452
|
<string>Show results</string>
|
453
|
</property>
|
454
|
</widget>
|
455
|
</item>
|
456
|
<item row="0" column="3" rowspan="2">
|
457
|
<widget class="QPushButton" name="saveResultsBtn">
|
458
|
<property name="minimumSize">
|
459
|
<size>
|
460
|
<width>0</width>
|
461
|
<height>80</height>
|
462
|
</size>
|
463
|
</property>
|
464
|
<property name="font">
|
465
|
<font>
|
466
|
<pointsize>14</pointsize>
|
467
|
</font>
|
468
|
</property>
|
469
|
<property name="text">
|
470
|
<string>Save results</string>
|
471
|
</property>
|
472
|
</widget>
|
473
|
</item>
|
474
|
<item row="1" column="0">
|
475
|
<widget class="QComboBox" name="patientNameCombo">
|
476
|
<property name="minimumSize">
|
477
|
<size>
|
478
|
<width>0</width>
|
479
|
<height>40</height>
|
480
|
</size>
|
481
|
</property>
|
482
|
</widget>
|
483
|
</item>
|
484
|
<item row="1" column="1">
|
485
|
<widget class="QComboBox" name="indNameCombo">
|
486
|
<property name="minimumSize">
|
487
|
<size>
|
488
|
<width>0</width>
|
489
|
<height>40</height>
|
490
|
</size>
|
491
|
</property>
|
492
|
</widget>
|
493
|
</item>
|
494
|
</layout>
|
495
|
</widget>
|
496
|
</item>
|
497
|
<item row="2" column="0" colspan="2">
|
498
|
<widget class="QGroupBox" name="groupBox_5">
|
499
|
<property name="font">
|
500
|
<font>
|
501
|
<pointsize>14</pointsize>
|
502
|
</font>
|
503
|
</property>
|
504
|
<property name="title">
|
505
|
<string>Results</string>
|
506
|
</property>
|
507
|
<layout class="QGridLayout" name="gridLayout_8">
|
508
|
<item row="0" column="0">
|
509
|
<widget class="QTableView" name="resultsTableView">
|
510
|
<property name="font">
|
511
|
<font>
|
512
|
<pointsize>14</pointsize>
|
513
|
</font>
|
514
|
</property>
|
515
|
<property name="styleSheet">
|
516
|
<string notr="true">QHeaderView { font-size: 14pt; }
|
517
|
|
518
|
QTableView { font-size: 14pt; }
|
519
|
</string>
|
520
|
</property>
|
521
|
</widget>
|
522
|
</item>
|
523
|
</layout>
|
524
|
</widget>
|
525
|
</item>
|
526
|
</layout>
|
527
|
</widget>
|
528
|
</widget>
|
529
|
</item>
|
530
|
<item row="1" column="0">
|
531
|
<widget class="QPushButton" name="exitBtn">
|
532
|
<property name="minimumSize">
|
533
|
<size>
|
534
|
<width>0</width>
|
535
|
<height>50</height>
|
536
|
</size>
|
537
|
</property>
|
538
|
<property name="text">
|
539
|
<string>Exit</string>
|
540
|
</property>
|
541
|
</widget>
|
542
|
</item>
|
543
|
</layout>
|
544
|
</widget>
|
545
|
<widget class="QMenuBar" name="menuBar">
|
546
|
<property name="geometry">
|
547
|
<rect>
|
548
|
<x>0</x>
|
549
|
<y>0</y>
|
550
|
<width>1065</width>
|
551
|
<height>20</height>
|
552
|
</rect>
|
553
|
</property>
|
554
|
</widget>
|
555
|
<widget class="QToolBar" name="mainToolBar">
|
556
|
<property name="font">
|
557
|
<font>
|
558
|
<pointsize>14</pointsize>
|
559
|
<kerning>true</kerning>
|
560
|
</font>
|
561
|
</property>
|
562
|
<property name="windowTitle">
|
563
|
<string>Database browser</string>
|
564
|
</property>
|
565
|
<property name="toolTipDuration">
|
566
|
<number>-1</number>
|
567
|
</property>
|
568
|
<attribute name="toolBarArea">
|
569
|
<enum>TopToolBarArea</enum>
|
570
|
</attribute>
|
571
|
<attribute name="toolBarBreak">
|
572
|
<bool>false</bool>
|
573
|
</attribute>
|
574
|
</widget>
|
575
|
<widget class="QStatusBar" name="statusBar"/>
|
576
|
</widget>
|
577
|
<layoutdefault spacing="6" margin="11"/>
|
578
|
<resources/>
|
579
|
<connections/>
|
580
|
</ui>
|