]> Creatis software - clitk.git/blob - vv/qt_ui/vvPacsSettingsDialog.ui
Debug RTStruct conversion with empty struc
[clitk.git] / vv / qt_ui / vvPacsSettingsDialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>vvPacsSettingsDialog</class>
4  <widget class="QDialog" name="vvPacsSettingsDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>400</width>
10     <height>201</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>PACS settings</string>
15   </property>
16   <widget class="QDialogButtonBox" name="buttonBox">
17    <property name="geometry">
18     <rect>
19      <x>40</x>
20      <y>160</y>
21      <width>341</width>
22      <height>32</height>
23     </rect>
24    </property>
25    <property name="orientation">
26     <enum>Qt::Horizontal</enum>
27    </property>
28    <property name="standardButtons">
29     <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
30    </property>
31   </widget>
32   <widget class="QWidget" name="layoutWidget">
33    <property name="geometry">
34     <rect>
35      <x>20</x>
36      <y>20</y>
37      <width>361</width>
38      <height>120</height>
39     </rect>
40    </property>
41    <layout class="QGridLayout" name="gridLayout">
42     <item row="0" column="0">
43      <widget class="QLabel" name="label_ID_3">
44       <property name="enabled">
45        <bool>false</bool>
46       </property>
47       <property name="text">
48        <string>Name</string>
49       </property>
50      </widget>
51     </item>
52     <item row="0" column="1">
53      <widget class="QLineEdit" name="NameEdit"/>
54     </item>
55     <item row="1" column="1">
56      <widget class="QLineEdit" name="AETitleEdit"/>
57     </item>
58     <item row="2" column="0">
59      <widget class="QLabel" name="label_ID_4">
60       <property name="enabled">
61        <bool>false</bool>
62       </property>
63       <property name="text">
64        <string>Adress</string>
65       </property>
66      </widget>
67     </item>
68     <item row="2" column="1">
69      <widget class="QLineEdit" name="AdressEdit"/>
70     </item>
71     <item row="3" column="0">
72      <widget class="QLabel" name="label_ID_5">
73       <property name="enabled">
74        <bool>false</bool>
75       </property>
76       <property name="text">
77        <string>Port</string>
78       </property>
79      </widget>
80     </item>
81     <item row="3" column="1">
82      <widget class="QLineEdit" name="PortEdit"/>
83     </item>
84     <item row="1" column="0">
85      <widget class="QLabel" name="label_ID_2">
86       <property name="enabled">
87        <bool>false</bool>
88       </property>
89       <property name="text">
90        <string>AE Title</string>
91       </property>
92      </widget>
93     </item>
94    </layout>
95   </widget>
96  </widget>
97  <resources/>
98  <connections>
99   <connection>
100    <sender>buttonBox</sender>
101    <signal>accepted()</signal>
102    <receiver>vvPacsSettingsDialog</receiver>
103    <slot>accept()</slot>
104    <hints>
105     <hint type="sourcelabel">
106      <x>248</x>
107      <y>254</y>
108     </hint>
109     <hint type="destinationlabel">
110      <x>157</x>
111      <y>274</y>
112     </hint>
113    </hints>
114   </connection>
115   <connection>
116    <sender>buttonBox</sender>
117    <signal>rejected()</signal>
118    <receiver>vvPacsSettingsDialog</receiver>
119    <slot>reject()</slot>
120    <hints>
121     <hint type="sourcelabel">
122      <x>316</x>
123      <y>260</y>
124     </hint>
125     <hint type="destinationlabel">
126      <x>286</x>
127      <y>274</y>
128     </hint>
129    </hints>
130   </connection>
131  </connections>
132 </ui>