diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-07-25 19:51:18 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-07-26 12:00:20 +0200 |
commit | 95a8cb5a17b09f1d64ab30cb26854294f3409619 (patch) | |
tree | 3521355e1cba7efe4c491d66d24c4d709f04f446 /src | |
parent | Clear Private Data 1st implementation (diff) | |
download | rekonq-95a8cb5a17b09f1d64ab30cb26854294f3409619.tar.xz |
Clear Data UI
Diffstat (limited to 'src')
-rw-r--r-- | src/cleardata.ui | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/src/cleardata.ui b/src/cleardata.ui new file mode 100644 index 00000000..217ef136 --- /dev/null +++ b/src/cleardata.ui @@ -0,0 +1,69 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>ClearDataWidget</class> + <widget class="QWidget" name="ClearDataWidget"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>260</width> + <height>208</height> + </rect> + </property> + <property name="windowTitle"> + <string>Clear Private Data</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Clear the following items:</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="clearHistory"> + <property name="text"> + <string>history</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="clearCookies"> + <property name="text"> + <string>Cookies</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="clearCachedPages"> + <property name="text"> + <string>Cached web pages</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="clearWebIcons"> + <property name="text"> + <string>Website Icons</string> + </property> + </widget> + </item> + <item> + <spacer name="verticalSpacer"> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>20</width> + <height>40</height> + </size> + </property> + </spacer> + </item> + </layout> + </widget> + <resources/> + <connections/> +</ui> |