2 <class>PrivacyPrefsUI</class>
3 <widget class="QWidget" name="PrivacyPrefsUI" >
4 <property name="geometry" >
12 <layout class="QGridLayout" >
13 <property name="leftMargin" >
16 <property name="topMargin" >
19 <property name="rightMargin" >
22 <property name="bottomMargin" >
25 <property name="horizontalSpacing" >
28 <property name="verticalSpacing" >
31 <item row="0" column="0" >
32 <widget class="QGroupBox" name="groupBox" >
33 <property name="title" >
34 <string>Filter by sender</string>
36 <layout class="QGridLayout" >
37 <property name="leftMargin" >
40 <property name="topMargin" >
43 <property name="rightMargin" >
46 <property name="bottomMargin" >
49 <property name="horizontalSpacing" >
52 <property name="verticalSpacing" >
55 <item row="2" column="0" colspan="2" >
56 <widget class="QRadioButton" name="radioOnlyWhiteList" >
57 <property name="text" >
58 <string>Allow messages only from contacts on the whitelist</string>
62 <item row="4" column="1" >
63 <layout class="QGridLayout" >
64 <property name="leftMargin" >
67 <property name="topMargin" >
70 <property name="rightMargin" >
73 <property name="bottomMargin" >
76 <property name="horizontalSpacing" >
79 <property name="verticalSpacing" >
82 <item row="2" column="2" >
83 <widget class="QPushButton" name="btnClearBlackList" >
84 <property name="text" >
85 <string>Clear</string>
89 <item row="2" column="1" >
90 <widget class="QPushButton" name="btnRemoveFromBlackList" >
91 <property name="text" >
92 <string>Remove</string>
96 <item row="0" column="0" colspan="3" >
97 <widget class="QLabel" name="label_2" >
98 <property name="text" >
99 <string>Blacklist:</string>
103 <item row="1" column="0" colspan="3" >
104 <widget class="QTreeView" name="listBlackList" >
105 <property name="rootIsDecorated" >
108 <property name="itemsExpandable" >
113 <item row="2" column="0" >
114 <widget class="QPushButton" name="btnAddToBlackList" >
115 <property name="text" >
122 <item row="0" column="0" colspan="2" >
123 <widget class="QRadioButton" name="radioAllowAll" >
124 <property name="text" >
125 <string>Allow all messages</string>
127 <property name="checked" >
132 <item row="1" column="0" colspan="2" >
133 <widget class="QRadioButton" name="radioOnlyContactList" >
134 <property name="text" >
135 <string>Allow messages only from contacts on my contact list</string>
139 <item row="3" column="0" colspan="2" >
140 <widget class="QRadioButton" name="radioAllButBlackList" >
141 <property name="text" >
142 <string>Allow all messages but messages from contacts on the blacklist</string>
146 <item row="4" column="0" >
147 <layout class="QGridLayout" >
148 <property name="leftMargin" >
151 <property name="topMargin" >
154 <property name="rightMargin" >
157 <property name="bottomMargin" >
160 <property name="horizontalSpacing" >
163 <property name="verticalSpacing" >
166 <item row="0" column="0" colspan="2" >
167 <widget class="QLabel" name="label" >
168 <property name="text" >
169 <string>Whitelist:</string>
173 <item row="2" column="1" >
174 <widget class="QPushButton" name="btnRemoveFromWhiteList" >
175 <property name="text" >
176 <string>Remove</string>
180 <item row="2" column="0" >
181 <widget class="QPushButton" name="btnAddToWhiteList" >
182 <property name="text" >
187 <item row="2" column="2" >
188 <widget class="QPushButton" name="btnClearWhiteList" >
189 <property name="text" >
190 <string>Clear</string>
194 <item row="1" column="0" colspan="3" >
195 <widget class="QTreeView" name="listWhiteList" >
196 <property name="rootIsDecorated" >
199 <property name="itemsExpandable" >
209 <item row="1" column="0" >
210 <widget class="QGroupBox" name="groupBox_2" >
211 <property name="title" >
212 <string>Filter by content (separate multiple words by commas)</string>
214 <layout class="QGridLayout" >
215 <property name="leftMargin" >
218 <property name="topMargin" >
221 <property name="rightMargin" >
224 <property name="bottomMargin" >
227 <property name="horizontalSpacing" >
230 <property name="verticalSpacing" >
233 <item row="3" column="0" >
234 <widget class="QLineEdit" name="editDropAll" />
236 <item row="1" column="0" >
237 <widget class="QLineEdit" name="editDropAtLeastOne" />
239 <item row="2" column="0" >
240 <widget class="QCheckBox" name="chkDropAll" >
241 <property name="text" >
242 <string>Drop messages that contain all of the following words:</string>
246 <item row="0" column="0" >
247 <widget class="QCheckBox" name="chkDropAtLeastOne" >
248 <property name="text" >
249 <string>Drop messages that contain at least one of the following words:</string>