You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebase/kcontrol/tdeio/cache_ui.ui

191 lines
7.0 KiB

<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>CacheDlgUI</class>
<widget class="TQWidget">
<property name="name">
<cstring>CacheDlgUI</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>424</width>
<height>172</height>
</rect>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>1</number>
</property>
<spacer row="2" column="0">
<property name="name">
<cstring>spacer1</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Fixed</enum>
</property>
<property name="sizeHint">
<size>
<width>16</width>
<height>21</height>
</size>
</property>
</spacer>
<widget class="TQLabel" row="2" column="1">
<property name="name">
<cstring>lbMaxCacheSize</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Disk cache &amp;size:</string>
</property>
<property name="buddy" stdset="0">
<cstring>sbMaxCacheSize</cstring>
</property>
</widget>
<widget class="KIntNumInput" row="2" column="2">
<property name="name">
<cstring>sbMaxCacheSize</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="minValue">
<number>1</number>
</property>
<property name="maxValue">
<number>999999</number>
</property>
<property name="suffix">
<string> KB</string>
</property>
</widget>
<widget class="TQPushButton" row="2" column="3">
<property name="name">
<cstring>pbClearCache</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>C&amp;lear Cache</string>
</property>
</widget>
<spacer row="2" column="4">
<property name="name">
<cstring>spacer2</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>MinimumExpanding</enum>
</property>
<property name="sizeHint">
<size>
<width>0</width>
<height>21</height>
</size>
</property>
</spacer>
<widget class="TQCheckBox" row="0" column="0" rowspan="1" colspan="5">
<property name="name">
<cstring>cbUseCache</cstring>
</property>
<property name="text">
<string>&amp;Use cache</string>
</property>
<property name="whatsThis" stdset="0">
<string>Check this box if you want the web pages you visit to be stored on your hard disk for quicker access. The stored pages will only be updated as needed instead of on every visit to that site. This is especially useful if you have a slow connection to the Internet.</string>
</property>
</widget>
<widget class="TQButtonGroup" row="1" column="0" rowspan="1" colspan="5">
<property name="name">
<cstring>bgCachePolicy</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="title">
<string>Policy</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQRadioButton">
<property name="name">
<cstring>rbVerifyCache</cstring>
</property>
<property name="text">
<string>&amp;Keep cache in sync</string>
</property>
<property name="whatsThis" stdset="0">
<string>Verify whether the cached web page is valid before attempting to fetch the web page again.</string>
</property>
</widget>
<widget class="TQRadioButton">
<property name="name">
<cstring>rbCacheIfPossible</cstring>
</property>
<property name="text">
<string>Use cache whenever &amp;possible</string>
</property>
<property name="whatsThis" stdset="0">
<string>Always use documents from the cache when available. You can still use the reload button to synchronize the cache with the remote host.</string>
</property>
</widget>
<widget class="TQRadioButton">
<property name="name">
<cstring>rbOfflineMode</cstring>
</property>
<property name="text">
<string>O&amp;ffline browsing mode</string>
</property>
<property name="whatsThis" stdset="0">
<string>Do not fetch web pages that are not already stored in the cache. Offline mode prevents you from viewing pages that you have not previously visited.</string>
</property>
</widget>
</vbox>
</widget>
</grid>
</widget>
<connections>
<connection>
<sender>cbUseCache</sender>
<signal>toggled(bool)</signal>
<receiver>bgCachePolicy</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
<sender>cbUseCache</sender>
<signal>toggled(bool)</signal>
<receiver>lbMaxCacheSize</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
<sender>cbUseCache</sender>
<signal>toggled(bool)</signal>
<receiver>sbMaxCacheSize</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
<sender>cbUseCache</sender>
<signal>toggled(bool)</signal>
<receiver>pbClearCache</receiver>
<slot>setEnabled(bool)</slot>
</connection>
</connections>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">knuminput.h</include>
</includes>
</UI>