|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>HelpFlashCookieManagerPage</class> |
|
4 <widget class="QWidget" name="HelpFlashCookieManagerPage"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>588</width> |
|
10 <height>419</height> |
|
11 </rect> |
|
12 </property> |
|
13 <layout class="QVBoxLayout" name="verticalLayout"> |
|
14 <item> |
|
15 <widget class="QLabel" name="headerLabel"> |
|
16 <property name="text"> |
|
17 <string><b>Configure Flash Cookies Manager</b></string> |
|
18 </property> |
|
19 </widget> |
|
20 </item> |
|
21 <item> |
|
22 <widget class="Line" name="line9"> |
|
23 <property name="frameShape"> |
|
24 <enum>QFrame::HLine</enum> |
|
25 </property> |
|
26 <property name="frameShadow"> |
|
27 <enum>QFrame::Sunken</enum> |
|
28 </property> |
|
29 <property name="orientation"> |
|
30 <enum>Qt::Horizontal</enum> |
|
31 </property> |
|
32 </widget> |
|
33 </item> |
|
34 <item> |
|
35 <widget class="QGroupBox" name="groupBox"> |
|
36 <property name="title"> |
|
37 <string>Flash Data Path</string> |
|
38 </property> |
|
39 <layout class="QGridLayout" name="gridLayout_2"> |
|
40 <item row="0" column="0"> |
|
41 <widget class="QLineEdit" name="flashDataPathEdit"/> |
|
42 </item> |
|
43 <item row="0" column="1"> |
|
44 <widget class="QToolButton" name="flashDataPathButton"> |
|
45 <property name="sizePolicy"> |
|
46 <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
|
47 <horstretch>0</horstretch> |
|
48 <verstretch>0</verstretch> |
|
49 </sizepolicy> |
|
50 </property> |
|
51 <property name="text"> |
|
52 <string/> |
|
53 </property> |
|
54 </widget> |
|
55 </item> |
|
56 <item row="1" column="0" colspan="2"> |
|
57 <widget class="QLabel" name="label"> |
|
58 <property name="text"> |
|
59 <string><b>Note</b>: You should select the directory that contains #SharedObject as a subfolder.</string> |
|
60 </property> |
|
61 <property name="wordWrap"> |
|
62 <bool>true</bool> |
|
63 </property> |
|
64 </widget> |
|
65 </item> |
|
66 </layout> |
|
67 </widget> |
|
68 </item> |
|
69 <item> |
|
70 <widget class="QGroupBox" name="autoModeGroup"> |
|
71 <property name="toolTip"> |
|
72 <string>Select to activate auto mode</string> |
|
73 </property> |
|
74 <property name="title"> |
|
75 <string>Auto Mode Enabled</string> |
|
76 </property> |
|
77 <property name="checkable"> |
|
78 <bool>true</bool> |
|
79 </property> |
|
80 <property name="checked"> |
|
81 <bool>false</bool> |
|
82 </property> |
|
83 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
84 <item> |
|
85 <widget class="QLabel" name="autoModeLabel"> |
|
86 <property name="sizePolicy"> |
|
87 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
88 <horstretch>0</horstretch> |
|
89 <verstretch>0</verstretch> |
|
90 </sizepolicy> |
|
91 </property> |
|
92 <property name="text"> |
|
93 <string>The flash data directory will be checked regularly. and flash cookies in blacklist will be deleted automatically.</string> |
|
94 </property> |
|
95 <property name="wordWrap"> |
|
96 <bool>true</bool> |
|
97 </property> |
|
98 </widget> |
|
99 </item> |
|
100 </layout> |
|
101 </widget> |
|
102 </item> |
|
103 <item> |
|
104 <widget class="QGroupBox" name="notificationGroup"> |
|
105 <property name="toolTip"> |
|
106 <string>Select to show a notification upon detection of new flash cookies</string> |
|
107 </property> |
|
108 <property name="title"> |
|
109 <string>Notifications enabled</string> |
|
110 </property> |
|
111 <property name="flat"> |
|
112 <bool>false</bool> |
|
113 </property> |
|
114 <property name="checkable"> |
|
115 <bool>true</bool> |
|
116 </property> |
|
117 <property name="checked"> |
|
118 <bool>false</bool> |
|
119 </property> |
|
120 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
121 <item> |
|
122 <widget class="QLabel" name="notificationLabel"> |
|
123 <property name="sizePolicy"> |
|
124 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
125 <horstretch>0</horstretch> |
|
126 <verstretch>0</verstretch> |
|
127 </sizepolicy> |
|
128 </property> |
|
129 <property name="text"> |
|
130 <string>User will be notified for every new flash cookie that is not in blacklist and whitelist.</string> |
|
131 </property> |
|
132 <property name="wordWrap"> |
|
133 <bool>true</bool> |
|
134 </property> |
|
135 </widget> |
|
136 </item> |
|
137 </layout> |
|
138 </widget> |
|
139 </item> |
|
140 <item> |
|
141 <widget class="QGroupBox" name="deleteGroup"> |
|
142 <property name="toolTip"> |
|
143 <string>Select to delete all flash cookies on startup and shutdown</string> |
|
144 </property> |
|
145 <property name="title"> |
|
146 <string>Delete</string> |
|
147 </property> |
|
148 <property name="checkable"> |
|
149 <bool>true</bool> |
|
150 </property> |
|
151 <property name="checked"> |
|
152 <bool>false</bool> |
|
153 </property> |
|
154 <layout class="QHBoxLayout" name="horizontalLayout_3"> |
|
155 <item> |
|
156 <widget class="QLabel" name="deleteLabel"> |
|
157 <property name="text"> |
|
158 <string>Delete all flash cookies on exit/start (except those are in whitelist)</string> |
|
159 </property> |
|
160 <property name="wordWrap"> |
|
161 <bool>true</bool> |
|
162 </property> |
|
163 </widget> |
|
164 </item> |
|
165 </layout> |
|
166 </widget> |
|
167 </item> |
|
168 <item> |
|
169 <widget class="QLabel" name="label_19"> |
|
170 <property name="text"> |
|
171 <string><p><b>Note:</b> These settings are just applied to flash cookies.</p></string> |
|
172 </property> |
|
173 <property name="wordWrap"> |
|
174 <bool>true</bool> |
|
175 </property> |
|
176 <property name="openExternalLinks"> |
|
177 <bool>true</bool> |
|
178 </property> |
|
179 </widget> |
|
180 </item> |
|
181 <item> |
|
182 <spacer name="verticalSpacer"> |
|
183 <property name="orientation"> |
|
184 <enum>Qt::Vertical</enum> |
|
185 </property> |
|
186 <property name="sizeHint" stdset="0"> |
|
187 <size> |
|
188 <width>20</width> |
|
189 <height>39</height> |
|
190 </size> |
|
191 </property> |
|
192 </spacer> |
|
193 </item> |
|
194 </layout> |
|
195 </widget> |
|
196 <tabstops> |
|
197 <tabstop>flashDataPathEdit</tabstop> |
|
198 <tabstop>flashDataPathButton</tabstop> |
|
199 <tabstop>autoModeGroup</tabstop> |
|
200 <tabstop>notificationGroup</tabstop> |
|
201 <tabstop>deleteGroup</tabstop> |
|
202 </tabstops> |
|
203 <resources/> |
|
204 <connections/> |
|
205 </ui> |