|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>AdBlockDialog</class> |
|
4 <widget class="QDialog" name="AdBlockDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>650</width> |
|
10 <height>600</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>AdBlock Configuration</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
20 <item> |
|
21 <widget class="QGroupBox" name="adBlockGroup"> |
|
22 <property name="title"> |
|
23 <string>Enable AdBlock</string> |
|
24 </property> |
|
25 <property name="checkable"> |
|
26 <bool>true</bool> |
|
27 </property> |
|
28 <layout class="QVBoxLayout" name="verticalLayout"> |
|
29 <item> |
|
30 <layout class="QGridLayout" name="gridLayout"> |
|
31 <property name="horizontalSpacing"> |
|
32 <number>20</number> |
|
33 </property> |
|
34 <item row="0" column="0" rowspan="2"> |
|
35 <widget class="QLabel" name="iconLabel"> |
|
36 <property name="minimumSize"> |
|
37 <size> |
|
38 <width>48</width> |
|
39 <height>48</height> |
|
40 </size> |
|
41 </property> |
|
42 <property name="text"> |
|
43 <string notr="true">Icon</string> |
|
44 </property> |
|
45 </widget> |
|
46 </item> |
|
47 <item row="0" column="1"> |
|
48 <spacer name="horizontalSpacer"> |
|
49 <property name="orientation"> |
|
50 <enum>Qt::Horizontal</enum> |
|
51 </property> |
|
52 <property name="sizeHint" stdset="0"> |
|
53 <size> |
|
54 <width>40</width> |
|
55 <height>20</height> |
|
56 </size> |
|
57 </property> |
|
58 </spacer> |
|
59 </item> |
|
60 <item row="1" column="1"> |
|
61 <widget class="QLineEdit" name="searchEdit"> |
|
62 <property name="toolTip"> |
|
63 <string>Enter search term for subscriptions and rules</string> |
|
64 </property> |
|
65 <property name="placeholderText"> |
|
66 <string>Search...</string> |
|
67 </property> |
|
68 <property name="clearButtonEnabled"> |
|
69 <bool>true</bool> |
|
70 </property> |
|
71 </widget> |
|
72 </item> |
|
73 </layout> |
|
74 </item> |
|
75 <item> |
|
76 <widget class="QTabWidget" name="subscriptionsTabWidget"> |
|
77 <property name="documentMode"> |
|
78 <bool>true</bool> |
|
79 </property> |
|
80 </widget> |
|
81 </item> |
|
82 <item> |
|
83 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
84 <item> |
|
85 <widget class="QToolButton" name="actionButton"> |
|
86 <property name="text"> |
|
87 <string>Actions</string> |
|
88 </property> |
|
89 </widget> |
|
90 </item> |
|
91 <item> |
|
92 <spacer name="horizontalSpacer_2"> |
|
93 <property name="orientation"> |
|
94 <enum>Qt::Horizontal</enum> |
|
95 </property> |
|
96 <property name="sizeHint" stdset="0"> |
|
97 <size> |
|
98 <width>40</width> |
|
99 <height>20</height> |
|
100 </size> |
|
101 </property> |
|
102 </spacer> |
|
103 </item> |
|
104 <item> |
|
105 <widget class="QLabel" name="label"> |
|
106 <property name="text"> |
|
107 <string>Default Update Period (days):</string> |
|
108 </property> |
|
109 </widget> |
|
110 </item> |
|
111 <item> |
|
112 <widget class="QSpinBox" name="updateSpinBox"> |
|
113 <property name="toolTip"> |
|
114 <string>Enter the update period (1 to 14 days)</string> |
|
115 </property> |
|
116 <property name="alignment"> |
|
117 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
118 </property> |
|
119 <property name="suffix"> |
|
120 <string/> |
|
121 </property> |
|
122 <property name="minimum"> |
|
123 <number>1</number> |
|
124 </property> |
|
125 <property name="maximum"> |
|
126 <number>14</number> |
|
127 </property> |
|
128 <property name="value"> |
|
129 <number>7</number> |
|
130 </property> |
|
131 </widget> |
|
132 </item> |
|
133 </layout> |
|
134 </item> |
|
135 <item> |
|
136 <widget class="QCheckBox" name="useLimitedEasyListCheckBox"> |
|
137 <property name="toolTip"> |
|
138 <string/> |
|
139 </property> |
|
140 <property name="text"> |
|
141 <string>Use only essential part of EasyList (for performance reasons)</string> |
|
142 </property> |
|
143 </widget> |
|
144 </item> |
|
145 </layout> |
|
146 </widget> |
|
147 </item> |
|
148 <item> |
|
149 <widget class="QDialogButtonBox" name="buttonBox"> |
|
150 <property name="orientation"> |
|
151 <enum>Qt::Horizontal</enum> |
|
152 </property> |
|
153 <property name="standardButtons"> |
|
154 <set>QDialogButtonBox::Close</set> |
|
155 </property> |
|
156 </widget> |
|
157 </item> |
|
158 </layout> |
|
159 </widget> |
|
160 <tabstops> |
|
161 <tabstop>adBlockGroup</tabstop> |
|
162 <tabstop>searchEdit</tabstop> |
|
163 <tabstop>subscriptionsTabWidget</tabstop> |
|
164 <tabstop>actionButton</tabstop> |
|
165 <tabstop>updateSpinBox</tabstop> |
|
166 <tabstop>buttonBox</tabstop> |
|
167 </tabstops> |
|
168 <resources/> |
|
169 <connections> |
|
170 <connection> |
|
171 <sender>buttonBox</sender> |
|
172 <signal>accepted()</signal> |
|
173 <receiver>AdBlockDialog</receiver> |
|
174 <slot>accept()</slot> |
|
175 <hints> |
|
176 <hint type="sourcelabel"> |
|
177 <x>252</x> |
|
178 <y>445</y> |
|
179 </hint> |
|
180 <hint type="destinationlabel"> |
|
181 <x>157</x> |
|
182 <y>274</y> |
|
183 </hint> |
|
184 </hints> |
|
185 </connection> |
|
186 <connection> |
|
187 <sender>buttonBox</sender> |
|
188 <signal>rejected()</signal> |
|
189 <receiver>AdBlockDialog</receiver> |
|
190 <slot>reject()</slot> |
|
191 <hints> |
|
192 <hint type="sourcelabel"> |
|
193 <x>320</x> |
|
194 <y>445</y> |
|
195 </hint> |
|
196 <hint type="destinationlabel"> |
|
197 <x>286</x> |
|
198 <y>274</y> |
|
199 </hint> |
|
200 </hints> |
|
201 </connection> |
|
202 </connections> |
|
203 </ui> |