Sun, 09 Aug 2015 17:18:21 +0200
Started adding code for a Flash cookie manager.
<?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="QGridLayout" name="gridLayout_2"> <item row="0" column="0"> <widget class="QLineEdit" name="flashDataPathEdit"/> </item> <item row="0" column="1"> <widget class="QToolButton" name="flashDataPathButton"> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string/> </property> </widget> </item> <item row="1" column="0" colspan="2"> <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 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> <property name="openExternalLinks"> <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> <tabstops> <tabstop>flashDataPathEdit</tabstop> <tabstop>flashDataPathButton</tabstop> <tabstop>autoModeGroup</tabstop> <tabstop>notificationGroup</tabstop> <tabstop>deleteGroup</tabstop> </tabstops> <resources/> <connections/> </ui>