Helpviewer/OfflineStorage/OfflineStorageConfigDialog.ui

changeset 1337
95ceea538e4c
parent 355
c29c8b8dadf1
child 3366
6084bb3c3911
equal deleted inserted replaced
1335:60a540cabd68 1337:95ceea538e4c
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>487</width> 9 <width>487</width>
10 <height>337</height> 10 <height>386</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Offline Storage Settings</string> 14 <string>Offline Storage Settings</string>
15 </property> 15 </property>
16 <property name="sizeGripEnabled"> 16 <property name="sizeGripEnabled">
17 <bool>true</bool> 17 <bool>true</bool>
18 </property> 18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout_2"> 19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item> 20 <item>
21 <widget class="QLabel" name="headerLabel"> 21 <widget class="QLabel" name="headerLabel">
22 <property name="text"> 22 <property name="text">
23 <string>&lt;b&gt;Configure offline storage&lt;/b&gt;</string> 23 <string>&lt;b&gt;Configure offline storage&lt;/b&gt;</string>
24 </property> 24 </property>
166 <item> 166 <item>
167 <widget class="QGroupBox" name="localStorageGroup"> 167 <widget class="QGroupBox" name="localStorageGroup">
168 <property name="title"> 168 <property name="title">
169 <string>Local Web Storage</string> 169 <string>Local Web Storage</string>
170 </property> 170 </property>
171 <layout class="QVBoxLayout" name="verticalLayout"> 171 <layout class="QGridLayout" name="gridLayout_3">
172 <item> 172 <item row="0" column="0" colspan="2">
173 <widget class="QCheckBox" name="localStorageEnabledCheckBox"> 173 <widget class="QCheckBox" name="localStorageEnabledCheckBox">
174 <property name="toolTip"> 174 <property name="toolTip">
175 <string>Select to enable Local Web Storage</string> 175 <string>Select to enable Local Web Storage</string>
176 </property> 176 </property>
177 <property name="text"> 177 <property name="text">
178 <string>Enable Local Web Storage</string> 178 <string>Enable Local Web Storage</string>
179 </property>
180 </widget>
181 </item>
182 <item row="1" column="0">
183 <widget class="QLabel" name="label_3">
184 <property name="text">
185 <string notr="true"> </string>
186 </property>
187 </widget>
188 </item>
189 <item row="1" column="1">
190 <widget class="QCheckBox" name="localRemoteUrlsCheckBox">
191 <property name="enabled">
192 <bool>false</bool>
193 </property>
194 <property name="sizePolicy">
195 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
196 <horstretch>0</horstretch>
197 <verstretch>0</verstretch>
198 </sizepolicy>
199 </property>
200 <property name="toolTip">
201 <string>Select to allow local content to access remote URLs</string>
202 </property>
203 <property name="text">
204 <string>Local Content can access Remote URLs</string>
205 </property>
206 </widget>
207 </item>
208 <item row="2" column="1">
209 <widget class="QCheckBox" name="localFileUrlsCheckBox">
210 <property name="enabled">
211 <bool>false</bool>
212 </property>
213 <property name="sizePolicy">
214 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
215 <horstretch>0</horstretch>
216 <verstretch>0</verstretch>
217 </sizepolicy>
218 </property>
219 <property name="toolTip">
220 <string>Select to allow local content to access local files</string>
221 </property>
222 <property name="text">
223 <string>Local Content can access Local Files</string>
179 </property> 224 </property>
180 </widget> 225 </widget>
181 </item> 226 </item>
182 </layout> 227 </layout>
183 </widget> 228 </widget>
199 <tabstop>databaseQuotaSpinBox</tabstop> 244 <tabstop>databaseQuotaSpinBox</tabstop>
200 <tabstop>showDatabasesButton</tabstop> 245 <tabstop>showDatabasesButton</tabstop>
201 <tabstop>applicationCacheEnabledCheckBox</tabstop> 246 <tabstop>applicationCacheEnabledCheckBox</tabstop>
202 <tabstop>applicationCacheQuotaSpinBox</tabstop> 247 <tabstop>applicationCacheQuotaSpinBox</tabstop>
203 <tabstop>localStorageEnabledCheckBox</tabstop> 248 <tabstop>localStorageEnabledCheckBox</tabstop>
249 <tabstop>localRemoteUrlsCheckBox</tabstop>
250 <tabstop>localFileUrlsCheckBox</tabstop>
204 <tabstop>buttonBox</tabstop> 251 <tabstop>buttonBox</tabstop>
205 </tabstops> 252 </tabstops>
206 <resources/> 253 <resources/>
207 <connections> 254 <connections>
208 <connection> 255 <connection>
210 <signal>accepted()</signal> 257 <signal>accepted()</signal>
211 <receiver>OfflineStorageConfigDialog</receiver> 258 <receiver>OfflineStorageConfigDialog</receiver>
212 <slot>accept()</slot> 259 <slot>accept()</slot>
213 <hints> 260 <hints>
214 <hint type="sourcelabel"> 261 <hint type="sourcelabel">
215 <x>278</x> 262 <x>203</x>
216 <y>364</y> 263 <y>495</y>
217 </hint> 264 </hint>
218 <hint type="destinationlabel"> 265 <hint type="destinationlabel">
219 <x>157</x> 266 <x>157</x>
220 <y>274</y> 267 <y>274</y>
221 </hint> 268 </hint>
226 <signal>rejected()</signal> 273 <signal>rejected()</signal>
227 <receiver>OfflineStorageConfigDialog</receiver> 274 <receiver>OfflineStorageConfigDialog</receiver>
228 <slot>reject()</slot> 275 <slot>reject()</slot>
229 <hints> 276 <hints>
230 <hint type="sourcelabel"> 277 <hint type="sourcelabel">
231 <x>346</x> 278 <x>203</x>
232 <y>370</y> 279 <y>495</y>
233 </hint> 280 </hint>
234 <hint type="destinationlabel"> 281 <hint type="destinationlabel">
235 <x>286</x> 282 <x>286</x>
236 <y>274</y> 283 <y>274</y>
284 </hint>
285 </hints>
286 </connection>
287 <connection>
288 <sender>localStorageEnabledCheckBox</sender>
289 <signal>toggled(bool)</signal>
290 <receiver>localRemoteUrlsCheckBox</receiver>
291 <slot>setEnabled(bool)</slot>
292 <hints>
293 <hint type="sourcelabel">
294 <x>66</x>
295 <y>275</y>
296 </hint>
297 <hint type="destinationlabel">
298 <x>65</x>
299 <y>290</y>
300 </hint>
301 </hints>
302 </connection>
303 <connection>
304 <sender>localStorageEnabledCheckBox</sender>
305 <signal>toggled(bool)</signal>
306 <receiver>localFileUrlsCheckBox</receiver>
307 <slot>setEnabled(bool)</slot>
308 <hints>
309 <hint type="sourcelabel">
310 <x>86</x>
311 <y>274</y>
312 </hint>
313 <hint type="destinationlabel">
314 <x>86</x>
315 <y>315</y>
237 </hint> 316 </hint>
238 </hints> 317 </hints>
239 </connection> 318 </connection>
240 </connections> 319 </connections>
241 </ui> 320 </ui>

eric ide

mercurial