Warning, /network/konqueror/settings/konqhtml/cache/cache.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>Cache</class>
0004  <widget class="QWidget" name="Cache">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>575</width>
0010     <height>206</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <item>
0015     <widget class="QGroupBox" name="cacheEnabled">
0016      <property name="title">
0017       <string>&amp;Enable cache</string>
0018      </property>
0019      <property name="checkable">
0020       <bool>true</bool>
0021      </property>
0022      <layout class="QVBoxLayout" name="verticalLayout_2">
0023       <item>
0024        <widget class="QCheckBox" name="memoryCache">
0025         <property name="enabled">
0026          <bool>true</bool>
0027         </property>
0028         <property name="toolTip">
0029          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Don't store the cache on disk but only in memory.&lt;/p&gt;&lt;p&gt;Turning this on means that the cache will be cleared when exiting Konqueror&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0030         </property>
0031         <property name="text">
0032          <string>Keep cache in &amp;memory</string>
0033         </property>
0034        </widget>
0035       </item>
0036       <item>
0037        <layout class="QHBoxLayout" name="horizontalLayout">
0038         <item>
0039          <widget class="QLabel" name="label">
0040           <property name="text">
0041            <string>&amp;Cache size</string>
0042           </property>
0043           <property name="buddy">
0044            <cstring>cacheSize</cstring>
0045           </property>
0046          </widget>
0047         </item>
0048         <item>
0049          <widget class="QSpinBox" name="cacheSize">
0050           <property name="toolTip">
0051            <string>The maximum space on disk or memory the cache can use. When this threshold is reached, old pages will be removed to make space for new ones</string>
0052           </property>
0053           <property name="specialValueText">
0054            <string>Auto</string>
0055           </property>
0056           <property name="suffix">
0057            <string> MB</string>
0058           </property>
0059           <property name="prefix">
0060            <string/>
0061           </property>
0062           <property name="maximum">
0063            <number>1000</number>
0064           </property>
0065          </widget>
0066         </item>
0067         <item>
0068          <spacer name="horizontalSpacer">
0069           <property name="orientation">
0070            <enum>Qt::Horizontal</enum>
0071           </property>
0072           <property name="sizeHint" stdset="0">
0073            <size>
0074             <width>40</width>
0075             <height>20</height>
0076            </size>
0077           </property>
0078          </spacer>
0079         </item>
0080        </layout>
0081       </item>
0082       <item>
0083        <widget class="QGroupBox" name="useCustomCacheDir">
0084         <property name="toolTip">
0085          <string>Use a custom directory to keep the cache</string>
0086         </property>
0087         <property name="title">
0088          <string>&amp;Custom cache directory</string>
0089         </property>
0090         <property name="checkable">
0091          <bool>true</bool>
0092         </property>
0093         <layout class="QHBoxLayout" name="horizontalLayout_3">
0094          <item>
0095           <widget class="QLabel" name="customCachePathLabel">
0096            <property name="enabled">
0097             <bool>true</bool>
0098            </property>
0099            <property name="text">
0100             <string>Cache &amp;Directory</string>
0101            </property>
0102            <property name="buddy">
0103             <cstring>customCacheDir</cstring>
0104            </property>
0105           </widget>
0106          </item>
0107          <item>
0108           <widget class="KUrlRequester" name="customCacheDir">
0109            <property name="enabled">
0110             <bool>true</bool>
0111            </property>
0112            <property name="toolTip">
0113             <string>The custom directory to store cache</string>
0114            </property>
0115            <property name="mode">
0116             <set>KFile::Directory|KFile::ExistingOnly|KFile::LocalOnly</set>
0117            </property>
0118           </widget>
0119          </item>
0120         </layout>
0121        </widget>
0122       </item>
0123      </layout>
0124     </widget>
0125    </item>
0126    <item>
0127     <spacer name="verticalSpacer">
0128      <property name="orientation">
0129       <enum>Qt::Vertical</enum>
0130      </property>
0131      <property name="sizeHint" stdset="0">
0132       <size>
0133        <width>20</width>
0134        <height>40</height>
0135       </size>
0136      </property>
0137     </spacer>
0138    </item>
0139   </layout>
0140  </widget>
0141  <customwidgets>
0142   <customwidget>
0143    <class>KUrlRequester</class>
0144    <extends>QWidget</extends>
0145    <header>kurlrequester.h</header>
0146   </customwidget>
0147  </customwidgets>
0148  <resources/>
0149  <connections/>
0150 </ui>