From 4aed2c8219774f5d797760606b8489a92ddc5163 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kcontrol/kio/cache_ui.ui | 187 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 187 insertions(+) create mode 100644 kcontrol/kio/cache_ui.ui (limited to 'kcontrol/kio/cache_ui.ui') diff --git a/kcontrol/kio/cache_ui.ui b/kcontrol/kio/cache_ui.ui new file mode 100644 index 000000000..c0e504057 --- /dev/null +++ b/kcontrol/kio/cache_ui.ui @@ -0,0 +1,187 @@ + +CacheDlgUI + + + CacheDlgUI + + + + 0 + 0 + 424 + 172 + + + + + unnamed + + + 1 + + + + spacer1 + + + Horizontal + + + Fixed + + + + 16 + 21 + + + + + + lbMaxCacheSize + + + false + + + Disk cache &size: + + + sbMaxCacheSize + + + + + sbMaxCacheSize + + + false + + + 1 + + + 999999 + + + KB + + + + + pbClearCache + + + false + + + C&lear Cache + + + + + spacer2 + + + Horizontal + + + MinimumExpanding + + + + 0 + 21 + + + + + + cbUseCache + + + &Use cache + + + 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. + + + + + bgCachePolicy + + + false + + + Policy + + + + unnamed + + + + rbVerifyCache + + + &Keep cache in sync + + + Verify whether the cached web page is valid before attempting to fetch the web page again. + + + + + rbCacheIfPossible + + + Use cache whenever &possible + + + Always use documents from the cache when available. You can still use the reload button to synchronize the cache with the remote host. + + + + + rbOfflineMode + + + O&ffline browsing mode + + + 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. + + + + + + + + + cbUseCache + toggled(bool) + bgCachePolicy + setEnabled(bool) + + + cbUseCache + toggled(bool) + lbMaxCacheSize + setEnabled(bool) + + + cbUseCache + toggled(bool) + sbMaxCacheSize + setEnabled(bool) + + + cbUseCache + toggled(bool) + pbClearCache + setEnabled(bool) + + + + -- cgit v1.2.1