|
1 <!DOCTYPE UI><UI version="3.0" stdsetdef="1"> |
|
2 <class>ChangeProperties</class> |
|
3 <widget class="QDialog"> |
|
4 <property name="name"> |
|
5 <cstring>ChangeProperties</cstring> |
|
6 </property> |
|
7 <property name="geometry"> |
|
8 <rect> |
|
9 <x>0</x> |
|
10 <y>0</y> |
|
11 <width>728</width> |
|
12 <height>584</height> |
|
13 </rect> |
|
14 </property> |
|
15 <property name="caption"> |
|
16 <string>Change Control Properties</string> |
|
17 </property> |
|
18 <vbox> |
|
19 <property name="name"> |
|
20 <cstring>unnamed</cstring> |
|
21 </property> |
|
22 <property name="margin"> |
|
23 <number>11</number> |
|
24 </property> |
|
25 <property name="spacing"> |
|
26 <number>6</number> |
|
27 </property> |
|
28 <widget class="QTabWidget"> |
|
29 <property name="name"> |
|
30 <cstring>tabWidget</cstring> |
|
31 </property> |
|
32 <widget class="QWidget"> |
|
33 <property name="name"> |
|
34 <cstring>tab</cstring> |
|
35 </property> |
|
36 <attribute name="title"> |
|
37 <string>&Properties</string> |
|
38 </attribute> |
|
39 <vbox> |
|
40 <property name="name"> |
|
41 <cstring>unnamed</cstring> |
|
42 </property> |
|
43 <property name="margin"> |
|
44 <number>11</number> |
|
45 </property> |
|
46 <property name="spacing"> |
|
47 <number>6</number> |
|
48 </property> |
|
49 <widget class="QListView"> |
|
50 <column> |
|
51 <property name="text"> |
|
52 <string>Property</string> |
|
53 </property> |
|
54 <property name="clickable"> |
|
55 <bool>false</bool> |
|
56 </property> |
|
57 <property name="resizeable"> |
|
58 <bool>true</bool> |
|
59 </property> |
|
60 </column> |
|
61 <column> |
|
62 <property name="text"> |
|
63 <string>Type</string> |
|
64 </property> |
|
65 <property name="clickable"> |
|
66 <bool>false</bool> |
|
67 </property> |
|
68 <property name="resizeable"> |
|
69 <bool>true</bool> |
|
70 </property> |
|
71 </column> |
|
72 <column> |
|
73 <property name="text"> |
|
74 <string>Value</string> |
|
75 </property> |
|
76 <property name="clickable"> |
|
77 <bool>false</bool> |
|
78 </property> |
|
79 <property name="resizeable"> |
|
80 <bool>true</bool> |
|
81 </property> |
|
82 </column> |
|
83 <property name="name"> |
|
84 <cstring>listProperties</cstring> |
|
85 </property> |
|
86 <property name="allColumnsShowFocus"> |
|
87 <bool>true</bool> |
|
88 </property> |
|
89 <property name="resizeMode"> |
|
90 <enum>AllColumns</enum> |
|
91 </property> |
|
92 </widget> |
|
93 <widget class="QLayoutWidget"> |
|
94 <property name="name"> |
|
95 <cstring>Layout14</cstring> |
|
96 </property> |
|
97 <hbox> |
|
98 <property name="name"> |
|
99 <cstring>unnamed</cstring> |
|
100 </property> |
|
101 <property name="margin"> |
|
102 <number>0</number> |
|
103 </property> |
|
104 <property name="spacing"> |
|
105 <number>6</number> |
|
106 </property> |
|
107 <widget class="QLabel"> |
|
108 <property name="name"> |
|
109 <cstring>valueLabel</cstring> |
|
110 </property> |
|
111 <property name="text"> |
|
112 <string>Property &Value:</string> |
|
113 </property> |
|
114 <property name="buddy" stdset="0"> |
|
115 <cstring>editValue</cstring> |
|
116 </property> |
|
117 </widget> |
|
118 <widget class="QLineEdit"> |
|
119 <property name="name"> |
|
120 <cstring>editValue</cstring> |
|
121 </property> |
|
122 </widget> |
|
123 <widget class="QToolButton"> |
|
124 <property name="name"> |
|
125 <cstring>buttonSet</cstring> |
|
126 </property> |
|
127 <property name="text"> |
|
128 <string>&Set</string> |
|
129 </property> |
|
130 </widget> |
|
131 </hbox> |
|
132 </widget> |
|
133 </vbox> |
|
134 </widget> |
|
135 <widget class="QWidget"> |
|
136 <property name="name"> |
|
137 <cstring>tab</cstring> |
|
138 </property> |
|
139 <attribute name="title"> |
|
140 <string>Property Edit &Requests</string> |
|
141 </attribute> |
|
142 <vbox> |
|
143 <property name="name"> |
|
144 <cstring>unnamed</cstring> |
|
145 </property> |
|
146 <property name="margin"> |
|
147 <number>11</number> |
|
148 </property> |
|
149 <property name="spacing"> |
|
150 <number>6</number> |
|
151 </property> |
|
152 <widget class="QListView"> |
|
153 <column> |
|
154 <property name="text"> |
|
155 <string>Property</string> |
|
156 </property> |
|
157 <property name="clickable"> |
|
158 <bool>false</bool> |
|
159 </property> |
|
160 <property name="resizeable"> |
|
161 <bool>false</bool> |
|
162 </property> |
|
163 </column> |
|
164 <property name="name"> |
|
165 <cstring>listEditRequests</cstring> |
|
166 </property> |
|
167 <property name="resizeMode"> |
|
168 <enum>LastColumn</enum> |
|
169 </property> |
|
170 </widget> |
|
171 </vbox> |
|
172 </widget> |
|
173 </widget> |
|
174 <widget class="QLayoutWidget"> |
|
175 <property name="name"> |
|
176 <cstring>Layout13</cstring> |
|
177 </property> |
|
178 <hbox> |
|
179 <property name="name"> |
|
180 <cstring>unnamed</cstring> |
|
181 </property> |
|
182 <property name="margin"> |
|
183 <number>0</number> |
|
184 </property> |
|
185 <property name="spacing"> |
|
186 <number>6</number> |
|
187 </property> |
|
188 <spacer> |
|
189 <property name="name"> |
|
190 <cstring>Spacer7</cstring> |
|
191 </property> |
|
192 <property name="orientation"> |
|
193 <enum>Horizontal</enum> |
|
194 </property> |
|
195 <property name="sizeType"> |
|
196 <enum>Expanding</enum> |
|
197 </property> |
|
198 </spacer> |
|
199 <widget class="QPushButton"> |
|
200 <property name="name"> |
|
201 <cstring>PushButton7</cstring> |
|
202 </property> |
|
203 <property name="text"> |
|
204 <string>C&lose</string> |
|
205 </property> |
|
206 </widget> |
|
207 </hbox> |
|
208 </widget> |
|
209 </vbox> |
|
210 </widget> |
|
211 <connections> |
|
212 <connection> |
|
213 <sender>editValue</sender> |
|
214 <signal>returnPressed()</signal> |
|
215 <receiver>buttonSet</receiver> |
|
216 <slot>animateClick()</slot> |
|
217 </connection> |
|
218 <connection> |
|
219 <sender>buttonSet</sender> |
|
220 <signal>clicked()</signal> |
|
221 <receiver>ChangeProperties</receiver> |
|
222 <slot>setValue()</slot> |
|
223 </connection> |
|
224 <connection> |
|
225 <sender>listProperties</sender> |
|
226 <signal>currentChanged(QListViewItem*)</signal> |
|
227 <receiver>ChangeProperties</receiver> |
|
228 <slot>propertySelected(QListViewItem*)</slot> |
|
229 </connection> |
|
230 <connection> |
|
231 <sender>PushButton7</sender> |
|
232 <signal>clicked()</signal> |
|
233 <receiver>ChangeProperties</receiver> |
|
234 <slot>close()</slot> |
|
235 </connection> |
|
236 </connections> |
|
237 <includes> |
|
238 <include location="global" impldecl="in implementation">qmetaobject.h</include> |
|
239 <include location="global" impldecl="in implementation">qaxwidget.h</include> |
|
240 <include location="local" impldecl="in implementation">changeproperties.ui.h</include> |
|
241 </includes> |
|
242 <forwards> |
|
243 <forward>class QCheckListItem;</forward> |
|
244 <forward>class QAxWidget;</forward> |
|
245 </forwards> |
|
246 <variables> |
|
247 <variable>QAxWidget *activex;</variable> |
|
248 </variables> |
|
249 <slots> |
|
250 <slot>editRequestChanged(QCheckListItem * item)</slot> |
|
251 <slot>init()</slot> |
|
252 <slot>updateProperties()</slot> |
|
253 <slot>propertySelected(QListViewItem * item)</slot> |
|
254 <slot>setControl(QAxWidget * ax)</slot> |
|
255 <slot>setValue()</slot> |
|
256 </slots> |
|
257 <pixmapinproject/> |
|
258 <layoutdefaults spacing="6" margin="11"/> |
|
259 </UI> |