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>
|
2014-07-08 19:01:07 +02:00
|
|
|
<width>377</width>
|
|
|
|
<height>342</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">
|
2014-07-08 19:01:07 +02:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
|
|
|
<string><b>Clear Recent History</b></string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-09-26 19:28:24 +02:00
|
|
|
<item row="0" column="1">
|
2014-07-08 19:01:07 +02:00
|
|
|
<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="1" column="0" colspan="2">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Checked items will be cleared upon clicking the Clear button.</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QCheckBox" name="history">
|
|
|
|
<property name="text">
|
|
|
|
<string>Visited pages history from:</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-09-26 19:28:24 +02:00
|
|
|
<item row="2" column="1">
|
2013-12-28 16:55:08 +01:00
|
|
|
<widget class="QComboBox" name="historyLength">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Earlier Today</string>
|
|
|
|
</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>
|
2014-07-08 19:01:07 +02:00
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QCheckBox" name="databases">
|
|
|
|
<property name="text">
|
|
|
|
<string>Web databases</string>
|
2013-12-28 16:55:08 +01:00
|
|
|
</property>
|
2014-07-08 19:01:07 +02:00
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
2013-12-28 16:55:08 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-07-08 19:01:07 +02:00
|
|
|
<item row="4" column="0">
|
2013-12-28 16:55:08 +01:00
|
|
|
<widget class="QCheckBox" name="localStorage">
|
|
|
|
<property name="text">
|
2014-07-08 19:01:07 +02:00
|
|
|
<string>Local storage</string>
|
2013-12-28 16:55:08 +01:00
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-07-08 19:01:07 +02:00
|
|
|
<item row="5" column="0">
|
|
|
|
<widget class="QCheckBox" name="cache">
|
2013-12-28 16:55:08 +01:00
|
|
|
<property name="text">
|
2014-07-08 19:01:07 +02:00
|
|
|
<string>Cache</string>
|
2013-12-28 16:55:08 +01:00
|
|
|
</property>
|
|
|
|
<property name="checked">
|
2014-07-08 19:01:07 +02:00
|
|
|
<bool>true</bool>
|
2013-12-28 16:55:08 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-07-08 19:01:07 +02:00
|
|
|
<item row="6" column="0">
|
|
|
|
<widget class="QCheckBox" name="cookies">
|
|
|
|
<property name="text">
|
|
|
|
<string>Cookies</string>
|
2013-12-28 16:55:08 +01:00
|
|
|
</property>
|
2014-07-08 19:01:07 +02:00
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
2013-12-28 16:55:08 +01:00
|
|
|
</property>
|
2014-07-08 19:01:07 +02:00
|
|
|
</widget>
|
2013-12-28 16:55:08 +01:00
|
|
|
</item>
|
2014-09-26 19:28:24 +02:00
|
|
|
<item row="6" column="1">
|
2014-07-08 19:01:07 +02:00
|
|
|
<widget class="QPushButton" name="editCookies">
|
2011-03-18 16:08:24 +01:00
|
|
|
<property name="text">
|
2014-07-08 19:01:07 +02:00
|
|
|
<string>Edit cookies</string>
|
2011-03-18 16:08:24 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-07-08 19:01:07 +02:00
|
|
|
<item row="7" column="0">
|
2013-08-03 22:57:50 +02:00
|
|
|
<widget class="QCheckBox" name="icons">
|
2011-03-18 16:08:24 +01:00
|
|
|
<property name="text">
|
2014-07-08 19:01:07 +02:00
|
|
|
<string>Icons</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
2011-03-18 16:08:24 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-07-08 19:01:07 +02:00
|
|
|
<item row="8" column="0">
|
|
|
|
<widget class="QLabel" name="label">
|
2011-03-18 16:08:24 +01:00
|
|
|
<property name="text">
|
2014-07-08 19:01:07 +02:00
|
|
|
<string>HTML5 notifications data</string>
|
2011-03-18 16:08:24 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-09-26 19:28:24 +02:00
|
|
|
<item row="8" column="1">
|
2014-07-08 19:01:07 +02:00
|
|
|
<widget class="QPushButton" name="editNotifs">
|
2011-03-18 16:08:24 +01:00
|
|
|
<property name="text">
|
2014-07-08 19:01:07 +02:00
|
|
|
<string>Edit permissions</string>
|
2011-09-11 19:15:06 +02:00
|
|
|
</property>
|
2011-03-18 16:08:24 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
2014-07-08 19:01:07 +02:00
|
|
|
<item row="9" column="0">
|
|
|
|
<widget class="QLabel" name="label_4">
|
2011-03-18 16:08:24 +01:00
|
|
|
<property name="text">
|
2014-07-08 19:01:07 +02:00
|
|
|
<string>HTML5 geolocation data</string>
|
2011-03-18 16:08:24 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-09-26 19:28:24 +02:00
|
|
|
<item row="9" column="1">
|
2014-07-08 19:01:07 +02:00
|
|
|
<widget class="QPushButton" name="editGeoloc">
|
2013-08-03 22:57:50 +02:00
|
|
|
<property name="text">
|
2014-07-08 19:01:07 +02:00
|
|
|
<string>Edit permissions</string>
|
2013-08-03 22:57:50 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-09-26 19:28:24 +02:00
|
|
|
<item row="10" column="1">
|
2014-07-08 19:01:07 +02:00
|
|
|
<widget class="QPushButton" name="optimizeDb">
|
2011-03-18 16:08:24 +01:00
|
|
|
<property name="text">
|
2014-07-08 19:01:07 +02:00
|
|
|
<string>Optimize database</string>
|
2011-03-18 16:08:24 +01:00
|
|
|
</property>
|
2014-07-08 19:01:07 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="10" column="0">
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
<property name="text">
|
|
|
|
<string>Database</string>
|
2011-03-18 16:08:24 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-07-08 19:01:07 +02:00
|
|
|
<item row="11" column="0" colspan="2">
|
2013-12-28 16:55:08 +01:00
|
|
|
<widget class="Line" name="line">
|
2013-08-03 22:57:50 +02:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-09-26 19:28:24 +02:00
|
|
|
<item row="12" column="0">
|
2014-07-08 19:01:07 +02:00
|
|
|
<widget class="QPushButton" name="clear">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>90</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
2013-08-03 22:57:50 +02:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2014-07-08 19:01:07 +02:00
|
|
|
<string>Clear</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-09-26 19:28:24 +02:00
|
|
|
<item row="12" column="1">
|
2014-07-08 19:01:07 +02:00
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2013-08-03 22:57:50 +02:00
|
|
|
</property>
|
2014-07-08 19:01:07 +02:00
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel</set>
|
2013-08-03 22:57:50 +02:00
|
|
|
</property>
|
2014-07-08 19:01:07 +02:00
|
|
|
<property name="centerButtons">
|
|
|
|
<bool>false</bool>
|
2012-03-23 17:29:12 +01:00
|
|
|
</property>
|
2011-03-18 16:08:24 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources>
|
|
|
|
<include location="../data/icons.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections>
|
|
|
|
<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>
|