From 472156a41b1348c714986c772759ad950fffbe75 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 15:11:21 -0600 Subject: Rename kioslaves --- kcontrol/tdeio/cache_ui.ui | 187 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 187 insertions(+) create mode 100644 kcontrol/tdeio/cache_ui.ui (limited to 'kcontrol/tdeio/cache_ui.ui') diff --git a/kcontrol/tdeio/cache_ui.ui b/kcontrol/tdeio/cache_ui.ui new file mode 100644 index 000000000..ce9aed797 --- /dev/null +++ b/kcontrol/tdeio/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.3