]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blob - src/uis/RequestDetailDialog.ui
Partial filter list implementation.
[PrivacyBrowserPC.git] / src / uis / RequestDetailDialog.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>RequestDetailDialog</class>
23
24     <widget class="QWidget">
25         <layout class="QVBoxLayout">
26             <!-- Disposition. -->
27             <item>
28                 <layout class="QHBoxLayout">
29                     <item>
30                         <widget class="QLabel">
31                             <property name="text">
32                                 <string>Disposition</string>
33                             </property>
34                         </widget>
35                     </item>
36
37                     <item>
38                         <widget class="QLineEdit" name="dispositionLineEdit">
39                             <property name="readOnly">
40                                 <bool>true</bool>
41                             </property>
42                         </widget>
43                     </item>
44                 </layout>
45             </item>
46
47             <!-- URL. -->
48             <item>
49                 <layout class="QHBoxLayout">
50                     <item>
51                         <widget class="QLabel">
52                             <property name="text">
53                                 <string>URL</string>
54                             </property>
55                         </widget>
56                     </item>
57
58                     <item>
59                         <widget class="QLineEdit" name="urlLineEdit">
60                             <property name="readOnly">
61                                 <bool>true</bool>
62                             </property>
63                         </widget>
64                     </item>
65                 </layout>
66             </item>
67
68             <item>
69                 <layout class="QHBoxLayout">
70                     <!-- Request Method. -->
71                     <item>
72                         <widget class="QLabel">
73                             <property name="text">
74                                 <string>Request Method</string>
75                             </property>
76                         </widget>
77                     </item>
78
79                     <item>
80                         <widget class="QLineEdit" name="requestMethodLineEdit">
81                             <property name="readOnly">
82                                 <bool>true</bool>
83                             </property>
84                         </widget>
85                     </item>
86
87                     <!-- Navigation Type. -->
88                     <item>
89                         <widget class="QLabel">
90                             <property name="text">
91                                 <string>Navigation Type</string>
92                             </property>
93                         </widget>
94                     </item>
95
96                     <item>
97                         <widget class="QLineEdit" name="navigationTypeLineEdit">
98                             <property name="readOnly">
99                                 <bool>true</bool>
100                             </property>
101                         </widget>
102                     </item>
103
104                     <!-- Resource Type. -->
105                     <item>
106                         <widget class="QLabel">
107                             <property name="text">
108                                 <string>Resource Type</string>
109                             </property>
110                         </widget>
111                     </item>
112
113                     <item>
114                         <widget class="QLineEdit" name="resourceTypeLineEdit">
115                             <property name="readOnly">
116                                 <bool>true</bool>
117                             </property>
118                         </widget>
119                     </item>
120                 </layout>
121             </item>
122
123             <!-- Horizontal line. -->
124             <item>
125                 <widget class="Line" name="horizontalLine">
126                     <property name="orientation">
127                         <enum>Qt::Horizontal</enum>
128                     </property>
129                 </widget>
130             </item>
131
132             <!-- Filter List. -->
133             <item>
134                 <layout class="QHBoxLayout">
135                     <item>
136                         <widget class="QLabel" name="filterListLabel">
137                             <property name="text">
138                                 <string>Filter List</string>
139                             </property>
140                         </widget>
141                     </item>
142
143                     <item>
144                         <widget class="QLineEdit" name="filterListLineEdit">
145                             <property name="readOnly">
146                                 <bool>true</bool>
147                             </property>
148                         </widget>
149                     </item>
150                 </layout>
151             </item>
152
153             <!-- Sublist. -->
154             <item>
155                 <layout class="QHBoxLayout">
156                     <item>
157                         <widget class="QLabel" name="sublistLabel">
158                             <property name="text">
159                                 <string>Sublist</string>
160                             </property>
161                         </widget>
162                     </item>
163
164                     <item>
165                         <widget class="QLineEdit" name="sublistListLineEdit">
166                             <property name="readOnly">
167                                 <bool>true</bool>
168                             </property>
169                         </widget>
170                     </item>
171                 </layout>
172             </item>
173
174             <!-- Applied Entry. -->
175             <item>
176                 <layout class="QHBoxLayout">
177                     <item>
178                         <widget class="QLabel" name="appliedEntryLabel">
179                             <property name="text">
180                                 <string>Applied Entry</string>
181                             </property>
182                         </widget>
183                     </item>
184
185                     <item>
186                         <widget class="QLineEdit" name="appliedEntryLineEdit">
187                             <property name="readOnly">
188                                 <bool>true</bool>
189                             </property>
190                         </widget>
191                     </item>
192                 </layout>
193             </item>
194
195             <!-- Original Entry. -->
196             <item>
197                 <layout class="QHBoxLayout">
198                     <item>
199                         <widget class="QLabel" name="originalEntryLabel">
200                             <property name="text">
201                                 <string>Original Entry</string>
202                             </property>
203                         </widget>
204                     </item>
205
206                     <item>
207                         <widget class="QLineEdit" name="originalEntryLineEdit">
208                             <property name="readOnly">
209                                 <bool>true</bool>
210                             </property>
211                         </widget>
212                     </item>
213                 </layout>
214             </item>
215
216             <!-- Spacer. -->
217             <item>
218                 <spacer>
219                     <property name="orientation">
220                         <enum>Qt::Vertical</enum>
221                     </property>
222                 </spacer>
223             </item>
224
225             <!-- Close button - dialog button box. -->
226             <item>
227                 <widget class="QDialogButtonBox" name="dialogButtonBox">
228                     <property name="standardButtons">
229                         <set>QDialogButtonBox::Close</set>
230                     </property>
231                 </widget>
232             </item>
233         </layout>
234     </widget>
235 </ui>