]> Creatis software - clitk.git/blob - vv/qt_ui/vvPacsConnection.ui
6e50ca11b2871f5626aa01285ab4027551eb4a70
[clitk.git] / vv / qt_ui / vvPacsConnection.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>vvPacsConnection</class>
4  <widget class="QWidget" name="vvPacsConnection">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>923</width>
10     <height>783</height>
11    </rect>
12   </property>
13   <property name="font">
14    <font>
15     <family>Calibri</family>
16     <pointsize>9</pointsize>
17     <weight>75</weight>
18     <bold>true</bold>
19    </font>
20   </property>
21   <property name="windowTitle">
22    <string>Form</string>
23   </property>
24   <widget class="QLabel" name="label_ID">
25    <property name="enabled">
26     <bool>false</bool>
27    </property>
28    <property name="geometry">
29     <rect>
30      <x>110</x>
31      <y>10</y>
32      <width>91</width>
33      <height>16</height>
34     </rect>
35    </property>
36    <property name="text">
37     <string>Patient ID</string>
38    </property>
39   </widget>
40   <widget class="QTextEdit" name="text_ID">
41    <property name="geometry">
42     <rect>
43      <x>110</x>
44      <y>30</y>
45      <width>101</width>
46      <height>21</height>
47     </rect>
48    </property>
49    <property name="verticalScrollBarPolicy">
50     <enum>Qt::ScrollBarAlwaysOff</enum>
51    </property>
52    <property name="horizontalScrollBarPolicy">
53     <enum>Qt::ScrollBarAlwaysOff</enum>
54    </property>
55    <property name="readOnly">
56     <bool>false</bool>
57    </property>
58   </widget>
59   <widget class="QPushButton" name="scanButton">
60    <property name="geometry">
61     <rect>
62      <x>10</x>
63      <y>40</y>
64      <width>75</width>
65      <height>23</height>
66     </rect>
67    </property>
68    <property name="text">
69     <string>SCAN</string>
70    </property>
71   </widget>
72   <widget class="QPushButton" name="clearButton">
73    <property name="geometry">
74     <rect>
75      <x>10</x>
76      <y>70</y>
77      <width>75</width>
78      <height>23</height>
79     </rect>
80    </property>
81    <property name="text">
82     <string>CLEAR</string>
83    </property>
84   </widget>
85   <widget class="QTextEdit" name="text_NAME">
86    <property name="geometry">
87     <rect>
88      <x>250</x>
89      <y>30</y>
90      <width>101</width>
91      <height>21</height>
92     </rect>
93    </property>
94    <property name="verticalScrollBarPolicy">
95     <enum>Qt::ScrollBarAlwaysOff</enum>
96    </property>
97    <property name="horizontalScrollBarPolicy">
98     <enum>Qt::ScrollBarAlwaysOff</enum>
99    </property>
100    <property name="readOnly">
101     <bool>false</bool>
102    </property>
103   </widget>
104   <widget class="QLabel" name="label_NAME">
105    <property name="enabled">
106     <bool>false</bool>
107    </property>
108    <property name="geometry">
109     <rect>
110      <x>250</x>
111      <y>10</y>
112      <width>91</width>
113      <height>16</height>
114     </rect>
115    </property>
116    <property name="text">
117     <string>Patient name</string>
118    </property>
119   </widget>
120   <widget class="QToolButton" name="importButton">
121    <property name="geometry">
122     <rect>
123      <x>10</x>
124      <y>160</y>
125      <width>51</width>
126      <height>51</height>
127     </rect>
128    </property>
129    <property name="text">
130     <string notr="true">...</string>
131    </property>
132    <property name="icon">
133     <iconset>
134      <normaloff>../icons/basket_download.png</normaloff>../icons/basket_download.png</iconset>
135    </property>
136    <property name="iconSize">
137     <size>
138      <width>32</width>
139      <height>32</height>
140     </size>
141    </property>
142   </widget>
143   <widget class="QGroupBox" name="groupBox">
144    <property name="geometry">
145     <rect>
146      <x>70</x>
147      <y>130</y>
148      <width>311</width>
149      <height>271</height>
150     </rect>
151    </property>
152    <property name="font">
153     <font>
154      <pointsize>11</pointsize>
155     </font>
156    </property>
157    <property name="title">
158     <string>Patients</string>
159    </property>
160    <widget class="QTreeView" name="patientTreeView">
161     <property name="enabled">
162      <bool>true</bool>
163     </property>
164     <property name="geometry">
165      <rect>
166       <x>20</x>
167       <y>20</y>
168       <width>281</width>
169       <height>231</height>
170      </rect>
171     </property>
172     <property name="verticalScrollBarPolicy">
173      <enum>Qt::ScrollBarAlwaysOn</enum>
174     </property>
175     <property name="sortingEnabled">
176      <bool>true</bool>
177     </property>
178     <property name="expandsOnDoubleClick">
179      <bool>false</bool>
180     </property>
181    </widget>
182   </widget>
183   <widget class="QGroupBox" name="groupBox_2">
184    <property name="geometry">
185     <rect>
186      <x>390</x>
187      <y>130</y>
188      <width>451</width>
189      <height>271</height>
190     </rect>
191    </property>
192    <property name="font">
193     <font>
194      <pointsize>11</pointsize>
195     </font>
196    </property>
197    <property name="title">
198     <string>Studies</string>
199    </property>
200    <widget class="QTreeView" name="studyTreeView">
201     <property name="geometry">
202      <rect>
203       <x>40</x>
204       <y>20</y>
205       <width>411</width>
206       <height>231</height>
207      </rect>
208     </property>
209    </widget>
210   </widget>
211   <widget class="QTreeView" name="seriesTreeView">
212    <property name="geometry">
213     <rect>
214      <x>90</x>
215      <y>440</y>
216      <width>281</width>
217      <height>311</height>
218     </rect>
219    </property>
220   </widget>
221   <widget class="QTreeView" name="imagesTreeView">
222    <property name="geometry">
223     <rect>
224      <x>410</x>
225      <y>440</y>
226      <width>411</width>
227      <height>311</height>
228     </rect>
229    </property>
230   </widget>
231   <widget class="QGroupBox" name="groupBox_3">
232    <property name="geometry">
233     <rect>
234      <x>70</x>
235      <y>420</y>
236      <width>321</width>
237      <height>341</height>
238     </rect>
239    </property>
240    <property name="font">
241     <font>
242      <pointsize>11</pointsize>
243     </font>
244    </property>
245    <property name="title">
246     <string>Series</string>
247    </property>
248   </widget>
249   <widget class="QGroupBox" name="groupBox_4">
250    <property name="geometry">
251     <rect>
252      <x>380</x>
253      <y>420</y>
254      <width>451</width>
255      <height>341</height>
256     </rect>
257    </property>
258    <property name="font">
259     <font>
260      <pointsize>11</pointsize>
261     </font>
262    </property>
263    <property name="title">
264     <string>Images</string>
265    </property>
266   </widget>
267   <widget class="QTextEdit" name="text_PHYS">
268    <property name="enabled">
269     <bool>false</bool>
270    </property>
271    <property name="geometry">
272     <rect>
273      <x>110</x>
274      <y>80</y>
275      <width>101</width>
276      <height>21</height>
277     </rect>
278    </property>
279    <property name="verticalScrollBarPolicy">
280     <enum>Qt::ScrollBarAlwaysOff</enum>
281    </property>
282    <property name="horizontalScrollBarPolicy">
283     <enum>Qt::ScrollBarAlwaysOff</enum>
284    </property>
285    <property name="readOnly">
286     <bool>false</bool>
287    </property>
288   </widget>
289   <widget class="QLabel" name="label_PHYS">
290    <property name="enabled">
291     <bool>false</bool>
292    </property>
293    <property name="geometry">
294     <rect>
295      <x>110</x>
296      <y>60</y>
297      <width>91</width>
298      <height>16</height>
299     </rect>
300    </property>
301    <property name="text">
302     <string>Physician Ref.</string>
303    </property>
304   </widget>
305   <widget class="QLabel" name="label_SDESC">
306    <property name="enabled">
307     <bool>false</bool>
308    </property>
309    <property name="geometry">
310     <rect>
311      <x>250</x>
312      <y>60</y>
313      <width>91</width>
314      <height>16</height>
315     </rect>
316    </property>
317    <property name="text">
318     <string>Study Description</string>
319    </property>
320   </widget>
321   <widget class="QTextEdit" name="text_SDESC">
322    <property name="enabled">
323     <bool>false</bool>
324    </property>
325    <property name="geometry">
326     <rect>
327      <x>250</x>
328      <y>80</y>
329      <width>101</width>
330      <height>21</height>
331     </rect>
332    </property>
333    <property name="verticalScrollBarPolicy">
334     <enum>Qt::ScrollBarAlwaysOff</enum>
335    </property>
336    <property name="horizontalScrollBarPolicy">
337     <enum>Qt::ScrollBarAlwaysOff</enum>
338    </property>
339    <property name="readOnly">
340     <bool>false</bool>
341    </property>
342   </widget>
343   <widget class="QTabWidget" name="tabFilter">
344    <property name="geometry">
345     <rect>
346      <x>390</x>
347      <y>0</y>
348      <width>271</width>
349      <height>131</height>
350     </rect>
351    </property>
352    <property name="currentIndex">
353     <number>0</number>
354    </property>
355    <widget class="QWidget" name="modalityTab">
356     <property name="enabled">
357      <bool>false</bool>
358     </property>
359     <attribute name="title">
360      <string>Modalities</string>
361     </attribute>
362     <widget class="QWidget" name="layoutWidget">
363      <property name="geometry">
364       <rect>
365        <x>0</x>
366        <y>10</y>
367        <width>264</width>
368        <height>72</height>
369       </rect>
370      </property>
371      <layout class="QVBoxLayout" name="verticalLayout">
372       <item>
373        <layout class="QHBoxLayout" name="horizontalLayout">
374         <item>
375          <widget class="QCheckBox" name="check_MR">
376           <property name="text">
377            <string>MR</string>
378           </property>
379          </widget>
380         </item>
381         <item>
382          <widget class="QCheckBox" name="check_CR">
383           <property name="text">
384            <string>CR</string>
385           </property>
386          </widget>
387         </item>
388         <item>
389          <widget class="QCheckBox" name="check_OT">
390           <property name="text">
391            <string>OT</string>
392           </property>
393          </widget>
394         </item>
395         <item>
396          <widget class="QCheckBox" name="check_RF">
397           <property name="text">
398            <string>RF</string>
399           </property>
400          </widget>
401         </item>
402         <item>
403          <widget class="QCheckBox" name="check_SC">
404           <property name="text">
405            <string>SC</string>
406           </property>
407          </widget>
408         </item>
409         <item>
410          <widget class="QCheckBox" name="check_CT">
411           <property name="text">
412            <string>CT</string>
413           </property>
414          </widget>
415         </item>
416        </layout>
417       </item>
418       <item>
419        <layout class="QHBoxLayout" name="horizontalLayout_2">
420         <item>
421          <widget class="QCheckBox" name="check_US">
422           <property name="text">
423            <string>US</string>
424           </property>
425          </widget>
426         </item>
427         <item>
428          <widget class="QCheckBox" name="check_NM">
429           <property name="text">
430            <string>NM</string>
431           </property>
432          </widget>
433         </item>
434         <item>
435          <widget class="QCheckBox" name="check_DR">
436           <property name="text">
437            <string>DR</string>
438           </property>
439          </widget>
440         </item>
441         <item>
442          <widget class="QCheckBox" name="check_SR">
443           <property name="text">
444            <string>SR</string>
445           </property>
446          </widget>
447         </item>
448         <item>
449          <widget class="QCheckBox" name="check_XA">
450           <property name="text">
451            <string>XA</string>
452           </property>
453          </widget>
454         </item>
455         <item>
456          <widget class="QCheckBox" name="check_MG">
457           <property name="text">
458            <string>MG</string>
459           </property>
460          </widget>
461         </item>
462        </layout>
463       </item>
464       <item>
465        <widget class="QCheckBox" name="check_ModAll">
466         <property name="text">
467          <string>All</string>
468         </property>
469         <property name="checked">
470          <bool>true</bool>
471         </property>
472        </widget>
473       </item>
474      </layout>
475     </widget>
476    </widget>
477    <widget class="QWidget" name="dateTab">
478     <property name="enabled">
479      <bool>false</bool>
480     </property>
481     <attribute name="title">
482      <string>Date</string>
483     </attribute>
484     <widget class="QComboBox" name="comboDate">
485      <property name="geometry">
486       <rect>
487        <x>20</x>
488        <y>20</y>
489        <width>101</width>
490        <height>22</height>
491       </rect>
492      </property>
493      <item>
494       <property name="text">
495        <string>Before</string>
496       </property>
497      </item>
498      <item>
499       <property name="text">
500        <string>After</string>
501       </property>
502      </item>
503      <item>
504       <property name="text">
505        <string>Between</string>
506       </property>
507      </item>
508     </widget>
509     <widget class="QDateEdit" name="dateEdit">
510      <property name="geometry">
511       <rect>
512        <x>130</x>
513        <y>20</y>
514        <width>110</width>
515        <height>22</height>
516       </rect>
517      </property>
518     </widget>
519     <widget class="QDateEdit" name="dateBetweenEdit">
520      <property name="geometry">
521       <rect>
522        <x>130</x>
523        <y>50</y>
524        <width>110</width>
525        <height>22</height>
526       </rect>
527      </property>
528     </widget>
529    </widget>
530   </widget>
531   <widget class="QTabWidget" name="tabNetwork">
532    <property name="geometry">
533     <rect>
534      <x>680</x>
535      <y>0</y>
536      <width>231</width>
537      <height>131</height>
538     </rect>
539    </property>
540    <property name="currentIndex">
541     <number>0</number>
542    </property>
543    <widget class="QWidget" name="networkSelect">
544     <attribute name="title">
545      <string>Network</string>
546     </attribute>
547     <widget class="QComboBox" name="networkCombo">
548      <property name="geometry">
549       <rect>
550        <x>20</x>
551        <y>40</y>
552        <width>191</width>
553        <height>22</height>
554       </rect>
555      </property>
556     </widget>
557    </widget>
558    <widget class="QWidget" name="networkConfig">
559     <attribute name="title">
560      <string>Network management</string>
561     </attribute>
562     <widget class="QPushButton" name="NetworkButton">
563      <property name="geometry">
564       <rect>
565        <x>180</x>
566        <y>40</y>
567        <width>41</width>
568        <height>23</height>
569       </rect>
570      </property>
571      <property name="text">
572       <string>OK</string>
573      </property>
574     </widget>
575     <widget class="QWidget" name="layoutWidget">
576      <property name="geometry">
577       <rect>
578        <x>0</x>
579        <y>0</y>
580        <width>179</width>
581        <height>120</height>
582       </rect>
583      </property>
584      <layout class="QGridLayout" name="gridLayout">
585       <item row="0" column="0">
586        <widget class="QLabel" name="label_ID_3">
587         <property name="enabled">
588          <bool>false</bool>
589         </property>
590         <property name="text">
591          <string>Name</string>
592         </property>
593        </widget>
594       </item>
595       <item row="0" column="1">
596        <widget class="QLineEdit" name="NameEdit"/>
597       </item>
598       <item row="1" column="1">
599        <widget class="QLineEdit" name="AETitleEdit"/>
600       </item>
601       <item row="2" column="0">
602        <widget class="QLabel" name="label_ID_4">
603         <property name="enabled">
604          <bool>false</bool>
605         </property>
606         <property name="text">
607          <string>Adress</string>
608         </property>
609        </widget>
610       </item>
611       <item row="2" column="1">
612        <widget class="QLineEdit" name="AdressEdit"/>
613       </item>
614       <item row="3" column="0">
615        <widget class="QLabel" name="label_ID_5">
616         <property name="enabled">
617          <bool>false</bool>
618         </property>
619         <property name="text">
620          <string>Port</string>
621         </property>
622        </widget>
623       </item>
624       <item row="3" column="1">
625        <widget class="QLineEdit" name="PortEdit"/>
626       </item>
627       <item row="1" column="0">
628        <widget class="QLabel" name="label_ID_2">
629         <property name="enabled">
630          <bool>false</bool>
631         </property>
632         <property name="text">
633          <string>AE Title</string>
634         </property>
635        </widget>
636       </item>
637      </layout>
638     </widget>
639    </widget>
640   </widget>
641   <widget class="QLabel" name="label_2">
642    <property name="enabled">
643     <bool>true</bool>
644    </property>
645    <property name="geometry">
646     <rect>
647      <x>10</x>
648      <y>210</y>
649      <width>71</width>
650      <height>16</height>
651     </rect>
652    </property>
653    <property name="text">
654     <string>Import Data</string>
655    </property>
656   </widget>
657   <widget class="QLabel" name="label_help">
658    <property name="enabled">
659     <bool>true</bool>
660    </property>
661    <property name="geometry">
662     <rect>
663      <x>10</x>
664      <y>530</y>
665      <width>51</width>
666      <height>20</height>
667     </rect>
668    </property>
669    <property name="text">
670     <string>Help</string>
671    </property>
672    <property name="alignment">
673     <set>Qt::AlignCenter</set>
674    </property>
675   </widget>
676   <widget class="QToolButton" name="helpButton">
677    <property name="geometry">
678     <rect>
679      <x>10</x>
680      <y>480</y>
681      <width>51</width>
682      <height>51</height>
683     </rect>
684    </property>
685    <property name="text">
686     <string notr="true">...</string>
687    </property>
688    <property name="icon">
689     <iconset>
690      <normaloff>bullet_info.png</normaloff>bullet_info.png</iconset>
691    </property>
692    <property name="iconSize">
693     <size>
694      <width>32</width>
695      <height>32</height>
696     </size>
697    </property>
698   </widget>
699   <widget class="QToolButton" name="optionsButton">
700    <property name="geometry">
701     <rect>
702      <x>10</x>
703      <y>400</y>
704      <width>51</width>
705      <height>51</height>
706     </rect>
707    </property>
708    <property name="text">
709     <string notr="true">...</string>
710    </property>
711    <property name="icon">
712     <iconset>
713      <normaloff>../icons/edit.png</normaloff>../icons/edit.png</iconset>
714    </property>
715    <property name="iconSize">
716     <size>
717      <width>32</width>
718      <height>32</height>
719     </size>
720    </property>
721   </widget>
722   <widget class="QLabel" name="label_email_2">
723    <property name="enabled">
724     <bool>true</bool>
725    </property>
726    <property name="geometry">
727     <rect>
728      <x>20</x>
729      <y>450</y>
730      <width>41</width>
731      <height>21</height>
732     </rect>
733    </property>
734    <property name="text">
735     <string>Options</string>
736    </property>
737   </widget>
738   <zorder>groupBox_4</zorder>
739   <zorder>groupBox_3</zorder>
740   <zorder>label_ID</zorder>
741   <zorder>text_ID</zorder>
742   <zorder>scanButton</zorder>
743   <zorder>clearButton</zorder>
744   <zorder>text_NAME</zorder>
745   <zorder>label_NAME</zorder>
746   <zorder>importButton</zorder>
747   <zorder>groupBox</zorder>
748   <zorder>groupBox_2</zorder>
749   <zorder>seriesTreeView</zorder>
750   <zorder>imagesTreeView</zorder>
751   <zorder>text_PHYS</zorder>
752   <zorder>label_PHYS</zorder>
753   <zorder>label_SDESC</zorder>
754   <zorder>text_SDESC</zorder>
755   <zorder>tabFilter</zorder>
756   <zorder>tabNetwork</zorder>
757   <zorder>label_2</zorder>
758   <zorder>label_help</zorder>
759   <zorder>helpButton</zorder>
760   <zorder>optionsButton</zorder>
761   <zorder>label_email_2</zorder>
762  </widget>
763  <resources>
764   <include location="../vvIcons.qrc"/>
765  </resources>
766  <connections/>
767 </ui>