diff options
-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> |