android: Fix XML form filter.
[qpwmc.git] / pwmdClientDialog.ui
blobf3573d9adccb95187f28c5ab24a0ff2a438eb9ac
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>PwmdClientDialog</class>
4 <widget class="QDialog" name="PwmdClientDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>1063</width>
10 <height>384</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>QPwmc - Client list</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>false</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <property name="leftMargin">
21 <number>3</number>
22 </property>
23 <property name="topMargin">
24 <number>3</number>
25 </property>
26 <property name="rightMargin">
27 <number>3</number>
28 </property>
29 <property name="bottomMargin">
30 <number>3</number>
31 </property>
32 <item>
33 <layout class="QHBoxLayout" name="horizontalLayout_20">
34 <item>
35 <widget class="QToolButton" name="tb_killClient">
36 <property name="statusTip">
37 <string/>
38 </property>
39 <property name="whatsThis">
40 <string>Terminate the selected client.</string>
41 </property>
42 <property name="text">
43 <string>Kill</string>
44 </property>
45 <property name="toolButtonStyle">
46 <enum>Qt::ToolButtonTextUnderIcon</enum>
47 </property>
48 </widget>
49 </item>
50 <item>
51 <widget class="QToolButton" name="tb_refreshClientList">
52 <property name="whatsThis">
53 <string>Refresh the client list.</string>
54 </property>
55 <property name="text">
56 <string>Refresh</string>
57 </property>
58 <property name="toolButtonStyle">
59 <enum>Qt::ToolButtonTextUnderIcon</enum>
60 </property>
61 </widget>
62 </item>
63 <item>
64 <widget class="Line" name="line">
65 <property name="orientation">
66 <enum>Qt::Vertical</enum>
67 </property>
68 </widget>
69 </item>
70 <item>
71 <widget class="QLabel" name="label">
72 <property name="text">
73 <string>Stale cleanup:</string>
74 </property>
75 </widget>
76 </item>
77 <item>
78 <widget class="QSpinBox" name="sp_cleanup">
79 <property name="whatsThis">
80 <string>Keep stale clients in the client list for this duration.</string>
81 </property>
82 <property name="frame">
83 <bool>true</bool>
84 </property>
85 <property name="suffix">
86 <string>s</string>
87 </property>
88 <property name="maximum">
89 <number>999999999</number>
90 </property>
91 </widget>
92 </item>
93 <item>
94 <spacer name="horizontalSpacer_16">
95 <property name="orientation">
96 <enum>Qt::Horizontal</enum>
97 </property>
98 <property name="sizeHint" stdset="0">
99 <size>
100 <width>40</width>
101 <height>20</height>
102 </size>
103 </property>
104 </spacer>
105 </item>
106 </layout>
107 </item>
108 <item>
109 <widget class="QTreeWidget" name="clientList">
110 <property name="statusTip">
111 <string>Connected clients.</string>
112 </property>
113 <property name="showDropIndicator" stdset="0">
114 <bool>false</bool>
115 </property>
116 <property name="selectionBehavior">
117 <enum>QAbstractItemView::SelectRows</enum>
118 </property>
119 <property name="itemsExpandable">
120 <bool>false</bool>
121 </property>
122 <property name="allColumnsShowFocus">
123 <bool>true</bool>
124 </property>
125 <property name="wordWrap">
126 <bool>true</bool>
127 </property>
128 <property name="expandsOnDoubleClick">
129 <bool>false</bool>
130 </property>
131 <property name="columnCount">
132 <number>7</number>
133 </property>
134 <attribute name="headerHighlightSections">
135 <bool>false</bool>
136 </attribute>
137 <attribute name="headerShowSortIndicator" stdset="0">
138 <bool>false</bool>
139 </attribute>
140 <attribute name="headerStretchLastSection">
141 <bool>true</bool>
142 </attribute>
143 <column>
144 <property name="text">
145 <string notr="true">Name</string>
146 </property>
147 </column>
148 <column>
149 <property name="text">
150 <string>Connected At</string>
151 </property>
152 </column>
153 <column>
154 <property name="text">
155 <string notr="true">Filename</string>
156 </property>
157 </column>
158 <column>
159 <property name="text">
160 <string notr="true">Has lock</string>
161 </property>
162 </column>
163 <column>
164 <property name="text">
165 <string>State</string>
166 </property>
167 </column>
168 <column>
169 <property name="text">
170 <string notr="true">Host IP</string>
171 </property>
172 </column>
173 <column>
174 <property name="text">
175 <string>User ID</string>
176 </property>
177 </column>
178 </widget>
179 </item>
180 <item>
181 <widget class="QGroupBox" name="serverStatus">
182 <property name="sizePolicy">
183 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
184 <horstretch>0</horstretch>
185 <verstretch>0</verstretch>
186 </sizepolicy>
187 </property>
188 <property name="title">
189 <string>Server status:</string>
190 </property>
191 <layout class="QHBoxLayout" name="horizontalLayout">
192 <item>
193 <widget class="QLabel" name="label_8">
194 <property name="sizePolicy">
195 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
196 <horstretch>0</horstretch>
197 <verstretch>0</verstretch>
198 </sizepolicy>
199 </property>
200 <property name="text">
201 <string>Version:</string>
202 </property>
203 <property name="alignment">
204 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
205 </property>
206 </widget>
207 </item>
208 <item>
209 <widget class="QLabel" name="l_version">
210 <property name="sizePolicy">
211 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
212 <horstretch>0</horstretch>
213 <verstretch>0</verstretch>
214 </sizepolicy>
215 </property>
216 <property name="text">
217 <string>-</string>
218 </property>
219 </widget>
220 </item>
221 <item>
222 <spacer name="horizontalSpacer">
223 <property name="orientation">
224 <enum>Qt::Horizontal</enum>
225 </property>
226 <property name="sizeHint" stdset="0">
227 <size>
228 <width>40</width>
229 <height>20</height>
230 </size>
231 </property>
232 </spacer>
233 </item>
234 <item>
235 <widget class="QLabel" name="cachedLabel">
236 <property name="statusTip">
237 <string>The number of cached documents.</string>
238 </property>
239 <property name="text">
240 <string>Cached:</string>
241 </property>
242 </widget>
243 </item>
244 <item>
245 <widget class="QLabel" name="l_cached">
246 <property name="sizePolicy">
247 <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
248 <horstretch>0</horstretch>
249 <verstretch>0</verstretch>
250 </sizepolicy>
251 </property>
252 <property name="text">
253 <string>-</string>
254 </property>
255 </widget>
256 </item>
257 <item>
258 <widget class="QLabel" name="clientsLabel">
259 <property name="statusTip">
260 <string>The number of connected clients.</string>
261 </property>
262 <property name="text">
263 <string>Clients:</string>
264 </property>
265 <property name="alignment">
266 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
267 </property>
268 </widget>
269 </item>
270 <item>
271 <widget class="QLabel" name="l_clients">
272 <property name="sizePolicy">
273 <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
274 <horstretch>0</horstretch>
275 <verstretch>0</verstretch>
276 </sizepolicy>
277 </property>
278 <property name="text">
279 <string>-</string>
280 </property>
281 </widget>
282 </item>
283 </layout>
284 </widget>
285 </item>
286 <item>
287 <widget class="QDialogButtonBox" name="buttonBox">
288 <property name="orientation">
289 <enum>Qt::Horizontal</enum>
290 </property>
291 <property name="standardButtons">
292 <set>QDialogButtonBox::Ok</set>
293 </property>
294 </widget>
295 </item>
296 </layout>
297 </widget>
298 <tabstops>
299 <tabstop>tb_killClient</tabstop>
300 <tabstop>tb_refreshClientList</tabstop>
301 <tabstop>clientList</tabstop>
302 <tabstop>buttonBox</tabstop>
303 </tabstops>
304 <resources/>
305 <connections>
306 <connection>
307 <sender>buttonBox</sender>
308 <signal>accepted()</signal>
309 <receiver>PwmdClientDialog</receiver>
310 <slot>accept()</slot>
311 <hints>
312 <hint type="sourcelabel">
313 <x>248</x>
314 <y>254</y>
315 </hint>
316 <hint type="destinationlabel">
317 <x>157</x>
318 <y>274</y>
319 </hint>
320 </hints>
321 </connection>
322 <connection>
323 <sender>buttonBox</sender>
324 <signal>rejected()</signal>
325 <receiver>PwmdClientDialog</receiver>
326 <slot>reject()</slot>
327 <hints>
328 <hint type="sourcelabel">
329 <x>316</x>
330 <y>260</y>
331 </hint>
332 <hint type="destinationlabel">
333 <x>286</x>
334 <y>274</y>
335 </hint>
336 </hints>
337 </connection>
338 </connections>
339 </ui>