Helpviewer/OfflineStorage/OfflineStorageConfigDialog.ui

changeset 355
c29c8b8dadf1
parent 353
c548890dff9b
child 1337
95ceea538e4c
equal deleted inserted replaced
354:f80d88e87677 355:c29c8b8dadf1
4 <widget class="QDialog" name="OfflineStorageConfigDialog"> 4 <widget class="QDialog" name="OfflineStorageConfigDialog">
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>481</width> 9 <width>487</width>
10 <height>393</height> 10 <height>337</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"> 19 <layout class="QVBoxLayout" name="verticalLayout_2">
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>
37 </property> 37 </property>
38 </widget> 38 </widget>
39 </item> 39 </item>
40 <item> 40 <item>
41 <widget class="QGroupBox" name="databaseGroup"> 41 <widget class="QGroupBox" name="databaseGroup">
42 <property name="toolTip">
43 <string/>
44 </property>
45 <property name="title"> 42 <property name="title">
46 <string>Web SQL Databases</string> 43 <string>Web SQL Databases</string>
47 </property> 44 </property>
48 <layout class="QGridLayout" name="gridLayout"> 45 <layout class="QGridLayout" name="gridLayout">
49 <item row="0" column="0" colspan="3"> 46 <item row="0" column="0" colspan="3">
80 <property name="maximum"> 77 <property name="maximum">
81 <number>999</number> 78 <number>999</number>
82 </property> 79 </property>
83 </widget> 80 </widget>
84 </item> 81 </item>
85 <item row="1" column="2" colspan="2"> 82 <item row="1" column="2">
86 <spacer name="horizontalSpacer">
87 <property name="orientation">
88 <enum>Qt::Horizontal</enum>
89 </property>
90 <property name="sizeHint" stdset="0">
91 <size>
92 <width>282</width>
93 <height>20</height>
94 </size>
95 </property>
96 </spacer>
97 </item>
98 <item row="2" column="0" colspan="3">
99 <spacer name="horizontalSpacer_2"> 83 <spacer name="horizontalSpacer_2">
100 <property name="orientation"> 84 <property name="orientation">
101 <enum>Qt::Horizontal</enum> 85 <enum>Qt::Horizontal</enum>
102 </property> 86 </property>
103 <property name="sizeHint" stdset="0"> 87 <property name="sizeHint" stdset="0">
106 <height>20</height> 90 <height>20</height>
107 </size> 91 </size>
108 </property> 92 </property>
109 </spacer> 93 </spacer>
110 </item> 94 </item>
111 <item row="2" column="3"> 95 <item row="1" column="3">
112 <widget class="QPushButton" name="showDatabasesButton"> 96 <widget class="QPushButton" name="showDatabasesButton">
113 <property name="toolTip"> 97 <property name="toolTip">
114 <string>Press to show the Web SQL Databases</string> 98 <string>Press to show the Web SQL Databases</string>
115 </property> 99 </property>
116 <property name="text"> 100 <property name="text">
120 </item> 104 </item>
121 </layout> 105 </layout>
122 </widget> 106 </widget>
123 </item> 107 </item>
124 <item> 108 <item>
125 <spacer name="verticalSpacer"> 109 <widget class="QGroupBox" name="applicationCacheGroup">
126 <property name="orientation"> 110 <property name="title">
127 <enum>Qt::Vertical</enum> 111 <string>Offline Web Application Cache</string>
128 </property> 112 </property>
129 <property name="sizeHint" stdset="0"> 113 <layout class="QGridLayout" name="gridLayout_2">
130 <size> 114 <item row="0" column="0" colspan="3">
131 <width>20</width> 115 <widget class="QCheckBox" name="applicationCacheEnabledCheckBox">
132 <height>204</height> 116 <property name="toolTip">
133 </size> 117 <string>Select to enable Offline Web Application Caches</string>
134 </property> 118 </property>
135 </spacer> 119 <property name="text">
120 <string>Enable Offline Web Application Caches</string>
121 </property>
122 </widget>
123 </item>
124 <item row="1" column="0">
125 <widget class="QLabel" name="label_2">
126 <property name="text">
127 <string>Default Quota:</string>
128 </property>
129 </widget>
130 </item>
131 <item row="1" column="1">
132 <widget class="QSpinBox" name="applicationCacheQuotaSpinBox">
133 <property name="toolTip">
134 <string>Enter the default quota for Offline Web Application Caches</string>
135 </property>
136 <property name="alignment">
137 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
138 </property>
139 <property name="suffix">
140 <string> MB</string>
141 </property>
142 <property name="minimum">
143 <number>10</number>
144 </property>
145 <property name="maximum">
146 <number>999</number>
147 </property>
148 </widget>
149 </item>
150 <item row="1" column="2">
151 <spacer name="horizontalSpacer_3">
152 <property name="orientation">
153 <enum>Qt::Horizontal</enum>
154 </property>
155 <property name="sizeHint" stdset="0">
156 <size>
157 <width>288</width>
158 <height>20</height>
159 </size>
160 </property>
161 </spacer>
162 </item>
163 </layout>
164 </widget>
165 </item>
166 <item>
167 <widget class="QGroupBox" name="localStorageGroup">
168 <property name="title">
169 <string>Local Web Storage</string>
170 </property>
171 <layout class="QVBoxLayout" name="verticalLayout">
172 <item>
173 <widget class="QCheckBox" name="localStorageEnabledCheckBox">
174 <property name="toolTip">
175 <string>Select to enable Local Web Storage</string>
176 </property>
177 <property name="text">
178 <string>Enable Local Web Storage</string>
179 </property>
180 </widget>
181 </item>
182 </layout>
183 </widget>
136 </item> 184 </item>
137 <item> 185 <item>
138 <widget class="QDialogButtonBox" name="buttonBox"> 186 <widget class="QDialogButtonBox" name="buttonBox">
139 <property name="orientation"> 187 <property name="orientation">
140 <enum>Qt::Horizontal</enum> 188 <enum>Qt::Horizontal</enum>
148 </widget> 196 </widget>
149 <tabstops> 197 <tabstops>
150 <tabstop>databaseEnabledCheckBox</tabstop> 198 <tabstop>databaseEnabledCheckBox</tabstop>
151 <tabstop>databaseQuotaSpinBox</tabstop> 199 <tabstop>databaseQuotaSpinBox</tabstop>
152 <tabstop>showDatabasesButton</tabstop> 200 <tabstop>showDatabasesButton</tabstop>
201 <tabstop>applicationCacheEnabledCheckBox</tabstop>
202 <tabstop>applicationCacheQuotaSpinBox</tabstop>
203 <tabstop>localStorageEnabledCheckBox</tabstop>
153 <tabstop>buttonBox</tabstop> 204 <tabstop>buttonBox</tabstop>
154 </tabstops> 205 </tabstops>
155 <resources/> 206 <resources/>
156 <connections> 207 <connections>
157 <connection> 208 <connection>

eric ide

mercurial