Helpviewer/HelpClearPrivateDataDialog.ui

changeset 1853
01812b281a1e
parent 668
b0061a6f7484
child 4612
c9982bcd00f8
equal deleted inserted replaced
1852:12d37ab1baf3 1853:01812b281a1e
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>305</width> 9 <width>305</width>
10 <height>221</height> 10 <height>289</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Clear Private Data</string> 14 <string>Clear Private Data</string>
15 </property> 15 </property>
29 <bool>true</bool> 29 <bool>true</bool>
30 </property> 30 </property>
31 </widget> 31 </widget>
32 </item> 32 </item>
33 <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>
34 <widget class="QCheckBox" name="searchCheckBox"> 89 <widget class="QCheckBox" name="searchCheckBox">
35 <property name="toolTip"> 90 <property name="toolTip">
36 <string>Select to clear the search history</string> 91 <string>Select to clear the search history</string>
37 </property> 92 </property>
38 <property name="text"> 93 <property name="text">
47 <widget class="QCheckBox" name="downloadsCheckBox"> 102 <widget class="QCheckBox" name="downloadsCheckBox">
48 <property name="toolTip"> 103 <property name="toolTip">
49 <string>Select to clear the download history</string> 104 <string>Select to clear the download history</string>
50 </property> 105 </property>
51 <property name="text"> 106 <property name="text">
52 <string>Download History</string> 107 <string>Download &amp;History</string>
53 </property> 108 </property>
54 <property name="checked"> 109 <property name="checked">
55 <bool>true</bool> 110 <bool>true</bool>
56 </property> 111 </property>
57 </widget> 112 </widget>
113 <property name="toolTip"> 168 <property name="toolTip">
114 <string>Select to delete all web databases</string> 169 <string>Select to delete all web databases</string>
115 </property> 170 </property>
116 <property name="text"> 171 <property name="text">
117 <string>Web &amp;Databases</string> 172 <string>Web &amp;Databases</string>
173 </property>
174 </widget>
175 </item>
176 <item>
177 <widget class="Line" name="line">
178 <property name="orientation">
179 <enum>Qt::Horizontal</enum>
180 </property>
181 </widget>
182 </item>
183 <item>
184 <widget class="QCheckBox" name="flashCookiesCheckBox">
185 <property name="toolTip">
186 <string>Select to clear cookies set by the Adobe Flash Player</string>
187 </property>
188 <property name="text">
189 <string>Cookies from Adobe &amp;Flash Player</string>
118 </property> 190 </property>
119 </widget> 191 </widget>
120 </item> 192 </item>
121 <item> 193 <item>
122 <widget class="QDialogButtonBox" name="buttonBox"> 194 <widget class="QDialogButtonBox" name="buttonBox">
130 </item> 202 </item>
131 </layout> 203 </layout>
132 </widget> 204 </widget>
133 <tabstops> 205 <tabstops>
134 <tabstop>historyCheckBox</tabstop> 206 <tabstop>historyCheckBox</tabstop>
207 <tabstop>historyCombo</tabstop>
135 <tabstop>searchCheckBox</tabstop> 208 <tabstop>searchCheckBox</tabstop>
136 <tabstop>downloadsCheckBox</tabstop> 209 <tabstop>downloadsCheckBox</tabstop>
137 <tabstop>cookiesCheckBox</tabstop> 210 <tabstop>cookiesCheckBox</tabstop>
138 <tabstop>cacheCheckBox</tabstop> 211 <tabstop>cacheCheckBox</tabstop>
139 <tabstop>iconsCheckBox</tabstop> 212 <tabstop>iconsCheckBox</tabstop>
140 <tabstop>passwordsCheckBox</tabstop> 213 <tabstop>passwordsCheckBox</tabstop>
141 <tabstop>databasesCheckBox</tabstop> 214 <tabstop>databasesCheckBox</tabstop>
215 <tabstop>flashCookiesCheckBox</tabstop>
142 <tabstop>buttonBox</tabstop> 216 <tabstop>buttonBox</tabstop>
143 </tabstops> 217 </tabstops>
144 <resources/> 218 <resources/>
145 <connections> 219 <connections>
146 <connection> 220 <connection>
148 <signal>accepted()</signal> 222 <signal>accepted()</signal>
149 <receiver>HelpClearPrivateDataDialog</receiver> 223 <receiver>HelpClearPrivateDataDialog</receiver>
150 <slot>accept()</slot> 224 <slot>accept()</slot>
151 <hints> 225 <hints>
152 <hint type="sourcelabel"> 226 <hint type="sourcelabel">
153 <x>248</x> 227 <x>257</x>
154 <y>254</y> 228 <y>243</y>
155 </hint> 229 </hint>
156 <hint type="destinationlabel"> 230 <hint type="destinationlabel">
157 <x>157</x> 231 <x>157</x>
158 <y>274</y> 232 <y>252</y>
159 </hint> 233 </hint>
160 </hints> 234 </hints>
161 </connection> 235 </connection>
162 <connection> 236 <connection>
163 <sender>buttonBox</sender> 237 <sender>buttonBox</sender>
164 <signal>rejected()</signal> 238 <signal>rejected()</signal>
165 <receiver>HelpClearPrivateDataDialog</receiver> 239 <receiver>HelpClearPrivateDataDialog</receiver>
166 <slot>reject()</slot> 240 <slot>reject()</slot>
167 <hints> 241 <hints>
168 <hint type="sourcelabel"> 242 <hint type="sourcelabel">
169 <x>316</x> 243 <x>295</x>
170 <y>260</y> 244 <y>243</y>
171 </hint> 245 </hint>
172 <hint type="destinationlabel"> 246 <hint type="destinationlabel">
173 <x>286</x> 247 <x>286</x>
174 <y>274</y> 248 <y>252</y>
249 </hint>
250 </hints>
251 </connection>
252 <connection>
253 <sender>historyCheckBox</sender>
254 <signal>toggled(bool)</signal>
255 <receiver>historyCombo</receiver>
256 <slot>setEnabled(bool)</slot>
257 <hints>
258 <hint type="sourcelabel">
259 <x>65</x>
260 <y>19</y>
261 </hint>
262 <hint type="destinationlabel">
263 <x>83</x>
264 <y>45</y>
175 </hint> 265 </hint>
176 </hints> 266 </hints>
177 </connection> 267 </connection>
178 </connections> 268 </connections>
179 </ui> 269 </ui>

eric ide

mercurial