2011-03-18 16:08:24 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>ClearPrivateData</class>
|
|
|
|
<widget class="QDialog" name="ClearPrivateData">
|
2011-09-11 19:15:06 +02:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>308</width>
|
2012-03-23 17:29:12 +01:00
|
|
|
<height>310</height>
|
2011-09-11 19:15:06 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
2011-03-18 16:08:24 +01:00
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Clear Recent History</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="1" column="0" colspan="3">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Choose what you want to delete:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="history">
|
|
|
|
<property name="text">
|
|
|
|
<string>Clear history</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
2012-03-23 17:29:12 +01:00
|
|
|
<bool>false</bool>
|
2011-03-18 16:08:24 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-03-23 17:29:12 +01:00
|
|
|
<item row="7" column="0" colspan="2">
|
2011-03-18 16:08:24 +01:00
|
|
|
<widget class="QCheckBox" name="cache">
|
|
|
|
<property name="text">
|
|
|
|
<string>Clear cache</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-03-23 17:29:12 +01:00
|
|
|
<item row="9" column="0" colspan="2">
|
2011-03-18 16:08:24 +01:00
|
|
|
<widget class="QCheckBox" name="icons">
|
|
|
|
<property name="text">
|
|
|
|
<string>Clear icons</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-03-23 17:29:12 +01:00
|
|
|
<item row="11" column="1">
|
2011-03-18 18:35:09 +01:00
|
|
|
<widget class="ClickableLabel" name="clearAdobeCookies">
|
|
|
|
<property name="cursor">
|
|
|
|
<cursorShape>PointingHandCursor</cursorShape>
|
|
|
|
</property>
|
2011-03-18 16:08:24 +01:00
|
|
|
<property name="text">
|
|
|
|
<string>Clear cookies from Adobe Flash Player</string>
|
|
|
|
</property>
|
2011-09-11 19:15:06 +02:00
|
|
|
<property name="html-link-look" stdset="0">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2011-03-18 16:08:24 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
2012-03-23 17:29:12 +01:00
|
|
|
<item row="12" column="1" colspan="2">
|
2011-03-18 16:08:24 +01:00
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
|
|
|
<string><b>Clear Recent History</b></string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QLabel" name="icon">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="pixmap">
|
|
|
|
<pixmap resource="../data/icons.qrc">:/icons/preferences/applications-system.png</pixmap>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1" colspan="2">
|
|
|
|
<widget class="QComboBox" name="historyLength">
|
2012-03-23 17:29:12 +01:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2011-03-18 16:08:24 +01:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
2012-01-25 17:46:37 +01:00
|
|
|
<string>Earlier Today</string>
|
2011-03-18 16:08:24 +01:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Week</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Month</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>All</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2012-03-23 17:29:12 +01:00
|
|
|
<item row="5" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="databases">
|
|
|
|
<property name="text">
|
|
|
|
<string>Clear web databases</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="6" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="localStorage">
|
|
|
|
<property name="text">
|
|
|
|
<string>Clear local storage</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="8" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="cookies">
|
|
|
|
<property name="text">
|
|
|
|
<string>Clear cookies</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-03-18 16:08:24 +01:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2011-03-18 18:35:09 +01:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>ClickableLabel</class>
|
|
|
|
<extends>QLabel</extends>
|
|
|
|
<header>clickablelabel.h</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2011-03-18 16:08:24 +01:00
|
|
|
<resources>
|
|
|
|
<include location="../data/icons.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>accepted()</signal>
|
|
|
|
<receiver>ClearPrivateData</receiver>
|
|
|
|
<slot>accept()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>248</x>
|
|
|
|
<y>254</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>157</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>rejected()</signal>
|
|
|
|
<receiver>ClearPrivateData</receiver>
|
|
|
|
<slot>reject()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>316</x>
|
|
|
|
<y>260</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>286</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|