]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blob - src/uis/FilterEntryDialog.ui
Finish block list implementation.
[PrivacyBrowserPC.git] / src / uis / FilterEntryDialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!--
4   Copyright 2024 Soren Stoutner <soren@stoutner.com>.
5
6   This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-pc/>.
7
8   Privacy Browser PC is free software: you can redistribute it and/or modify
9   it under the terms of the GNU General Public License as published by
10   the Free Software Foundation, either version 3 of the License, or
11   (at your option) any later version.
12
13   Privacy Browser PC is distributed in the hope that it will be useful,
14   but WITHOUT ANY WARRANTY; without even the implied warranty of
15   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16   GNU General Public License for more details.
17
18   You should have received a copy of the GNU General Public License
19   along with Privacy Browser PC.  If not, see <http://www.gnu.org/licenses/>. -->
20
21 <ui version="4.0">
22     <class>FilterEntryDialog</class>
23
24     <widget class="QWidget">
25         <layout class="QVBoxLayout">
26             <item>
27                 <layout class="QHBoxLayout">
28                     <!-- Filter List. -->
29                     <item>
30                         <widget class="QLabel" name="filterListLabel">
31                             <property name="text">
32                                 <string>Filter List</string>
33                             </property>
34                         </widget>
35                     </item>
36
37                     <item>
38                         <widget class="QLineEdit" name="filterListLineEdit">
39                             <property name="readOnly">
40                                 <bool>true</bool>
41                             </property>
42
43                             <!-- Disabling focus allows the arrow keys to activate the buttons. -->
44                             <property name="focusPolicy">
45                                 <enum>Qt::NoFocus</enum>
46                             </property>
47                         </widget>
48                     </item>
49
50                     <!-- Sublist. -->
51                     <item>
52                         <widget class="QLabel" name="sublistLabel">
53                             <property name="text">
54                                 <string>Sublist</string>
55                             </property>
56                         </widget>
57                     </item>
58
59                     <item>
60                         <widget class="QLineEdit" name="sublistListLineEdit">
61                             <property name="readOnly">
62                                 <bool>true</bool>
63                             </property>
64
65                             <!-- Disabling focus allows the arrow keys to activate the buttons. -->
66                             <property name="focusPolicy">
67                                 <enum>Qt::NoFocus</enum>
68                             </property>
69                         </widget>
70                     </item>
71                 </layout>
72             </item>
73
74             <!-- Applied Entry. -->
75             <item>
76                 <layout class="QHBoxLayout">
77                     <item>
78                         <widget class="QLabel" name="appliedEntryListLabel">
79                             <property name="text">
80                                 <string>Applied Entry List</string>
81                             </property>
82                         </widget>
83                     </item>
84
85                     <item>
86                         <widget class="QLineEdit" name="appliedEntryListLineEdit">
87                             <property name="readOnly">
88                                 <bool>true</bool>
89                             </property>
90
91                             <!-- Disabling focus allows the arrow keys to activate the buttons. -->
92                             <property name="focusPolicy">
93                                 <enum>Qt::NoFocus</enum>
94                             </property>
95                         </widget>
96                     </item>
97                 </layout>
98             </item>
99
100             <item>
101                 <layout class="QHBoxLayout">
102                     <!-- Domain. -->
103                     <item>
104                         <widget class="QLabel" name="domainLabel">
105                             <property name="text">
106                                 <string>Domain</string>
107                             </property>
108                         </widget>
109                     </item>
110
111                     <item>
112                         <widget class="QLineEdit" name="domainLineEdit">
113                             <property name="readOnly">
114                                 <bool>true</bool>
115                             </property>
116
117                             <!-- Disabling focus allows the arrow keys to activate the buttons. -->
118                             <property name="focusPolicy">
119                                 <enum>Qt::NoFocus</enum>
120                             </property>
121                         </widget>
122                     </item>
123
124                     <!-- Third Party. -->
125                     <item>
126                         <widget class="QLabel" name="thirdPartyLabel">
127                             <property name="text">
128                                 <string>Third Party</string>
129                             </property>
130
131                             <property name="alignment">
132                                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
133                             </property>
134                         </widget>
135                     </item>
136
137                     <item>
138                         <widget class="QLineEdit" name="thirdPartyLineEdit">
139                             <property name="readOnly">
140                                 <bool>true</bool>
141                             </property>
142
143                             <!-- Disabling focus allows the arrow keys to activate the buttons. -->
144                             <property name="focusPolicy">
145                                 <enum>Qt::NoFocus</enum>
146                             </property>
147                         </widget>
148                     </item>
149
150                     <!-- Initial Match. -->
151                     <item>
152                         <widget class="QLabel" name="initialMatchLabel">
153                             <property name="text">
154                                 <string>Initial Match</string>
155                             </property>
156                         </widget>
157                     </item>
158
159                     <item>
160                         <widget class="QLineEdit" name="initialMatchLineEdit">
161                             <property name="readOnly">
162                                 <bool>true</bool>
163                             </property>
164
165                             <!-- Disabling focus allows the arrow keys to activate the buttons. -->
166                             <property name="focusPolicy">
167                                 <enum>Qt::NoFocus</enum>
168                             </property>
169                         </widget>
170                     </item>
171
172                     <!-- Final Match. -->
173                     <item>
174                         <widget class="QLabel" name="finalMatchLabel">
175                             <property name="text">
176                                 <string>Final Match</string>
177                             </property>
178                         </widget>
179                     </item>
180
181                     <item>
182                         <widget class="QLineEdit" name="finalMatchLineEdit">
183                             <property name="readOnly">
184                                 <bool>true</bool>
185                             </property>
186
187                             <!-- Disabling focus allows the arrow keys to activate the buttons. -->
188                             <property name="focusPolicy">
189                                 <enum>Qt::NoFocus</enum>
190                             </property>
191                         </widget>
192                     </item>
193                 </layout>
194             </item>
195
196             <item>
197                 <layout class="QHBoxLayout">
198                     <!-- Domain List. -->
199                     <item>
200                         <widget class="QLabel" name="domainListLabel">
201                             <property name="text">
202                                 <string>Domain List</string>
203                             </property>
204                         </widget>
205                     </item>
206
207                     <item>
208                         <widget class="QLineEdit" name="domainListLineEdit">
209                             <property name="readOnly">
210                                 <bool>true</bool>
211                             </property>
212
213                             <!-- Disabling focus allows the arrow keys to activate the buttons. -->
214                             <property name="focusPolicy">
215                                 <enum>Qt::NoFocus</enum>
216                             </property>
217                         </widget>
218                     </item>
219                 </layout>
220             </item>
221
222             <item>
223                 <!-- Request Options. -->
224                 <widget class="QGroupBox">
225                     <!-- Has Request Options. -->
226                     <layout class="QVBoxLayout">
227                         <item>
228                             <layout class="QHBoxLayout">
229                                 <item>
230                                     <spacer>
231                                         <property name="orientation">
232                                             <enum>Qt::Horizontal</enum>
233                                         </property>
234                                     </spacer>
235                                 </item>
236
237                                 <item>
238                                     <widget class="QCheckBox" name="hasRequestOptionsCheckBox">
239                                         <property name="text">
240                                             <string>Has Request Options</string>
241                                         </property>
242
243                                         <!-- Disabling focus allows the arrow keys to activate the buttons. -->
244                                         <property name="focusPolicy">
245                                             <enum>Qt::NoFocus</enum>
246                                         </property>
247                                     </widget>
248                                 </item>
249
250                                 <item>
251                                     <spacer>
252                                         <property name="orientation">
253                                             <enum>Qt::Horizontal</enum>
254                                         </property>
255                                     </spacer>
256                                 </item>
257                             </layout>
258                         </item>
259
260                         <item>
261                             <layout class="QGridLayout">
262                                 <!-- Font. -->
263                                 <item row="0" column="0">
264                                     <widget class="QLabel" name="fontLabel">
265                                         <property name="text">
266                                             <string>Font</string>
267                                         </property>
268
269                                         <property name="alignment">
270                                             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
271                                         </property>
272                                     </widget>
273                                 </item>
274
275                                 <item row="0" column="1">
276                                     <widget class="QLineEdit" name="fontLineEdit">
277                                         <property name="readOnly">
278                                             <bool>true</bool>
279                                         </property>
280
281                                         <!-- Disabling focus allows the arrow keys to activate the buttons. -->
282                                         <property name="focusPolicy">
283                                             <enum>Qt::NoFocus</enum>
284                                         </property>
285                                     </widget>
286                                 </item>
287
288                                 <!-- Image. -->
289                                 <item row="0" column="2">
290                                     <widget class="QLabel" name="imageLabel">
291                                         <property name="text">
292                                             <string>Image</string>
293                                         </property>
294
295                                         <property name="alignment">
296                                             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
297                                         </property>
298                                     </widget>
299                                 </item>
300
301                                 <item row="0" column="3">
302                                     <widget class="QLineEdit" name="imageLineEdit">
303                                         <property name="readOnly">
304                                             <bool>true</bool>
305                                         </property>
306
307                                         <!-- Disabling focus allows the arrow keys to activate the buttons. -->
308                                         <property name="focusPolicy">
309                                             <enum>Qt::NoFocus</enum>
310                                         </property>
311                                     </widget>
312                                 </item>
313
314                                 <!-- Main Frame. -->
315                                 <item row="0" column="4">
316                                     <widget class="QLabel" name="mainFrameLabel">
317                                         <property name="text">
318                                             <string>Main Frame</string>
319                                         </property>
320
321                                         <property name="alignment">
322                                             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
323                                         </property>
324                                     </widget>
325                                 </item>
326
327                                 <item row="0" column="5">
328                                     <widget class="QLineEdit" name="mainFrameLineEdit">
329                                         <property name="readOnly">
330                                             <bool>true</bool>
331                                         </property>
332
333                                         <!-- Disabling focus allows the arrow keys to activate the buttons. -->
334                                         <property name="focusPolicy">
335                                             <enum>Qt::NoFocus</enum>
336                                         </property>
337                                     </widget>
338                                 </item>
339
340                                 <!-- Media. -->
341                                 <item row="0" column="6">
342                                     <widget class="QLabel" name="mediaLabel">
343                                         <property name="text">
344                                             <string>Media</string>
345                                         </property>
346
347                                         <property name="alignment">
348                                             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
349                                         </property>
350                                     </widget>
351                                 </item>
352
353                                 <item row="0" column="7">
354                                     <widget class="QLineEdit" name="mediaLineEdit">
355                                         <property name="readOnly">
356                                             <bool>true</bool>
357                                         </property>
358
359                                         <!-- Disabling focus allows the arrow keys to activate the buttons. -->
360                                         <property name="focusPolicy">
361                                             <enum>Qt::NoFocus</enum>
362                                         </property>
363                                     </widget>
364                                 </item>
365
366                                 <!-- Object. -->
367                                 <item row="1" column="0">
368                                     <widget class="QLabel" name="objectLabel">
369                                         <property name="text">
370                                             <string>Object</string>
371                                         </property>
372
373                                         <property name="alignment">
374                                             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
375                                         </property>
376                                     </widget>
377                                 </item>
378
379                                 <item row="1" column="1">
380                                     <widget class="QLineEdit" name="objectLineEdit">
381                                         <property name="readOnly">
382                                             <bool>true</bool>
383                                         </property>
384
385                                         <!-- Disabling focus allows the arrow keys to activate the buttons. -->
386                                         <property name="focusPolicy">
387                                             <enum>Qt::NoFocus</enum>
388                                         </property>
389                                     </widget>
390                                 </item>
391
392                                 <!-- Other. -->
393                                 <item row="1" column="2">
394                                     <widget class="QLabel" name="otherLabel">
395                                         <property name="text">
396                                             <string>Other</string>
397                                         </property>
398
399                                         <property name="alignment">
400                                             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
401                                         </property>
402                                     </widget>
403                                 </item>
404
405                                 <item row="1" column="3">
406                                     <widget class="QLineEdit" name="otherLineEdit">
407                                         <property name="readOnly">
408                                             <bool>true</bool>
409                                         </property>
410
411                                         <!-- Disabling focus allows the arrow keys to activate the buttons. -->
412                                         <property name="focusPolicy">
413                                             <enum>Qt::NoFocus</enum>
414                                         </property>
415                                     </widget>
416                                 </item>
417
418                                 <!-- Ping. -->
419                                 <item row="1" column="4">
420                                     <widget class="QLabel" name="pingLabel">
421                                         <property name="text">
422                                             <string>Ping</string>
423                                         </property>
424
425                                         <property name="alignment">
426                                             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
427                                         </property>
428                                     </widget>
429                                 </item>
430
431                                 <item row="1" column="5">
432                                     <widget class="QLineEdit" name="pingLineEdit">
433                                         <property name="readOnly">
434                                             <bool>true</bool>
435                                         </property>
436
437                                         <!-- Disabling focus allows the arrow keys to activate the buttons. -->
438                                         <property name="focusPolicy">
439                                             <enum>Qt::NoFocus</enum>
440                                         </property>
441                                     </widget>
442                                 </item>
443
444                                 <!-- Script. -->
445                                 <item row="1" column="6">
446                                     <widget class="QLabel" name="scriptLabel">
447                                         <property name="text">
448                                             <string>Script</string>
449                                         </property>
450
451                                         <property name="alignment">
452                                             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
453                                         </property>
454                                     </widget>
455                                 </item>
456
457                                 <item row="1" column="7">
458                                     <widget class="QLineEdit" name="scriptLineEdit">
459                                         <property name="readOnly">
460                                             <bool>true</bool>
461                                         </property>
462
463                                         <!-- Disabling focus allows the arrow keys to activate the buttons. -->
464                                         <property name="focusPolicy">
465                                             <enum>Qt::NoFocus</enum>
466                                         </property>
467                                     </widget>
468                                 </item>
469
470                                 <!-- Style Sheet. -->
471                                 <item row="2" column="0">
472                                     <widget class="QLabel" name="styleSheetLabel">
473                                         <property name="text">
474                                             <string>Style Sheet</string>
475                                         </property>
476
477                                         <property name="alignment">
478                                             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
479                                         </property>
480                                     </widget>
481                                 </item>
482
483                                 <item row="2" column="1">
484                                     <widget class="QLineEdit" name="styleSheetLineEdit">
485                                         <property name="readOnly">
486                                             <bool>true</bool>
487                                         </property>
488
489                                         <!-- Disabling focus allows the arrow keys to activate the buttons. -->
490                                         <property name="focusPolicy">
491                                             <enum>Qt::NoFocus</enum>
492                                         </property>
493                                     </widget>
494                                 </item>
495
496                                 <!-- Sub Frame. -->
497                                 <item row="2" column="2">
498                                     <widget class="QLabel" name="subFrameLabel">
499                                         <property name="text">
500                                             <string>Sub Frame</string>
501                                         </property>
502
503                                         <property name="alignment">
504                                             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
505                                         </property>
506                                     </widget>
507                                 </item>
508
509                                 <item row="2" column="3">
510                                     <widget class="QLineEdit" name="subFrameLineEdit">
511                                         <property name="readOnly">
512                                             <bool>true</bool>
513                                         </property>
514
515                                         <!-- Disabling focus allows the arrow keys to activate the buttons. -->
516                                         <property name="focusPolicy">
517                                             <enum>Qt::NoFocus</enum>
518                                         </property>
519                                     </widget>
520                                 </item>
521
522                                 <!-- XML HTTP Request. -->
523                                 <item row="2" column="4">
524                                     <widget class="QLabel" name="xmlHttpRequestLabel">
525                                         <property name="text">
526                                             <string>XML HTTP Request</string>
527                                         </property>
528
529                                         <property name="alignment">
530                                             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
531                                         </property>
532                                     </widget>
533                                 </item>
534
535                                 <item row="2" column="5">
536                                     <widget class="QLineEdit" name="xmlHttpRequestLineEdit">
537                                         <property name="readOnly">
538                                             <bool>true</bool>
539                                         </property>
540
541                                         <!-- Disabling focus allows the arrow keys to activate the buttons. -->
542                                         <property name="focusPolicy">
543                                             <enum>Qt::NoFocus</enum>
544                                         </property>
545                                     </widget>
546                                 </item>
547                             </layout>
548                         </item>
549                     </layout>
550                 </widget>
551             </item>
552
553             <!-- Applied Filter Options. -->
554             <item>
555                 <layout class="QHBoxLayout">
556                     <item>
557                         <widget class="QLabel" name="appliedFilterOptionsLabel">
558                             <property name="text">
559                                 <string>Applied Filter Options</string>
560                             </property>
561                         </widget>
562                     </item>
563
564                     <item>
565                         <widget class="QLineEdit" name="appliedFilterOptionsLineEdit">
566                             <property name="readOnly">
567                                 <bool>true</bool>
568                             </property>
569
570                             <!-- Disabling focus allows the arrow keys to activate the buttons. -->
571                             <property name="focusPolicy">
572                                 <enum>Qt::NoFocus</enum>
573                             </property>
574                         </widget>
575                     </item>
576                 </layout>
577             </item>
578
579             <!-- Original Filter Options. -->
580             <item>
581                 <layout class="QHBoxLayout">
582                     <item>
583                         <widget class="QLabel" name="originalFilterOptionsLabel">
584                             <property name="text">
585                                 <string>Original Filter Options</string>
586                             </property>
587                         </widget>
588                     </item>
589
590                     <item>
591                         <widget class="QLineEdit" name="originalFilterOptionsLineEdit">
592                             <property name="readOnly">
593                                 <bool>true</bool>
594                             </property>
595
596                             <!-- Disabling focus allows the arrow keys to activate the buttons. -->
597                             <property name="focusPolicy">
598                                 <enum>Qt::NoFocus</enum>
599                             </property>
600                         </widget>
601                     </item>
602                 </layout>
603             </item>
604
605             <!-- Original Entry. -->
606             <item>
607                 <layout class="QHBoxLayout">
608                     <item>
609                         <widget class="QLabel" name="originalEntryLabel">
610                             <property name="text">
611                                 <string>Original Entry</string>
612                             </property>
613                         </widget>
614                     </item>
615
616                     <item>
617                         <widget class="QLineEdit" name="originalEntryLineEdit">
618                             <property name="readOnly">
619                                 <bool>true</bool>
620                             </property>
621
622                             <!-- Disabling focus allows the arrow keys to activate the buttons. -->
623                             <property name="focusPolicy">
624                                 <enum>Qt::NoFocus</enum>
625                             </property>
626                         </widget>
627                     </item>
628                 </layout>
629             </item>
630
631             <!-- Spacer. -->
632             <item>
633                 <spacer>
634                     <property name="orientation">
635                         <enum>Qt::Vertical</enum>
636                     </property>
637                 </spacer>
638             </item>
639
640             <item>
641                 <layout class="QHBoxLayout">
642                     <!-- Previous button.  -->
643                     <item>
644                         <widget class="QPushButton" name="previousButton">
645                             <property name="text">
646                                 <string>Previous</string>
647                             </property>
648
649                             <property name="icon">
650                                 <iconset theme="go-previous" />
651                             </property>
652                         </widget>
653                     </item>
654
655                     <!-- Next button.  -->
656                     <item>
657                         <widget class="QPushButton" name="nextButton">
658                             <property name="text">
659                                 <string>Next</string>
660                             </property>
661
662                             <property name="icon">
663                                 <iconset theme="go-next" />
664                             </property>
665                         </widget>
666                     </item>
667
668                     <!-- Close button - dialog button box. -->
669                     <item>
670                         <widget class="QDialogButtonBox" name="dialogButtonBox">
671                             <property name="standardButtons">
672                                 <set>QDialogButtonBox::Close</set>
673                             </property>
674                         </widget>
675                     </item>
676                 </layout>
677             </item>
678         </layout>
679     </widget>
680 </ui>