]> Creatis software - clitk.git/blob - vv/qt_ui/vvPacsConnection.ui
Ensure compilation with VTK6/Qt5 and newer version of GDCM
[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>933</width>
10     <height>802</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="patientID">
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="patientName">
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 resource="../vvIcons.qrc">
134      <normaloff>:/common/icons/basket_download.png</normaloff>:/common/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>90</x>
147      <y>140</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>410</x>
187      <y>150</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>110</x>
215      <y>450</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>450</x>
225      <y>450</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>90</x>
235      <y>430</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>420</x>
253      <y>430</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="enabled">
345     <bool>true</bool>
346    </property>
347    <property name="geometry">
348     <rect>
349      <x>390</x>
350      <y>0</y>
351      <width>271</width>
352      <height>131</height>
353     </rect>
354    </property>
355    <property name="currentIndex">
356     <number>0</number>
357    </property>
358    <widget class="QWidget" name="modalityTab">
359     <property name="enabled">
360      <bool>false</bool>
361     </property>
362     <attribute name="title">
363      <string>Modalities</string>
364     </attribute>
365     <widget class="QWidget" name="layoutWidget">
366      <property name="geometry">
367       <rect>
368        <x>0</x>
369        <y>10</y>
370        <width>264</width>
371        <height>72</height>
372       </rect>
373      </property>
374      <layout class="QVBoxLayout" name="verticalLayout">
375       <item>
376        <layout class="QHBoxLayout" name="horizontalLayout">
377         <item>
378          <widget class="QCheckBox" name="check_MR">
379           <property name="text">
380            <string>MR</string>
381           </property>
382           <property name="checked">
383            <bool>true</bool>
384           </property>
385          </widget>
386         </item>
387         <item>
388          <widget class="QCheckBox" name="check_CR">
389           <property name="text">
390            <string>CR</string>
391           </property>
392           <property name="checked">
393            <bool>true</bool>
394           </property>
395          </widget>
396         </item>
397         <item>
398          <widget class="QCheckBox" name="check_OT">
399           <property name="text">
400            <string>OT</string>
401           </property>
402           <property name="checked">
403            <bool>true</bool>
404           </property>
405          </widget>
406         </item>
407         <item>
408          <widget class="QCheckBox" name="check_RF">
409           <property name="text">
410            <string>RF</string>
411           </property>
412           <property name="checked">
413            <bool>true</bool>
414           </property>
415          </widget>
416         </item>
417         <item>
418          <widget class="QCheckBox" name="check_SC">
419           <property name="text">
420            <string>SC</string>
421           </property>
422           <property name="checked">
423            <bool>true</bool>
424           </property>
425          </widget>
426         </item>
427         <item>
428          <widget class="QCheckBox" name="check_CT">
429           <property name="text">
430            <string>CT</string>
431           </property>
432           <property name="checked">
433            <bool>true</bool>
434           </property>
435          </widget>
436         </item>
437        </layout>
438       </item>
439       <item>
440        <layout class="QHBoxLayout" name="horizontalLayout_2">
441         <item>
442          <widget class="QCheckBox" name="check_US">
443           <property name="text">
444            <string>US</string>
445           </property>
446           <property name="checked">
447            <bool>true</bool>
448           </property>
449          </widget>
450         </item>
451         <item>
452          <widget class="QCheckBox" name="check_NM">
453           <property name="text">
454            <string>NM</string>
455           </property>
456           <property name="checked">
457            <bool>true</bool>
458           </property>
459          </widget>
460         </item>
461         <item>
462          <widget class="QCheckBox" name="check_DR">
463           <property name="text">
464            <string>DR</string>
465           </property>
466           <property name="checked">
467            <bool>true</bool>
468           </property>
469          </widget>
470         </item>
471         <item>
472          <widget class="QCheckBox" name="check_SR">
473           <property name="text">
474            <string>SR</string>
475           </property>
476           <property name="checked">
477            <bool>true</bool>
478           </property>
479          </widget>
480         </item>
481         <item>
482          <widget class="QCheckBox" name="check_XA">
483           <property name="text">
484            <string>XA</string>
485           </property>
486           <property name="checked">
487            <bool>true</bool>
488           </property>
489          </widget>
490         </item>
491         <item>
492          <widget class="QCheckBox" name="check_MG">
493           <property name="text">
494            <string>MG</string>
495           </property>
496           <property name="checked">
497            <bool>true</bool>
498           </property>
499          </widget>
500         </item>
501        </layout>
502       </item>
503       <item>
504        <widget class="QCheckBox" name="check_ModAll">
505         <property name="enabled">
506          <bool>false</bool>
507         </property>
508         <property name="text">
509          <string>All</string>
510         </property>
511         <property name="checked">
512          <bool>true</bool>
513         </property>
514        </widget>
515       </item>
516      </layout>
517     </widget>
518    </widget>
519    <widget class="QWidget" name="dateTab">
520     <property name="enabled">
521      <bool>false</bool>
522     </property>
523     <attribute name="title">
524      <string>Date</string>
525     </attribute>
526     <widget class="QComboBox" name="comboDate">
527      <property name="geometry">
528       <rect>
529        <x>20</x>
530        <y>20</y>
531        <width>101</width>
532        <height>22</height>
533       </rect>
534      </property>
535      <item>
536       <property name="text">
537        <string>Before</string>
538       </property>
539      </item>
540      <item>
541       <property name="text">
542        <string>After</string>
543       </property>
544      </item>
545      <item>
546       <property name="text">
547        <string>Between</string>
548       </property>
549      </item>
550     </widget>
551     <widget class="QDateEdit" name="dateEdit">
552      <property name="geometry">
553       <rect>
554        <x>130</x>
555        <y>20</y>
556        <width>110</width>
557        <height>22</height>
558       </rect>
559      </property>
560     </widget>
561     <widget class="QDateEdit" name="dateBetweenEdit">
562      <property name="geometry">
563       <rect>
564        <x>130</x>
565        <y>50</y>
566        <width>110</width>
567        <height>22</height>
568       </rect>
569      </property>
570     </widget>
571    </widget>
572   </widget>
573   <widget class="QTabWidget" name="tabNetwork">
574    <property name="geometry">
575     <rect>
576      <x>680</x>
577      <y>0</y>
578      <width>251</width>
579      <height>151</height>
580     </rect>
581    </property>
582    <property name="currentIndex">
583     <number>0</number>
584    </property>
585    <widget class="QWidget" name="networkSelect">
586     <attribute name="title">
587      <string>Network</string>
588     </attribute>
589     <widget class="QComboBox" name="networkCombo">
590      <property name="geometry">
591       <rect>
592        <x>20</x>
593        <y>40</y>
594        <width>191</width>
595        <height>22</height>
596       </rect>
597      </property>
598     </widget>
599    </widget>
600    <widget class="QWidget" name="networkConfig">
601     <attribute name="title">
602      <string>Network management</string>
603     </attribute>
604     <widget class="QPushButton" name="NetworkButton">
605      <property name="geometry">
606       <rect>
607        <x>180</x>
608        <y>90</y>
609        <width>61</width>
610        <height>23</height>
611       </rect>
612      </property>
613      <property name="text">
614       <string>Save</string>
615      </property>
616     </widget>
617     <widget class="QWidget" name="layoutWidget1">
618      <property name="geometry">
619       <rect>
620        <x>0</x>
621        <y>0</y>
622        <width>179</width>
623        <height>120</height>
624       </rect>
625      </property>
626      <layout class="QGridLayout" name="gridLayout">
627       <item row="0" column="0">
628        <widget class="QLabel" name="label_ID_3">
629         <property name="enabled">
630          <bool>false</bool>
631         </property>
632         <property name="text">
633          <string>Name</string>
634         </property>
635        </widget>
636       </item>
637       <item row="0" column="1">
638        <widget class="QLineEdit" name="NameEdit"/>
639       </item>
640       <item row="1" column="1">
641        <widget class="QLineEdit" name="AETitleEdit"/>
642       </item>
643       <item row="2" column="0">
644        <widget class="QLabel" name="label_ID_4">
645         <property name="enabled">
646          <bool>false</bool>
647         </property>
648         <property name="text">
649          <string>Adress</string>
650         </property>
651        </widget>
652       </item>
653       <item row="2" column="1">
654        <widget class="QLineEdit" name="AdressEdit"/>
655       </item>
656       <item row="3" column="0">
657        <widget class="QLabel" name="label_ID_5">
658         <property name="enabled">
659          <bool>false</bool>
660         </property>
661         <property name="text">
662          <string>Port</string>
663         </property>
664        </widget>
665       </item>
666       <item row="3" column="1">
667        <widget class="QLineEdit" name="PortEdit"/>
668       </item>
669       <item row="1" column="0">
670        <widget class="QLabel" name="label_ID_2">
671         <property name="enabled">
672          <bool>false</bool>
673         </property>
674         <property name="text">
675          <string>AE Title</string>
676         </property>
677        </widget>
678       </item>
679      </layout>
680     </widget>
681     <widget class="QPushButton" name="removeNetworkButton">
682      <property name="geometry">
683       <rect>
684        <x>180</x>
685        <y>10</y>
686        <width>61</width>
687        <height>23</height>
688       </rect>
689      </property>
690      <property name="text">
691       <string>Remove</string>
692      </property>
693     </widget>
694    </widget>
695   </widget>
696   <widget class="QLabel" name="label_2">
697    <property name="enabled">
698     <bool>true</bool>
699    </property>
700    <property name="geometry">
701     <rect>
702      <x>10</x>
703      <y>210</y>
704      <width>71</width>
705      <height>16</height>
706     </rect>
707    </property>
708    <property name="text">
709     <string>Import Data</string>
710    </property>
711   </widget>
712   <widget class="QLabel" name="label_help">
713    <property name="enabled">
714     <bool>true</bool>
715    </property>
716    <property name="geometry">
717     <rect>
718      <x>10</x>
719      <y>530</y>
720      <width>51</width>
721      <height>20</height>
722     </rect>
723    </property>
724    <property name="text">
725     <string>Help</string>
726    </property>
727    <property name="alignment">
728     <set>Qt::AlignCenter</set>
729    </property>
730   </widget>
731   <widget class="QToolButton" name="helpButton">
732    <property name="geometry">
733     <rect>
734      <x>10</x>
735      <y>480</y>
736      <width>51</width>
737      <height>51</height>
738     </rect>
739    </property>
740    <property name="text">
741     <string notr="true">...</string>
742    </property>
743    <property name="icon">
744     <iconset resource="../vvIcons.qrc">
745      <normaloff>:/common/icons/bullet_info.png</normaloff>:/common/icons/bullet_info.png</iconset>
746    </property>
747    <property name="iconSize">
748     <size>
749      <width>32</width>
750      <height>32</height>
751     </size>
752    </property>
753   </widget>
754   <widget class="QToolButton" name="optionsButton">
755    <property name="geometry">
756     <rect>
757      <x>10</x>
758      <y>400</y>
759      <width>51</width>
760      <height>51</height>
761     </rect>
762    </property>
763    <property name="text">
764     <string notr="true"/>
765    </property>
766    <property name="icon">
767     <iconset resource="../vvIcons.qrc">
768      <normaloff>:/common/icons/edit.png</normaloff>:/common/icons/edit.png</iconset>
769    </property>
770    <property name="iconSize">
771     <size>
772      <width>32</width>
773      <height>32</height>
774     </size>
775    </property>
776   </widget>
777   <widget class="QLabel" name="label_email_2">
778    <property name="enabled">
779     <bool>true</bool>
780    </property>
781    <property name="geometry">
782     <rect>
783      <x>20</x>
784      <y>450</y>
785      <width>41</width>
786      <height>21</height>
787     </rect>
788    </property>
789    <property name="text">
790     <string>Options</string>
791    </property>
792   </widget>
793   <zorder>groupBox_4</zorder>
794   <zorder>groupBox_3</zorder>
795   <zorder>label_ID</zorder>
796   <zorder>patientID</zorder>
797   <zorder>scanButton</zorder>
798   <zorder>clearButton</zorder>
799   <zorder>patientName</zorder>
800   <zorder>label_NAME</zorder>
801   <zorder>importButton</zorder>
802   <zorder>groupBox</zorder>
803   <zorder>groupBox_2</zorder>
804   <zorder>seriesTreeView</zorder>
805   <zorder>imagesTreeView</zorder>
806   <zorder>text_PHYS</zorder>
807   <zorder>label_PHYS</zorder>
808   <zorder>label_SDESC</zorder>
809   <zorder>text_SDESC</zorder>
810   <zorder>tabFilter</zorder>
811   <zorder>tabNetwork</zorder>
812   <zorder>label_2</zorder>
813   <zorder>label_help</zorder>
814   <zorder>helpButton</zorder>
815   <zorder>optionsButton</zorder>
816   <zorder>label_email_2</zorder>
817  </widget>
818  <tabstops>
819   <tabstop>scanButton</tabstop>
820   <tabstop>patientID</tabstop>
821   <tabstop>clearButton</tabstop>
822   <tabstop>patientName</tabstop>
823   <tabstop>importButton</tabstop>
824   <tabstop>seriesTreeView</tabstop>
825   <tabstop>imagesTreeView</tabstop>
826   <tabstop>text_PHYS</tabstop>
827   <tabstop>text_SDESC</tabstop>
828   <tabstop>tabFilter</tabstop>
829   <tabstop>tabNetwork</tabstop>
830   <tabstop>helpButton</tabstop>
831   <tabstop>optionsButton</tabstop>
832   <tabstop>patientTreeView</tabstop>
833   <tabstop>studyTreeView</tabstop>
834   <tabstop>check_MR</tabstop>
835   <tabstop>check_CR</tabstop>
836   <tabstop>check_OT</tabstop>
837   <tabstop>check_RF</tabstop>
838   <tabstop>check_SC</tabstop>
839   <tabstop>check_CT</tabstop>
840   <tabstop>check_US</tabstop>
841   <tabstop>check_NM</tabstop>
842   <tabstop>check_DR</tabstop>
843   <tabstop>check_SR</tabstop>
844   <tabstop>check_XA</tabstop>
845   <tabstop>check_MG</tabstop>
846   <tabstop>check_ModAll</tabstop>
847   <tabstop>comboDate</tabstop>
848   <tabstop>dateEdit</tabstop>
849   <tabstop>dateBetweenEdit</tabstop>
850   <tabstop>networkCombo</tabstop>
851   <tabstop>NetworkButton</tabstop>
852   <tabstop>NameEdit</tabstop>
853   <tabstop>AETitleEdit</tabstop>
854   <tabstop>AdressEdit</tabstop>
855   <tabstop>PortEdit</tabstop>
856   <tabstop>removeNetworkButton</tabstop>
857  </tabstops>
858  <resources>
859   <include location="../vvIcons.qrc"/>
860  </resources>
861  <connections/>
862 </ui>