src/eric7/WebBrowser/WebBrowserClearPrivateDataDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8312
800c432b34c8
child 10692
9becf9ca115c
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>WebBrowserClearPrivateDataDialog</class>
4 <widget class="QDialog" name="WebBrowserClearPrivateDataDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>305</width>
10 <height>378</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>&amp;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>&amp;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 &amp;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>&amp;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 &amp;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 &amp;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 &amp;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 &amp;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>&amp;Zoom Settings</string>
183 </property>
184 <property name="checked">
185 <bool>true</bool>
186 </property>
187 </widget>
188 </item>
189 <item>
190 <widget class="QCheckBox" name="sslExceptionsCheckBox">
191 <property name="text">
192 <string>SSL Certificate Error Exceptions</string>
193 </property>
194 <property name="checked">
195 <bool>true</bool>
196 </property>
197 </widget>
198 </item>
199 <item>
200 <widget class="QDialogButtonBox" name="buttonBox">
201 <property name="orientation">
202 <enum>Qt::Horizontal</enum>
203 </property>
204 <property name="standardButtons">
205 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
206 </property>
207 </widget>
208 </item>
209 </layout>
210 </widget>
211 <tabstops>
212 <tabstop>historyCheckBox</tabstop>
213 <tabstop>historyCombo</tabstop>
214 <tabstop>searchCheckBox</tabstop>
215 <tabstop>downloadsCheckBox</tabstop>
216 <tabstop>cookiesCheckBox</tabstop>
217 <tabstop>cacheCheckBox</tabstop>
218 <tabstop>iconsCheckBox</tabstop>
219 <tabstop>passwordsCheckBox</tabstop>
220 <tabstop>databasesCheckBox</tabstop>
221 <tabstop>zoomCheckBox</tabstop>
222 <tabstop>sslExceptionsCheckBox</tabstop>
223 </tabstops>
224 <resources/>
225 <connections>
226 <connection>
227 <sender>buttonBox</sender>
228 <signal>accepted()</signal>
229 <receiver>WebBrowserClearPrivateDataDialog</receiver>
230 <slot>accept()</slot>
231 <hints>
232 <hint type="sourcelabel">
233 <x>267</x>
234 <y>342</y>
235 </hint>
236 <hint type="destinationlabel">
237 <x>157</x>
238 <y>252</y>
239 </hint>
240 </hints>
241 </connection>
242 <connection>
243 <sender>buttonBox</sender>
244 <signal>rejected()</signal>
245 <receiver>WebBrowserClearPrivateDataDialog</receiver>
246 <slot>reject()</slot>
247 <hints>
248 <hint type="sourcelabel">
249 <x>294</x>
250 <y>342</y>
251 </hint>
252 <hint type="destinationlabel">
253 <x>286</x>
254 <y>252</y>
255 </hint>
256 </hints>
257 </connection>
258 <connection>
259 <sender>historyCheckBox</sender>
260 <signal>toggled(bool)</signal>
261 <receiver>historyCombo</receiver>
262 <slot>setEnabled(bool)</slot>
263 <hints>
264 <hint type="sourcelabel">
265 <x>65</x>
266 <y>19</y>
267 </hint>
268 <hint type="destinationlabel">
269 <x>83</x>
270 <y>45</y>
271 </hint>
272 </hints>
273 </connection>
274 </connections>
275 </ui>

eric ide

mercurial