diff -r eaf2cf171f3a -r 5cf645f6daab eric6/Preferences/ConfigurationPages/HelpFlashCookieManagerPage.ui --- a/eric6/Preferences/ConfigurationPages/HelpFlashCookieManagerPage.ui Sat Sep 07 14:45:27 2019 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,200 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>HelpFlashCookieManagerPage</class> - <widget class="QWidget" name="HelpFlashCookieManagerPage"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>588</width> - <height>419</height> - </rect> - </property> - <layout class="QVBoxLayout" name="verticalLayout"> - <item> - <widget class="QLabel" name="headerLabel"> - <property name="text"> - <string><b>Configure Flash Cookies Manager</b></string> - </property> - </widget> - </item> - <item> - <widget class="Line" name="line9"> - <property name="frameShape"> - <enum>QFrame::HLine</enum> - </property> - <property name="frameShadow"> - <enum>QFrame::Sunken</enum> - </property> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> - <item> - <widget class="QGroupBox" name="groupBox"> - <property name="title"> - <string>Flash Data Path</string> - </property> - <layout class="QVBoxLayout" name="verticalLayout_2"> - <item> - <widget class="E5PathPicker" name="flashDataPathPicker" native="true"> - <property name="focusPolicy"> - <enum>Qt::StrongFocus</enum> - </property> - </widget> - </item> - <item> - <widget class="QLabel" name="label"> - <property name="text"> - <string><b>Note</b>: You should select the directory that contains #SharedObject as a subfolder.</string> - </property> - <property name="wordWrap"> - <bool>true</bool> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QGroupBox" name="autoModeGroup"> - <property name="toolTip"> - <string>Select to activate auto mode</string> - </property> - <property name="title"> - <string>Auto Mode Enabled</string> - </property> - <property name="checkable"> - <bool>true</bool> - </property> - <property name="checked"> - <bool>false</bool> - </property> - <layout class="QHBoxLayout" name="horizontalLayout"> - <item> - <widget class="QLabel" name="autoModeLabel"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text"> - <string>The flash data directory will be checked regularly and flash cookies in the blacklist will be deleted automatically.</string> - </property> - <property name="wordWrap"> - <bool>true</bool> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QGroupBox" name="notificationGroup"> - <property name="toolTip"> - <string>Select to show a notification upon detection of new flash cookies</string> - </property> - <property name="title"> - <string>Notifications enabled</string> - </property> - <property name="flat"> - <bool>false</bool> - </property> - <property name="checkable"> - <bool>true</bool> - </property> - <property name="checked"> - <bool>false</bool> - </property> - <layout class="QHBoxLayout" name="horizontalLayout_2"> - <item> - <widget class="QLabel" name="notificationLabel"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text"> - <string>User will be notified for every new flash cookie that is not in blacklist and whitelist.</string> - </property> - <property name="wordWrap"> - <bool>true</bool> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QGroupBox" name="deleteGroup"> - <property name="toolTip"> - <string>Select to delete all flash cookies on startup and shutdown</string> - </property> - <property name="title"> - <string>Delete</string> - </property> - <property name="checkable"> - <bool>true</bool> - </property> - <property name="checked"> - <bool>false</bool> - </property> - <layout class="QHBoxLayout" name="horizontalLayout_3"> - <item> - <widget class="QLabel" name="deleteLabel"> - <property name="text"> - <string>Delete all flash cookies on exit/start (except those are in whitelist)</string> - </property> - <property name="wordWrap"> - <bool>true</bool> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QLabel" name="label_19"> - <property name="text"> - <string><p><b>Note:</b> These settings are just applied to flash cookies.</p></string> - </property> - <property name="wordWrap"> - <bool>true</bool> - </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>39</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - <customwidgets> - <customwidget> - <class>E5PathPicker</class> - <extends>QWidget</extends> - <header>E5Gui/E5PathPicker.h</header> - <container>1</container> - </customwidget> - </customwidgets> - <tabstops> - <tabstop>flashDataPathPicker</tabstop> - <tabstop>autoModeGroup</tabstop> - <tabstop>notificationGroup</tabstop> - <tabstop>deleteGroup</tabstop> - </tabstops> - <resources/> - <connections/> -</ui>