|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>HelpClearPrivateDataDialog</class> |
|
4 <widget class="QDialog" name="HelpClearPrivateDataDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>305</width> |
|
10 <height>353</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Clear Private Data</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout"> |
|
20 <item> |
|
21 <widget class="QCheckBox" name="historyCheckBox"> |
|
22 <property name="toolTip"> |
|
23 <string>Select to clear the browsing history</string> |
|
24 </property> |
|
25 <property name="text"> |
|
26 <string>&Browsing History</string> |
|
27 </property> |
|
28 <property name="checked"> |
|
29 <bool>true</bool> |
|
30 </property> |
|
31 </widget> |
|
32 </item> |
|
33 <item> |
|
34 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
35 <item> |
|
36 <spacer name="horizontalSpacer"> |
|
37 <property name="orientation"> |
|
38 <enum>Qt::Horizontal</enum> |
|
39 </property> |
|
40 <property name="sizeHint" stdset="0"> |
|
41 <size> |
|
42 <width>40</width> |
|
43 <height>20</height> |
|
44 </size> |
|
45 </property> |
|
46 </spacer> |
|
47 </item> |
|
48 <item> |
|
49 <widget class="QComboBox" name="historyCombo"> |
|
50 <property name="sizePolicy"> |
|
51 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
52 <horstretch>1</horstretch> |
|
53 <verstretch>0</verstretch> |
|
54 </sizepolicy> |
|
55 </property> |
|
56 <property name="toolTip"> |
|
57 <string>Select the history period to be deleted</string> |
|
58 </property> |
|
59 <item> |
|
60 <property name="text"> |
|
61 <string>Last Hour</string> |
|
62 </property> |
|
63 </item> |
|
64 <item> |
|
65 <property name="text"> |
|
66 <string>Last Day</string> |
|
67 </property> |
|
68 </item> |
|
69 <item> |
|
70 <property name="text"> |
|
71 <string>Last Week</string> |
|
72 </property> |
|
73 </item> |
|
74 <item> |
|
75 <property name="text"> |
|
76 <string>Last 4 Weeks</string> |
|
77 </property> |
|
78 </item> |
|
79 <item> |
|
80 <property name="text"> |
|
81 <string>Whole Period</string> |
|
82 </property> |
|
83 </item> |
|
84 </widget> |
|
85 </item> |
|
86 </layout> |
|
87 </item> |
|
88 <item> |
|
89 <widget class="QCheckBox" name="searchCheckBox"> |
|
90 <property name="toolTip"> |
|
91 <string>Select to clear the search history</string> |
|
92 </property> |
|
93 <property name="text"> |
|
94 <string>&Search History</string> |
|
95 </property> |
|
96 <property name="checked"> |
|
97 <bool>true</bool> |
|
98 </property> |
|
99 </widget> |
|
100 </item> |
|
101 <item> |
|
102 <widget class="QCheckBox" name="downloadsCheckBox"> |
|
103 <property name="toolTip"> |
|
104 <string>Select to clear the download history</string> |
|
105 </property> |
|
106 <property name="text"> |
|
107 <string>Download &History</string> |
|
108 </property> |
|
109 <property name="checked"> |
|
110 <bool>true</bool> |
|
111 </property> |
|
112 </widget> |
|
113 </item> |
|
114 <item> |
|
115 <widget class="QCheckBox" name="cookiesCheckBox"> |
|
116 <property name="toolTip"> |
|
117 <string>Select to clear the cookies</string> |
|
118 </property> |
|
119 <property name="text"> |
|
120 <string>&Cookies</string> |
|
121 </property> |
|
122 <property name="checked"> |
|
123 <bool>true</bool> |
|
124 </property> |
|
125 </widget> |
|
126 </item> |
|
127 <item> |
|
128 <widget class="QCheckBox" name="cacheCheckBox"> |
|
129 <property name="toolTip"> |
|
130 <string>Select to clear the disk cache</string> |
|
131 </property> |
|
132 <property name="text"> |
|
133 <string>Cached &Web Pages</string> |
|
134 </property> |
|
135 <property name="checked"> |
|
136 <bool>true</bool> |
|
137 </property> |
|
138 </widget> |
|
139 </item> |
|
140 <item> |
|
141 <widget class="QCheckBox" name="iconsCheckBox"> |
|
142 <property name="toolTip"> |
|
143 <string>Select to clear the website icons</string> |
|
144 </property> |
|
145 <property name="text"> |
|
146 <string>Website &Icons</string> |
|
147 </property> |
|
148 <property name="checked"> |
|
149 <bool>true</bool> |
|
150 </property> |
|
151 </widget> |
|
152 </item> |
|
153 <item> |
|
154 <widget class="QCheckBox" name="passwordsCheckBox"> |
|
155 <property name="toolTip"> |
|
156 <string>Select to clear the saved passwords</string> |
|
157 </property> |
|
158 <property name="text"> |
|
159 <string>Saved &Passwords</string> |
|
160 </property> |
|
161 <property name="checked"> |
|
162 <bool>false</bool> |
|
163 </property> |
|
164 </widget> |
|
165 </item> |
|
166 <item> |
|
167 <widget class="QCheckBox" name="databasesCheckBox"> |
|
168 <property name="toolTip"> |
|
169 <string>Select to delete all web databases</string> |
|
170 </property> |
|
171 <property name="text"> |
|
172 <string>Web &Databases</string> |
|
173 </property> |
|
174 </widget> |
|
175 </item> |
|
176 <item> |
|
177 <widget class="QCheckBox" name="zoomCheckBox"> |
|
178 <property name="toolTip"> |
|
179 <string>Select to delete all remembered zoom settings</string> |
|
180 </property> |
|
181 <property name="text"> |
|
182 <string>&Zoom Settings</string> |
|
183 </property> |
|
184 <property name="checked"> |
|
185 <bool>true</bool> |
|
186 </property> |
|
187 </widget> |
|
188 </item> |
|
189 <item> |
|
190 <widget class="Line" name="line"> |
|
191 <property name="orientation"> |
|
192 <enum>Qt::Horizontal</enum> |
|
193 </property> |
|
194 </widget> |
|
195 </item> |
|
196 <item> |
|
197 <widget class="QCheckBox" name="flashCookiesCheckBox"> |
|
198 <property name="toolTip"> |
|
199 <string>Select to clear cookies set by the Adobe Flash Player</string> |
|
200 </property> |
|
201 <property name="text"> |
|
202 <string>Cookies from Adobe &Flash Player</string> |
|
203 </property> |
|
204 </widget> |
|
205 </item> |
|
206 <item> |
|
207 <widget class="QDialogButtonBox" name="buttonBox"> |
|
208 <property name="orientation"> |
|
209 <enum>Qt::Horizontal</enum> |
|
210 </property> |
|
211 <property name="standardButtons"> |
|
212 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
213 </property> |
|
214 </widget> |
|
215 </item> |
|
216 </layout> |
|
217 </widget> |
|
218 <tabstops> |
|
219 <tabstop>historyCheckBox</tabstop> |
|
220 <tabstop>historyCombo</tabstop> |
|
221 <tabstop>searchCheckBox</tabstop> |
|
222 <tabstop>downloadsCheckBox</tabstop> |
|
223 <tabstop>cookiesCheckBox</tabstop> |
|
224 <tabstop>cacheCheckBox</tabstop> |
|
225 <tabstop>iconsCheckBox</tabstop> |
|
226 <tabstop>passwordsCheckBox</tabstop> |
|
227 <tabstop>databasesCheckBox</tabstop> |
|
228 <tabstop>zoomCheckBox</tabstop> |
|
229 <tabstop>flashCookiesCheckBox</tabstop> |
|
230 </tabstops> |
|
231 <resources/> |
|
232 <connections> |
|
233 <connection> |
|
234 <sender>buttonBox</sender> |
|
235 <signal>accepted()</signal> |
|
236 <receiver>HelpClearPrivateDataDialog</receiver> |
|
237 <slot>accept()</slot> |
|
238 <hints> |
|
239 <hint type="sourcelabel"> |
|
240 <x>267</x> |
|
241 <y>342</y> |
|
242 </hint> |
|
243 <hint type="destinationlabel"> |
|
244 <x>157</x> |
|
245 <y>252</y> |
|
246 </hint> |
|
247 </hints> |
|
248 </connection> |
|
249 <connection> |
|
250 <sender>buttonBox</sender> |
|
251 <signal>rejected()</signal> |
|
252 <receiver>HelpClearPrivateDataDialog</receiver> |
|
253 <slot>reject()</slot> |
|
254 <hints> |
|
255 <hint type="sourcelabel"> |
|
256 <x>294</x> |
|
257 <y>342</y> |
|
258 </hint> |
|
259 <hint type="destinationlabel"> |
|
260 <x>286</x> |
|
261 <y>252</y> |
|
262 </hint> |
|
263 </hints> |
|
264 </connection> |
|
265 <connection> |
|
266 <sender>historyCheckBox</sender> |
|
267 <signal>toggled(bool)</signal> |
|
268 <receiver>historyCombo</receiver> |
|
269 <slot>setEnabled(bool)</slot> |
|
270 <hints> |
|
271 <hint type="sourcelabel"> |
|
272 <x>65</x> |
|
273 <y>19</y> |
|
274 </hint> |
|
275 <hint type="destinationlabel"> |
|
276 <x>83</x> |
|
277 <y>45</y> |
|
278 </hint> |
|
279 </hints> |
|
280 </connection> |
|
281 </connections> |
|
282 </ui> |