|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0" stdsetdef="1"> |
|
3 <author></author> |
|
4 <comment></comment> |
|
5 <exportmacro></exportmacro> |
|
6 <class>ChangeProperties</class> |
|
7 <widget class="QDialog" name="ChangeProperties"> |
|
8 <property name="geometry"> |
|
9 <rect> |
|
10 <x>0</x> |
|
11 <y>0</y> |
|
12 <width>728</width> |
|
13 <height>584</height> |
|
14 </rect> |
|
15 </property> |
|
16 <property name="windowTitle"> |
|
17 <string>Change Control Properties</string> |
|
18 </property> |
|
19 <layout class="QVBoxLayout"> |
|
20 <property name="margin"> |
|
21 <number>11</number> |
|
22 </property> |
|
23 <property name="spacing"> |
|
24 <number>6</number> |
|
25 </property> |
|
26 <item> |
|
27 <widget class="QTabWidget" name="tabWidget"> |
|
28 <widget class="QWidget" name="tab"> |
|
29 <attribute name="title"> |
|
30 <string>&Properties</string> |
|
31 </attribute> |
|
32 <layout class="QVBoxLayout"> |
|
33 <property name="margin"> |
|
34 <number>11</number> |
|
35 </property> |
|
36 <property name="spacing"> |
|
37 <number>6</number> |
|
38 </property> |
|
39 <item> |
|
40 <widget class="Q3ListView" name="listProperties"> |
|
41 <property name="allColumnsShowFocus"> |
|
42 <bool>true</bool> |
|
43 </property> |
|
44 <property name="resizeMode"> |
|
45 <enum>Q3ListView::AllColumns</enum> |
|
46 </property> |
|
47 <column> |
|
48 <property name="text"> |
|
49 <string>Property</string> |
|
50 </property> |
|
51 <property name="clickable"> |
|
52 <bool>false</bool> |
|
53 </property> |
|
54 <property name="resizeable"> |
|
55 <bool>true</bool> |
|
56 </property> |
|
57 </column> |
|
58 <column> |
|
59 <property name="text"> |
|
60 <string>Type</string> |
|
61 </property> |
|
62 <property name="clickable"> |
|
63 <bool>false</bool> |
|
64 </property> |
|
65 <property name="resizeable"> |
|
66 <bool>true</bool> |
|
67 </property> |
|
68 </column> |
|
69 <column> |
|
70 <property name="text"> |
|
71 <string>Value</string> |
|
72 </property> |
|
73 <property name="clickable"> |
|
74 <bool>false</bool> |
|
75 </property> |
|
76 <property name="resizeable"> |
|
77 <bool>true</bool> |
|
78 </property> |
|
79 </column> |
|
80 </widget> |
|
81 </item> |
|
82 <item> |
|
83 <layout class="QHBoxLayout"> |
|
84 <property name="margin"> |
|
85 <number>0</number> |
|
86 </property> |
|
87 <property name="spacing"> |
|
88 <number>6</number> |
|
89 </property> |
|
90 <item> |
|
91 <widget class="QLabel" name="valueLabel"> |
|
92 <property name="text"> |
|
93 <string>Property &Value:</string> |
|
94 </property> |
|
95 <property name="buddy" stdset="0"> |
|
96 <cstring>editValue</cstring> |
|
97 </property> |
|
98 <property name="wordWrap"> |
|
99 <bool>false</bool> |
|
100 </property> |
|
101 </widget> |
|
102 </item> |
|
103 <item> |
|
104 <widget class="QLineEdit" name="editValue"/> |
|
105 </item> |
|
106 <item> |
|
107 <widget class="QToolButton" name="buttonSet"> |
|
108 <property name="text"> |
|
109 <string>&Set</string> |
|
110 </property> |
|
111 </widget> |
|
112 </item> |
|
113 </layout> |
|
114 </item> |
|
115 </layout> |
|
116 </widget> |
|
117 <widget class="QWidget" name="tab"> |
|
118 <attribute name="title"> |
|
119 <string>Property Edit &Requests</string> |
|
120 </attribute> |
|
121 <layout class="QVBoxLayout"> |
|
122 <property name="margin"> |
|
123 <number>11</number> |
|
124 </property> |
|
125 <property name="spacing"> |
|
126 <number>6</number> |
|
127 </property> |
|
128 <item> |
|
129 <widget class="Q3ListView" name="listEditRequests"> |
|
130 <property name="resizeMode"> |
|
131 <enum>Q3ListView::LastColumn</enum> |
|
132 </property> |
|
133 <column> |
|
134 <property name="text"> |
|
135 <string>Property</string> |
|
136 </property> |
|
137 <property name="clickable"> |
|
138 <bool>false</bool> |
|
139 </property> |
|
140 <property name="resizeable"> |
|
141 <bool>false</bool> |
|
142 </property> |
|
143 </column> |
|
144 </widget> |
|
145 </item> |
|
146 </layout> |
|
147 </widget> |
|
148 </widget> |
|
149 </item> |
|
150 <item> |
|
151 <layout class="QHBoxLayout"> |
|
152 <property name="margin"> |
|
153 <number>0</number> |
|
154 </property> |
|
155 <property name="spacing"> |
|
156 <number>6</number> |
|
157 </property> |
|
158 <item> |
|
159 <spacer name="Spacer7"> |
|
160 <property name="sizeHint"> |
|
161 <size> |
|
162 <width>0</width> |
|
163 <height>0</height> |
|
164 </size> |
|
165 </property> |
|
166 <property name="sizeType"> |
|
167 <enum>QSizePolicy::Expanding</enum> |
|
168 </property> |
|
169 <property name="orientation"> |
|
170 <enum>Qt::Horizontal</enum> |
|
171 </property> |
|
172 </spacer> |
|
173 </item> |
|
174 <item> |
|
175 <widget class="QPushButton" name="PushButton7"> |
|
176 <property name="text"> |
|
177 <string>C&lose</string> |
|
178 </property> |
|
179 </widget> |
|
180 </item> |
|
181 </layout> |
|
182 </item> |
|
183 </layout> |
|
184 </widget> |
|
185 <layoutdefault spacing="6" margin="11"/> |
|
186 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
187 <connections> |
|
188 <connection> |
|
189 <sender>editValue</sender> |
|
190 <signal>returnPressed()</signal> |
|
191 <receiver>buttonSet</receiver> |
|
192 <slot>animateClick()</slot> |
|
193 </connection> |
|
194 <connection> |
|
195 <sender>buttonSet</sender> |
|
196 <signal>clicked()</signal> |
|
197 <receiver>ChangeProperties</receiver> |
|
198 <slot>setValue()</slot> |
|
199 </connection> |
|
200 <connection> |
|
201 <sender>listProperties</sender> |
|
202 <signal>currentChanged(Q3ListViewItem*)</signal> |
|
203 <receiver>ChangeProperties</receiver> |
|
204 <slot>propertySelected(Q3ListViewItem*)</slot> |
|
205 </connection> |
|
206 <connection> |
|
207 <sender>PushButton7</sender> |
|
208 <signal>clicked()</signal> |
|
209 <receiver>ChangeProperties</receiver> |
|
210 <slot>close()</slot> |
|
211 </connection> |
|
212 </connections> |
|
213 </ui> |