Sun, 13 Jun 2010 19:05:19 +0200
Added support for Web SQL Databases to the web browser.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>OfflineStorageConfigDialog</class> <widget class="QDialog" name="OfflineStorageConfigDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>481</width> <height>393</height> </rect> </property> <property name="windowTitle"> <string>Offline Storage Settings</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="headerLabel"> <property name="text"> <string><b>Configure offline storage</b></string> </property> </widget> </item> <item> <widget class="Line" name="line17"> <property name="frameShape"> <enum>QFrame::HLine</enum> </property> <property name="frameShadow"> <enum>QFrame::Sunken</enum> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <widget class="QGroupBox" name="databaseGroup"> <property name="toolTip"> <string/> </property> <property name="title"> <string>Web SQL Databases</string> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0" colspan="3"> <widget class="QCheckBox" name="databaseEnabledCheckBox"> <property name="toolTip"> <string>Select to enable Web SQL Databases</string> </property> <property name="text"> <string>Enable Web SQL Databases</string> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Default Quota:</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QSpinBox" name="databaseQuotaSpinBox"> <property name="toolTip"> <string>Enter the default quota for Web SQL Databases</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> <property name="suffix"> <string> MB</string> </property> <property name="minimum"> <number>10</number> </property> <property name="maximum"> <number>999</number> </property> </widget> </item> <item row="1" column="2"> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>282</width> <height>20</height> </size> </property> </spacer> </item> </layout> </widget> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>204</height> </size> </property> </spacer> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <tabstops> <tabstop>databaseEnabledCheckBox</tabstop> <tabstop>databaseQuotaSpinBox</tabstop> <tabstop>buttonBox</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>OfflineStorageConfigDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>278</x> <y>364</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>OfflineStorageConfigDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>346</x> <y>370</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>