eric6/Helpviewer/FlashCookieManager/FlashCookieManagerDialog.ui

branch
maintenance
changeset 6989
8b8cadf8d7e9
parent 6942
2602857055c5
equal deleted inserted replaced
6938:7926553b7509 6989:8b8cadf8d7e9
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>FlashCookieManagerDialog</class>
4 <widget class="QDialog" name="FlashCookieManagerDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>550</width>
10 <height>500</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Flash Cookie Management</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <widget class="QTabWidget" name="cookiesTabWidget">
22 <property name="currentIndex">
23 <number>0</number>
24 </property>
25 <widget class="QWidget" name="tab">
26 <attribute name="title">
27 <string>Stored Flash Cookies</string>
28 </attribute>
29 <layout class="QGridLayout" name="gridLayout_4">
30 <item row="0" column="0">
31 <layout class="QGridLayout" name="gridLayout">
32 <item row="0" column="0">
33 <widget class="QLabel" name="label_4">
34 <property name="text">
35 <string>Filter:</string>
36 </property>
37 </widget>
38 </item>
39 <item row="0" column="1">
40 <widget class="QLineEdit" name="filterEdit">
41 <property name="toolTip">
42 <string>Enter cookie filter string</string>
43 </property>
44 </widget>
45 </item>
46 <item row="1" column="0" colspan="2">
47 <widget class="QLabel" name="label_24">
48 <property name="text">
49 <string>Stored Flash Cookies:</string>
50 </property>
51 <property name="wordWrap">
52 <bool>true</bool>
53 </property>
54 </widget>
55 </item>
56 <item row="2" column="0" colspan="2">
57 <widget class="QTreeWidget" name="cookiesList">
58 <property name="alternatingRowColors">
59 <bool>true</bool>
60 </property>
61 <column>
62 <property name="text">
63 <string>Origin</string>
64 </property>
65 </column>
66 </widget>
67 </item>
68 </layout>
69 </item>
70 <item row="0" column="1">
71 <layout class="QGridLayout" name="gridLayout_3">
72 <item row="0" column="0">
73 <spacer name="horizontalSpacer">
74 <property name="orientation">
75 <enum>Qt::Horizontal</enum>
76 </property>
77 <property name="sizeHint" stdset="0">
78 <size>
79 <width>158</width>
80 <height>20</height>
81 </size>
82 </property>
83 </spacer>
84 </item>
85 <item row="0" column="1">
86 <widget class="QPushButton" name="reloadButton">
87 <property name="toolTip">
88 <string>Press to reload Flash cookies from disk</string>
89 </property>
90 <property name="text">
91 <string>Reload</string>
92 </property>
93 </widget>
94 </item>
95 <item row="1" column="0" colspan="2">
96 <layout class="QGridLayout" name="gridLayout_2">
97 <item row="0" column="0">
98 <widget class="QLabel" name="label_6">
99 <property name="sizePolicy">
100 <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
101 <horstretch>0</horstretch>
102 <verstretch>0</verstretch>
103 </sizepolicy>
104 </property>
105 <property name="text">
106 <string>Name:</string>
107 </property>
108 <property name="alignment">
109 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
110 </property>
111 </widget>
112 </item>
113 <item row="0" column="1">
114 <widget class="QLabel" name="nameLabel">
115 <property name="text">
116 <string>&lt;no flash cookie selected&gt;</string>
117 </property>
118 </widget>
119 </item>
120 <item row="1" column="0">
121 <widget class="QLabel" name="labelSize_2">
122 <property name="text">
123 <string>Size:</string>
124 </property>
125 </widget>
126 </item>
127 <item row="1" column="1">
128 <widget class="QLabel" name="sizeLabel">
129 <property name="text">
130 <string>&lt;no flash cookie selected&gt;</string>
131 </property>
132 </widget>
133 </item>
134 <item row="2" column="0">
135 <widget class="QLabel" name="label_7">
136 <property name="text">
137 <string>Origin:</string>
138 </property>
139 </widget>
140 </item>
141 <item row="2" column="1">
142 <widget class="QLabel" name="originLabel">
143 <property name="text">
144 <string>&lt;no flash cookie selected&gt;</string>
145 </property>
146 </widget>
147 </item>
148 <item row="3" column="0">
149 <widget class="QLabel" name="label_22">
150 <property name="text">
151 <string>Last Modified:</string>
152 </property>
153 </widget>
154 </item>
155 <item row="3" column="1">
156 <widget class="QLabel" name="modifiedLabel">
157 <property name="text">
158 <string>&lt;no flash cookie selected&gt;</string>
159 </property>
160 </widget>
161 </item>
162 </layout>
163 </item>
164 <item row="2" column="0" colspan="2">
165 <widget class="QLabel" name="label">
166 <property name="text">
167 <string>Contents:</string>
168 </property>
169 </widget>
170 </item>
171 <item row="3" column="0" colspan="2">
172 <widget class="QPlainTextEdit" name="contentsEdit">
173 <property name="tabChangesFocus">
174 <bool>true</bool>
175 </property>
176 <property name="lineWrapMode">
177 <enum>QPlainTextEdit::NoWrap</enum>
178 </property>
179 <property name="readOnly">
180 <bool>true</bool>
181 </property>
182 <property name="textInteractionFlags">
183 <set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
184 </property>
185 </widget>
186 </item>
187 </layout>
188 </item>
189 <item row="1" column="0" colspan="2">
190 <layout class="QHBoxLayout" name="horizontalLayout_2">
191 <item>
192 <widget class="QLabel" name="label_2">
193 <property name="text">
194 <string>Path:</string>
195 </property>
196 </widget>
197 </item>
198 <item>
199 <widget class="QLineEdit" name="pathEdit">
200 <property name="readOnly">
201 <bool>true</bool>
202 </property>
203 </widget>
204 </item>
205 </layout>
206 </item>
207 <item row="2" column="0" colspan="2">
208 <layout class="QHBoxLayout" name="horizontalLayout">
209 <item>
210 <widget class="QPushButton" name="removeAllButton">
211 <property name="toolTip">
212 <string>Press to remove all flash cookies</string>
213 </property>
214 <property name="text">
215 <string>Remove All Cookies</string>
216 </property>
217 </widget>
218 </item>
219 <item>
220 <widget class="QPushButton" name="removeButton">
221 <property name="toolTip">
222 <string>Press to remove selected flash cookies</string>
223 </property>
224 <property name="text">
225 <string>Remove Cookie</string>
226 </property>
227 </widget>
228 </item>
229 <item>
230 <spacer name="horizontalSpacer_2">
231 <property name="orientation">
232 <enum>Qt::Horizontal</enum>
233 </property>
234 <property name="sizeHint" stdset="0">
235 <size>
236 <width>40</width>
237 <height>20</height>
238 </size>
239 </property>
240 </spacer>
241 </item>
242 </layout>
243 </item>
244 </layout>
245 </widget>
246 <widget class="QWidget" name="tab_2">
247 <attribute name="title">
248 <string>Flash Cookies Lists</string>
249 </attribute>
250 <layout class="QGridLayout" name="gridLayout_5">
251 <item row="0" column="0">
252 <widget class="QLabel" name="label_3">
253 <property name="text">
254 <string>&lt;b&gt;Flash cookie whitelist&lt;/b&gt;</string>
255 </property>
256 </widget>
257 </item>
258 <item row="0" column="1">
259 <widget class="QLabel" name="label_5">
260 <property name="text">
261 <string>&lt;b&gt;Flash cookie blacklist&lt;/b&gt;</string>
262 </property>
263 </widget>
264 </item>
265 <item row="1" column="0">
266 <widget class="QLabel" name="label_17">
267 <property name="text">
268 <string>Flash cookies from these origins will not be deleted automatically. (Also detection of them will not be notified to user.)</string>
269 </property>
270 <property name="wordWrap">
271 <bool>true</bool>
272 </property>
273 </widget>
274 </item>
275 <item row="1" column="1">
276 <widget class="QLabel" name="label_18">
277 <property name="text">
278 <string>Flash cookies from these origins will be deleted without any notification.</string>
279 </property>
280 <property name="wordWrap">
281 <bool>true</bool>
282 </property>
283 </widget>
284 </item>
285 <item row="2" column="0">
286 <widget class="QListWidget" name="whiteList">
287 <property name="alternatingRowColors">
288 <bool>true</bool>
289 </property>
290 <property name="selectionMode">
291 <enum>QAbstractItemView::ExtendedSelection</enum>
292 </property>
293 <property name="sortingEnabled">
294 <bool>true</bool>
295 </property>
296 </widget>
297 </item>
298 <item row="2" column="1">
299 <widget class="QListWidget" name="blackList">
300 <property name="alternatingRowColors">
301 <bool>true</bool>
302 </property>
303 <property name="selectionMode">
304 <enum>QAbstractItemView::ExtendedSelection</enum>
305 </property>
306 <property name="sortingEnabled">
307 <bool>true</bool>
308 </property>
309 </widget>
310 </item>
311 <item row="3" column="0">
312 <layout class="QHBoxLayout" name="horizontalLayout_3">
313 <item>
314 <spacer name="horizontalSpacer_3">
315 <property name="orientation">
316 <enum>Qt::Horizontal</enum>
317 </property>
318 <property name="sizeHint" stdset="0">
319 <size>
320 <width>40</width>
321 <height>20</height>
322 </size>
323 </property>
324 </spacer>
325 </item>
326 <item>
327 <widget class="QPushButton" name="removeWhiteButton">
328 <property name="toolTip">
329 <string>Press to remove selected origins from the whitelist</string>
330 </property>
331 <property name="text">
332 <string>Remove</string>
333 </property>
334 </widget>
335 </item>
336 <item>
337 <widget class="QPushButton" name="addWhiteButton">
338 <property name="toolTip">
339 <string>Press to add an origin to the whitelist</string>
340 </property>
341 <property name="text">
342 <string>Add...</string>
343 </property>
344 </widget>
345 </item>
346 <item>
347 <spacer name="horizontalSpacer_4">
348 <property name="orientation">
349 <enum>Qt::Horizontal</enum>
350 </property>
351 <property name="sizeHint" stdset="0">
352 <size>
353 <width>40</width>
354 <height>20</height>
355 </size>
356 </property>
357 </spacer>
358 </item>
359 </layout>
360 </item>
361 <item row="3" column="1">
362 <layout class="QHBoxLayout" name="horizontalLayout_4">
363 <item>
364 <spacer name="horizontalSpacer_5">
365 <property name="orientation">
366 <enum>Qt::Horizontal</enum>
367 </property>
368 <property name="sizeHint" stdset="0">
369 <size>
370 <width>40</width>
371 <height>20</height>
372 </size>
373 </property>
374 </spacer>
375 </item>
376 <item>
377 <widget class="QPushButton" name="removeBlackButton">
378 <property name="toolTip">
379 <string>Press to remove selected origins from the blacklist</string>
380 </property>
381 <property name="text">
382 <string>Remove</string>
383 </property>
384 </widget>
385 </item>
386 <item>
387 <widget class="QPushButton" name="addBlackButton">
388 <property name="toolTip">
389 <string>Press to add an origin to the blacklist</string>
390 </property>
391 <property name="text">
392 <string>Add...</string>
393 </property>
394 </widget>
395 </item>
396 <item>
397 <spacer name="horizontalSpacer_6">
398 <property name="orientation">
399 <enum>Qt::Horizontal</enum>
400 </property>
401 <property name="sizeHint" stdset="0">
402 <size>
403 <width>40</width>
404 <height>20</height>
405 </size>
406 </property>
407 </spacer>
408 </item>
409 </layout>
410 </item>
411 </layout>
412 </widget>
413 </widget>
414 </item>
415 <item>
416 <widget class="QDialogButtonBox" name="buttonBox">
417 <property name="orientation">
418 <enum>Qt::Horizontal</enum>
419 </property>
420 <property name="standardButtons">
421 <set>QDialogButtonBox::Close</set>
422 </property>
423 </widget>
424 </item>
425 </layout>
426 </widget>
427 <tabstops>
428 <tabstop>cookiesTabWidget</tabstop>
429 <tabstop>filterEdit</tabstop>
430 <tabstop>cookiesList</tabstop>
431 <tabstop>reloadButton</tabstop>
432 <tabstop>contentsEdit</tabstop>
433 <tabstop>pathEdit</tabstop>
434 <tabstop>removeAllButton</tabstop>
435 <tabstop>removeButton</tabstop>
436 <tabstop>whiteList</tabstop>
437 <tabstop>removeWhiteButton</tabstop>
438 <tabstop>addWhiteButton</tabstop>
439 <tabstop>blackList</tabstop>
440 <tabstop>removeBlackButton</tabstop>
441 <tabstop>addBlackButton</tabstop>
442 </tabstops>
443 <resources/>
444 <connections>
445 <connection>
446 <sender>buttonBox</sender>
447 <signal>accepted()</signal>
448 <receiver>FlashCookieManagerDialog</receiver>
449 <slot>accept()</slot>
450 <hints>
451 <hint type="sourcelabel">
452 <x>248</x>
453 <y>254</y>
454 </hint>
455 <hint type="destinationlabel">
456 <x>157</x>
457 <y>274</y>
458 </hint>
459 </hints>
460 </connection>
461 <connection>
462 <sender>buttonBox</sender>
463 <signal>rejected()</signal>
464 <receiver>FlashCookieManagerDialog</receiver>
465 <slot>reject()</slot>
466 <hints>
467 <hint type="sourcelabel">
468 <x>316</x>
469 <y>260</y>
470 </hint>
471 <hint type="destinationlabel">
472 <x>286</x>
473 <y>274</y>
474 </hint>
475 </hints>
476 </connection>
477 </connections>
478 </ui>

eric ide

mercurial