]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/commitdiff
Make the Request Details dialog scrollable. https://redmine.stoutner.com/issues... master
authorSoren Stoutner <soren@stoutner.com>
Wed, 25 Sep 2024 23:18:10 +0000 (16:18 -0700)
committerSoren Stoutner <soren@stoutner.com>
Wed, 25 Sep 2024 23:18:10 +0000 (16:18 -0700)
src/uis/DomainSettingsDialog.ui
src/uis/RequestDetailDialog.ui

index 8d5fe49bb7dfe761a94e596a089b133a9142cf3c..8971f5a743d500f98d0c6edf75e9dc16d6d5722c 100644 (file)
             <!-- Right column. -->
             <item>
                 <layout class="QVBoxLayout">
-                    <!-- Domain settings widget.-->
                     <item>
+                        <!-- Scroll area widget. -->
                         <widget class="QScrollArea">
                             <property name="widgetResizable">
                                 <bool>true</bool>
                             </property>
 
+                            <!-- Domain settings widget.-->
                             <widget class="QWidget" name="domainSettingsWidget">
                                 <layout class="QVBoxLayout">
-
                                     <!-- Domain name. -->
                                     <item>
                                         <layout class="QFormLayout">
index 35a5f139d59e09633c9452ea600cbd32f0c02653..73eab925a1de4303297d9879f15c9f2403d31788 100644 (file)
     <class>RequestDetailDialog</class>
 
     <widget class="QWidget">
+        <property name="geometry">
+            <rect>
+                <x>0</x>
+                <y>0</y>
+                <height>1200</height>
+                <width>1500</width>
+            </rect>
+        </property>
+
         <layout class="QVBoxLayout">
             <item>
-                <widget class="QLabel">
-                    <property name="text">
-                        <string>Request</string>
-                    </property>
-
-                    <property name="font">
-                        <font>
-                            <pointsize>22</pointsize>
-                            <bold>true</bold>
-                        </font>
+                <!-- Scroll area widget. -->
+                <widget class="QScrollArea">
+                    <property name="widgetResizable">
+                        <bool>true</bool>
                     </property>
 
-                    <property name="alignment">
-                        <set>Qt::AlignCenter</set>
-                    </property>
-                </widget>
-            </item>
-
-            <!-- Disposition. -->
-            <item>
-                <layout class="QHBoxLayout">
-                    <item>
-                        <widget class="QLabel">
-                            <property name="text">
-                                <string>Disposition</string>
-                            </property>
-                        </widget>
-                    </item>
-
-                    <item>
-                        <widget class="QLineEdit" name="dispositionLineEdit">
-                            <property name="readOnly">
-                                <bool>true</bool>
-                            </property>
-
-                            <!-- Disabling focus allows the arrow keys to activate the buttons. -->
-                            <property name="focusPolicy">
-                                <enum>Qt::NoFocus</enum>
-                            </property>
-                        </widget>
-                    </item>
-                </layout>
-            </item>
-
-            <!-- Web Page URL. -->
-            <item>
-                <layout class="QHBoxLayout">
-                    <item>
-                        <widget class="QLabel">
-                            <property name="text">
-                                <string>Web Page URL</string>
-                            </property>
-                        </widget>
-                    </item>
-
-                    <item>
-                        <widget class="QLineEdit" name="webPageUrlLineEdit">
-                            <property name="readOnly">
-                                <bool>true</bool>
-                            </property>
-
-                            <!-- Disabling focus allows the arrow keys to activate the buttons. -->
-                            <property name="focusPolicy">
-                                <enum>Qt::NoFocus</enum>
-                            </property>
-                        </widget>
-                    </item>
-                </layout>
-            </item>
-
-            <!-- Request URLs. -->
-            <item>
-                <widget class="QGroupBox">
-                    <!-- Has Request Options. -->
-                    <layout class="QFormLayout">
-                        <!-- Request URL. -->
-                        <item row="0" column="0">
-                            <widget class="QLabel">
-                                <property name="text">
-                                    <string>Request URL</string>
-                                </property>
-                            </widget>
-                        </item>
-
-                        <item row="0" column="1">
-                            <widget class="QLineEdit" name="requestUrlLineEdit">
-                                <property name="readOnly">
-                                    <bool>true</bool>
-                                </property>
-
-                                <!-- Disabling focus allows the arrow keys to activate the buttons. -->
-                                <property name="focusPolicy">
-                                    <enum>Qt::NoFocus</enum>
-                                </property>
-                            </widget>
-                        </item>
-
-                        <!-- Request URL With Separators. -->
-                        <item row="1" column="0">
-                            <widget class="QLabel">
-                                <property name="text">
-                                    <string>Request URL With Separators</string>
-                                </property>
-                            </widget>
-                        </item>
-
-                        <item row="1" column="1">
-                            <widget class="QLineEdit" name="requestUrlWithSeparatorsLineEdit">
-                                <property name="readOnly">
-                                    <bool>true</bool>
-                                </property>
-
-                                <!-- Disabling focus allows the arrow keys to activate the buttons. -->
-                                <property name="focusPolicy">
-                                    <enum>Qt::NoFocus</enum>
-                                </property>
-                            </widget>
-                        </item>
-
-                        <!-- Truncated Request URL. -->
-                        <item row="2" column="0">
-                            <widget class="QLabel">
-                                <property name="text">
-                                    <string>Truncated Request URL</string>
-                                </property>
-                            </widget>
-                        </item>
-
-                        <item row="2" column="1">
-                            <widget class="QLineEdit" name="truncatedRequestUrlLineEdit">
-                                <property name="readOnly">
-                                    <bool>true</bool>
-                                </property>
-
-                                <!-- Disabling focus allows the arrow keys to activate the buttons. -->
-                                <property name="focusPolicy">
-                                    <enum>Qt::NoFocus</enum>
-                                </property>
-                            </widget>
-                        </item>
-
-                        <!-- Truncated Request URL With Separators. -->
-                        <item row="3" column="0">
-                            <widget class="QLabel">
-                                <property name="text">
-                                    <string>Truncated Request URL With Separators</string>
-                                </property>
-                            </widget>
-                        </item>
-
-                        <item row="3" column="1">
-                            <widget class="QLineEdit" name="truncatedRequestUrlWithSeparatorsLineEdit">
-                                <property name="readOnly">
-                                    <bool>true</bool>
-                                </property>
-
-                                <!-- Disabling focus allows the arrow keys to activate the buttons. -->
-                                <property name="focusPolicy">
-                                    <enum>Qt::NoFocus</enum>
-                                </property>
-                            </widget>
-                        </item>
-                    </layout>
-                </widget>
-            </item>
-
-            <item>
-                <layout class="QHBoxLayout">
-                    <!-- Request Method. -->
-                    <item>
-                        <widget class="QLabel">
-                            <property name="text">
-                                <string>Request Method</string>
-                            </property>
-                        </widget>
-                    </item>
+                    <!-- Request detail widget.-->
+                    <widget class="QWidget" name="requestDetailWidget">
+                        <layout class="QVBoxLayout">
+                            <item>
+                                <widget class="QLabel">
+                                    <property name="text">
+                                        <string>Request</string>
+                                    </property>
+
+                                    <property name="font">
+                                        <font>
+                                            <pointsize>22</pointsize>
+                                            <bold>true</bold>
+                                        </font>
+                                    </property>
+
+                                    <property name="alignment">
+                                        <set>Qt::AlignCenter</set>
+                                    </property>
+                                </widget>
+                            </item>
+
+                            <!-- Disposition. -->
+                            <item>
+                                <layout class="QHBoxLayout">
+                                    <item>
+                                        <widget class="QLabel">
+                                            <property name="text">
+                                                <string>Disposition</string>
+                                            </property>
+                                        </widget>
+                                    </item>
 
-                    <item>
-                        <widget class="QLineEdit" name="requestMethodLineEdit">
-                            <property name="readOnly">
-                                <bool>true</bool>
-                            </property>
+                                    <item>
+                                        <widget class="QLineEdit" name="dispositionLineEdit">
+                                            <property name="readOnly">
+                                                <bool>true</bool>
+                                            </property>
+
+                                            <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                                            <property name="focusPolicy">
+                                                <enum>Qt::NoFocus</enum>
+                                            </property>
+                                        </widget>
+                                    </item>
+                                </layout>
+                            </item>
 
-                            <!-- Disabling focus allows the arrow keys to activate the buttons. -->
-                            <property name="focusPolicy">
-                                <enum>Qt::NoFocus</enum>
-                            </property>
-                        </widget>
-                    </item>
+                            <!-- Web Page URL. -->
+                            <item>
+                                <layout class="QHBoxLayout">
+                                    <item>
+                                        <widget class="QLabel">
+                                            <property name="text">
+                                                <string>Web Page URL</string>
+                                            </property>
+                                        </widget>
+                                    </item>
 
-                    <!-- Navigation Type. -->
-                    <item>
-                        <widget class="QLabel">
-                            <property name="text">
-                                <string>Navigation Type</string>
-                            </property>
-                        </widget>
-                    </item>
+                                    <item>
+                                        <widget class="QLineEdit" name="webPageUrlLineEdit">
+                                            <property name="readOnly">
+                                                <bool>true</bool>
+                                            </property>
+
+                                            <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                                            <property name="focusPolicy">
+                                                <enum>Qt::NoFocus</enum>
+                                            </property>
+                                        </widget>
+                                    </item>
+                                </layout>
+                            </item>
+
+                            <!-- Request URLs. -->
+                            <item>
+                                <widget class="QGroupBox">
+                                    <!-- Has Request Options. -->
+                                    <layout class="QFormLayout">
+                                        <!-- Request URL. -->
+                                        <item row="0" column="0">
+                                            <widget class="QLabel">
+                                                <property name="text">
+                                                    <string>Request URL</string>
+                                                </property>
+                                            </widget>
+                                        </item>
 
-                    <item>
-                        <widget class="QLineEdit" name="navigationTypeLineEdit">
-                            <property name="readOnly">
-                                <bool>true</bool>
-                            </property>
+                                        <item row="0" column="1">
+                                            <widget class="QLineEdit" name="requestUrlLineEdit">
+                                                <property name="readOnly">
+                                                    <bool>true</bool>
+                                                </property>
 
-                            <!-- Disabling focus allows the arrow keys to activate the buttons. -->
-                            <property name="focusPolicy">
-                                <enum>Qt::NoFocus</enum>
-                            </property>
-                        </widget>
-                    </item>
+                                                <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                                                <property name="focusPolicy">
+                                                    <enum>Qt::NoFocus</enum>
+                                                </property>
+                                            </widget>
+                                        </item>
 
-                    <!-- Third Party Request. -->
-                    <item>
-                        <widget class="QLabel">
-                            <property name="text">
-                                <string>Third Party</string>
-                            </property>
-                        </widget>
-                    </item>
+                                        <!-- Request URL With Separators. -->
+                                        <item row="1" column="0">
+                                            <widget class="QLabel">
+                                                <property name="text">
+                                                    <string>Request URL With Separators</string>
+                                                </property>
+                                            </widget>
+                                        </item>
 
-                    <item>
-                        <widget class="QLineEdit" name="thirdPartyRequestLineEdit">
-                            <property name="readOnly">
-                                <bool>true</bool>
-                            </property>
+                                        <item row="1" column="1">
+                                            <widget class="QLineEdit" name="requestUrlWithSeparatorsLineEdit">
+                                                <property name="readOnly">
+                                                    <bool>true</bool>
+                                                </property>
 
-                            <!-- Disabling focus allows the arrow keys to activate the buttons. -->
-                            <property name="focusPolicy">
-                                <enum>Qt::NoFocus</enum>
-                            </property>
-                        </widget>
-                    </item>
+                                                <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                                                <property name="focusPolicy">
+                                                    <enum>Qt::NoFocus</enum>
+                                                </property>
+                                            </widget>
+                                        </item>
 
-                    <!-- Resource Type. -->
-                    <item>
-                        <widget class="QLabel">
-                            <property name="text">
-                                <string>Resource Type</string>
-                            </property>
-                        </widget>
-                    </item>
+                                        <!-- Truncated Request URL. -->
+                                        <item row="2" column="0">
+                                            <widget class="QLabel">
+                                                <property name="text">
+                                                    <string>Truncated Request URL</string>
+                                                </property>
+                                            </widget>
+                                        </item>
 
-                    <item>
-                        <widget class="QLineEdit" name="resourceTypeLineEdit">
-                            <property name="readOnly">
-                                <bool>true</bool>
-                            </property>
+                                        <item row="2" column="1">
+                                            <widget class="QLineEdit" name="truncatedRequestUrlLineEdit">
+                                                <property name="readOnly">
+                                                    <bool>true</bool>
+                                                </property>
 
-                            <!-- Disabling focus allows the arrow keys to activate the buttons. -->
-                            <property name="focusPolicy">
-                                <enum>Qt::NoFocus</enum>
-                            </property>
-                        </widget>
-                    </item>
-                </layout>
-            </item>
+                                                <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                                                <property name="focusPolicy">
+                                                    <enum>Qt::NoFocus</enum>
+                                                </property>
+                                            </widget>
+                                        </item>
 
-            <item>
-                <widget class="QWidget" name="filterListEntryWidget">
-                    <layout class="QVBoxLayout">
-                        <!-- Horizontal line. -->
-                        <item>
-                            <widget class="Line">
-                                <property name="orientation">
-                                    <enum>Qt::Horizontal</enum>
-                                </property>
-                            </widget>
-                        </item>
-
-                        <item>
-                            <widget class="QLabel">
-                                <property name="text">
-                                    <string>Filter List Entry</string>
-                                </property>
-
-                                <property name="font">
-                                    <font>
-                                        <pointsize>22</pointsize>
-                                        <bold>true</bold>
-                                    </font>
-                                </property>
-
-                                <property name="alignment">
-                                    <set>Qt::AlignCenter</set>
-                                </property>
-                            </widget>
-                        </item>
-
-                        <item>
-                            <layout class="QHBoxLayout">
-                                <!-- Filter List. -->
-                                <item>
-                                    <layout class="QHBoxLayout">
-                                        <item>
+                                        <!-- Truncated Request URL With Separators. -->
+                                        <item row="3" column="0">
                                             <widget class="QLabel">
                                                 <property name="text">
-                                                    <string>Filter List</string>
+                                                    <string>Truncated Request URL With Separators</string>
                                                 </property>
                                             </widget>
                                         </item>
 
-                                        <item>
-                                            <widget class="QLineEdit" name="filterListLineEdit">
+                                        <item row="3" column="1">
+                                            <widget class="QLineEdit" name="truncatedRequestUrlWithSeparatorsLineEdit">
                                                 <property name="readOnly">
                                                     <bool>true</bool>
                                                 </property>
                                             </widget>
                                         </item>
                                     </layout>
-                                </item>
-
-                                <!-- Sublist. -->
-                                <item>
-                                    <widget class="QLabel">
-                                        <property name="text">
-                                            <string>Sublist</string>
-                                        </property>
-                                    </widget>
-                                </item>
-
-                                <item>
-                                    <widget class="QLineEdit" name="sublistListLineEdit">
-                                        <property name="readOnly">
-                                            <bool>true</bool>
-                                        </property>
-
-                                        <!-- Disabling focus allows the arrow keys to activate the buttons. -->
-                                        <property name="focusPolicy">
-                                            <enum>Qt::NoFocus</enum>
-                                        </property>
-                                    </widget>
-                                </item>
-                            </layout>
-                        </item>
-
-                        <!-- Applied Entry. -->
-                        <item>
-                            <layout class="QHBoxLayout">
-                                <item>
-                                    <widget class="QLabel">
-                                        <property name="text">
-                                            <string>Applied Entry List</string>
-                                        </property>
-                                    </widget>
-                                </item>
-
-                                <item>
-                                    <widget class="QLineEdit" name="appliedEntryListLineEdit">
-                                        <property name="readOnly">
-                                            <bool>true</bool>
-                                        </property>
-
-                                        <!-- Disabling focus allows the arrow keys to activate the buttons. -->
-                                        <property name="focusPolicy">
-                                            <enum>Qt::NoFocus</enum>
-                                        </property>
-                                    </widget>
-                                </item>
-                            </layout>
-                        </item>
-
-                        <item>
-                            <layout class="QHBoxLayout">
-                                <!-- Domain. -->
-                                <item>
-                                    <widget class="QLabel">
-                                        <property name="text">
-                                            <string>Domain</string>
-                                        </property>
-                                    </widget>
-                                </item>
-
-                                <item>
-                                    <widget class="QLineEdit" name="domainLineEdit">
-                                        <property name="readOnly">
-                                            <bool>true</bool>
-                                        </property>
-
-                                        <!-- Disabling focus allows the arrow keys to activate the buttons. -->
-                                        <property name="focusPolicy">
-                                            <enum>Qt::NoFocus</enum>
-                                        </property>
-                                    </widget>
-                                </item>
-
-                                <!-- Third Party Filter. -->
-                                <item>
-                                    <widget class="QLabel">
-                                        <property name="text">
-                                            <string>Third Party</string>
-                                        </property>
-
-                                        <property name="alignment">
-                                            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
-                                        </property>
-                                    </widget>
-                                </item>
-
-                                <item>
-                                    <widget class="QLineEdit" name="thirdPartyFilterLineEdit">
-                                        <property name="readOnly">
-                                            <bool>true</bool>
-                                        </property>
-
-                                        <!-- Disabling focus allows the arrow keys to activate the buttons. -->
-                                        <property name="focusPolicy">
-                                            <enum>Qt::NoFocus</enum>
-                                        </property>
-                                    </widget>
-                                </item>
-
-                                <!-- Initial Match. -->
-                                <item>
-                                    <widget class="QLabel">
-                                        <property name="text">
-                                            <string>Initial Match</string>
-                                        </property>
-                                    </widget>
-                                </item>
-
-                                <item>
-                                    <widget class="QLineEdit" name="initialMatchLineEdit">
-                                        <property name="readOnly">
-                                            <bool>true</bool>
-                                        </property>
-
-                                        <!-- Disabling focus allows the arrow keys to activate the buttons. -->
-                                        <property name="focusPolicy">
-                                            <enum>Qt::NoFocus</enum>
-                                        </property>
-                                    </widget>
-                                </item>
-
-                                <!-- Final Match. -->
-                                <item>
-                                    <widget class="QLabel">
-                                        <property name="text">
-                                            <string>Final Match</string>
-                                        </property>
-                                    </widget>
-                                </item>
-
-                                <item>
-                                    <widget class="QLineEdit" name="finalMatchLineEdit">
-                                        <property name="readOnly">
-                                            <bool>true</bool>
-                                        </property>
-
-                                        <!-- Disabling focus allows the arrow keys to activate the buttons. -->
-                                        <property name="focusPolicy">
-                                            <enum>Qt::NoFocus</enum>
-                                        </property>
-                                    </widget>
-                                </item>
-                            </layout>
-                        </item>
-
-                        <item>
-                            <layout class="QHBoxLayout">
-                                <!-- Domain List. -->
-                                <item>
-                                    <widget class="QLabel">
-                                        <property name="text">
-                                            <string>Domain List</string>
-                                        </property>
-                                    </widget>
-                                </item>
-
-                                <item>
-                                    <widget class="QLineEdit" name="domainListLineEdit">
-                                        <property name="readOnly">
-                                            <bool>true</bool>
-                                        </property>
-
-                                        <!-- Disabling focus allows the arrow keys to activate the buttons. -->
-                                        <property name="focusPolicy">
-                                            <enum>Qt::NoFocus</enum>
-                                        </property>
-                                    </widget>
-                                </item>
-                            </layout>
-                        </item>
-
-                        <item>
-                            <!-- Request Options. -->
-                            <widget class="QGroupBox">
-                                <!-- Has Request Options. -->
-                                <layout class="QVBoxLayout">
+                                </widget>
+                            </item>
+
+                            <item>
+                                <layout class="QHBoxLayout">
+                                    <!-- Request Method. -->
+                                    <item>
+                                        <widget class="QLabel">
+                                            <property name="text">
+                                                <string>Request Method</string>
+                                            </property>
+                                        </widget>
+                                    </item>
+
+                                    <item>
+                                        <widget class="QLineEdit" name="requestMethodLineEdit">
+                                            <property name="readOnly">
+                                                <bool>true</bool>
+                                            </property>
+
+                                            <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                                            <property name="focusPolicy">
+                                                <enum>Qt::NoFocus</enum>
+                                            </property>
+                                        </widget>
+                                    </item>
+
+                                    <!-- Navigation Type. -->
                                     <item>
-                                        <layout class="QHBoxLayout">
-                                            <item>
-                                                <spacer>
-                                                    <property name="orientation">
-                                                        <enum>Qt::Horizontal</enum>
-                                                    </property>
-                                                </spacer>
-                                            </item>
-
-                                            <item>
-                                                <widget class="QCheckBox" name="hasRequestOptionsCheckBox">
-                                                    <property name="text">
-                                                        <string>Has Request Options</string>
-                                                    </property>
-
-                                                    <!-- Disabling focus allows the arrow keys to activate the buttons. -->
-                                                    <property name="focusPolicy">
-                                                        <enum>Qt::NoFocus</enum>
-                                                    </property>
-                                                </widget>
-                                            </item>
-
-                                            <item>
-                                                <spacer>
-                                                    <property name="orientation">
-                                                        <enum>Qt::Horizontal</enum>
-                                                    </property>
-                                                </spacer>
-                                            </item>
-                                        </layout>
+                                        <widget class="QLabel">
+                                            <property name="text">
+                                                <string>Navigation Type</string>
+                                            </property>
+                                        </widget>
                                     </item>
 
                                     <item>
-                                        <layout class="QGridLayout">
-                                            <!-- Font. -->
-                                            <item row="0" column="0">
-                                                <widget class="QLabel">
-                                                    <property name="text">
-                                                        <string>Font</string>
-                                                    </property>
-
-                                                    <property name="alignment">
-                                                        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
-                                                    </property>
-                                                </widget>
-                                            </item>
-
-                                            <item row="0" column="1">
-                                                <widget class="QLineEdit" name="fontLineEdit">
-                                                    <property name="readOnly">
-                                                        <bool>true</bool>
-                                                    </property>
-
-                                                    <!-- Disabling focus allows the arrow keys to activate the buttons. -->
-                                                    <property name="focusPolicy">
-                                                        <enum>Qt::NoFocus</enum>
-                                                    </property>
-                                                </widget>
-                                            </item>
-
-                                            <!-- Image. -->
-                                            <item row="0" column="2">
-                                                <widget class="QLabel">
-                                                    <property name="text">
-                                                        <string>Image</string>
-                                                    </property>
-
-                                                    <property name="alignment">
-                                                        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
-                                                    </property>
-                                                </widget>
-                                            </item>
-
-                                            <item row="0" column="3">
-                                                <widget class="QLineEdit" name="imageLineEdit">
-                                                    <property name="readOnly">
-                                                        <bool>true</bool>
-                                                    </property>
-
-                                                    <!-- Disabling focus allows the arrow keys to activate the buttons. -->
-                                                    <property name="focusPolicy">
-                                                        <enum>Qt::NoFocus</enum>
-                                                    </property>
-                                                </widget>
-                                            </item>
-
-                                            <!-- Main Frame. -->
-                                            <item row="0" column="4">
-                                                <widget class="QLabel">
-                                                    <property name="text">
-                                                        <string>Main Frame</string>
-                                                    </property>
-
-                                                    <property name="alignment">
-                                                        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
-                                                    </property>
-                                                </widget>
-                                            </item>
-
-                                            <item row="0" column="5">
-                                                <widget class="QLineEdit" name="mainFrameLineEdit">
-                                                    <property name="readOnly">
-                                                        <bool>true</bool>
-                                                    </property>
-
-                                                    <!-- Disabling focus allows the arrow keys to activate the buttons. -->
-                                                    <property name="focusPolicy">
-                                                        <enum>Qt::NoFocus</enum>
-                                                    </property>
-                                                </widget>
-                                            </item>
-
-                                            <!-- Media. -->
-                                            <item row="0" column="6">
-                                                <widget class="QLabel">
-                                                    <property name="text">
-                                                        <string>Media</string>
-                                                    </property>
-
-                                                    <property name="alignment">
-                                                        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
-                                                    </property>
-                                                </widget>
-                                            </item>
-
-                                            <item row="0" column="7">
-                                                <widget class="QLineEdit" name="mediaLineEdit">
-                                                    <property name="readOnly">
-                                                        <bool>true</bool>
-                                                    </property>
-
-                                                    <!-- Disabling focus allows the arrow keys to activate the buttons. -->
-                                                    <property name="focusPolicy">
-                                                        <enum>Qt::NoFocus</enum>
-                                                    </property>
-                                                </widget>
-                                            </item>
-
-                                            <!-- Object. -->
-                                            <item row="1" column="0">
-                                                <widget class="QLabel">
-                                                    <property name="text">
-                                                        <string>Object</string>
-                                                    </property>
-
-                                                    <property name="alignment">
-                                                        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
-                                                    </property>
-                                                </widget>
-                                            </item>
-
-                                            <item row="1" column="1">
-                                                <widget class="QLineEdit" name="objectLineEdit">
-                                                    <property name="readOnly">
-                                                        <bool>true</bool>
-                                                    </property>
-
-                                                    <!-- Disabling focus allows the arrow keys to activate the buttons. -->
-                                                    <property name="focusPolicy">
-                                                        <enum>Qt::NoFocus</enum>
-                                                    </property>
-                                                </widget>
-                                            </item>
-
-                                            <!-- Other. -->
-                                            <item row="1" column="2">
-                                                <widget class="QLabel">
-                                                    <property name="text">
-                                                        <string>Other</string>
-                                                    </property>
-
-                                                    <property name="alignment">
-                                                        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
-                                                    </property>
-                                                </widget>
-                                            </item>
-
-                                            <item row="1" column="3">
-                                                <widget class="QLineEdit" name="otherLineEdit">
-                                                    <property name="readOnly">
-                                                        <bool>true</bool>
-                                                    </property>
-
-                                                    <!-- Disabling focus allows the arrow keys to activate the buttons. -->
-                                                    <property name="focusPolicy">
-                                                        <enum>Qt::NoFocus</enum>
-                                                    </property>
-                                                </widget>
-                                            </item>
-
-                                            <!-- Ping. -->
-                                            <item row="1" column="4">
-                                                <widget class="QLabel">
-                                                    <property name="text">
-                                                        <string>Ping</string>
-                                                    </property>
-
-                                                    <property name="alignment">
-                                                        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
-                                                    </property>
-                                                </widget>
-                                            </item>
-
-                                            <item row="1" column="5">
-                                                <widget class="QLineEdit" name="pingLineEdit">
-                                                    <property name="readOnly">
-                                                        <bool>true</bool>
-                                                    </property>
-
-                                                    <!-- Disabling focus allows the arrow keys to activate the buttons. -->
-                                                    <property name="focusPolicy">
-                                                        <enum>Qt::NoFocus</enum>
-                                                    </property>
-                                                </widget>
-                                            </item>
-
-                                            <!-- Script. -->
-                                            <item row="1" column="6">
-                                                <widget class="QLabel">
-                                                    <property name="text">
-                                                        <string>Script</string>
-                                                    </property>
-
-                                                    <property name="alignment">
-                                                        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
-                                                    </property>
-                                                </widget>
-                                            </item>
-
-                                            <item row="1" column="7">
-                                                <widget class="QLineEdit" name="scriptLineEdit">
-                                                    <property name="readOnly">
-                                                        <bool>true</bool>
-                                                    </property>
-
-                                                    <!-- Disabling focus allows the arrow keys to activate the buttons. -->
-                                                    <property name="focusPolicy">
-                                                        <enum>Qt::NoFocus</enum>
-                                                    </property>
-                                                </widget>
-                                            </item>
-
-                                            <!-- Style Sheet. -->
-                                            <item row="2" column="0">
-                                                <widget class="QLabel">
-                                                    <property name="text">
-                                                        <string>Style Sheet</string>
-                                                    </property>
-
-                                                    <property name="alignment">
-                                                        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
-                                                    </property>
-                                                </widget>
-                                            </item>
-
-                                            <item row="2" column="1">
-                                                <widget class="QLineEdit" name="styleSheetLineEdit">
-                                                    <property name="readOnly">
-                                                        <bool>true</bool>
-                                                    </property>
-
-                                                    <!-- Disabling focus allows the arrow keys to activate the buttons. -->
-                                                    <property name="focusPolicy">
-                                                        <enum>Qt::NoFocus</enum>
-                                                    </property>
-                                                </widget>
-                                            </item>
-
-                                            <!-- Sub Frame. -->
-                                            <item row="2" column="2">
-                                                <widget class="QLabel">
-                                                    <property name="text">
-                                                        <string>Sub Frame</string>
-                                                    </property>
-
-                                                    <property name="alignment">
-                                                        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
-                                                    </property>
-                                                </widget>
-                                            </item>
-
-                                            <item row="2" column="3">
-                                                <widget class="QLineEdit" name="subFrameLineEdit">
-                                                    <property name="readOnly">
-                                                        <bool>true</bool>
-                                                    </property>
-
-                                                    <!-- Disabling focus allows the arrow keys to activate the buttons. -->
-                                                    <property name="focusPolicy">
-                                                        <enum>Qt::NoFocus</enum>
-                                                    </property>
-                                                </widget>
-                                            </item>
-
-                                            <!-- XML HTTP Request. -->
-                                            <item row="2" column="4">
-                                                <widget class="QLabel">
-                                                    <property name="text">
-                                                        <string>XML HTTP Request</string>
-                                                    </property>
-
-                                                    <property name="alignment">
-                                                        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
-                                                    </property>
-                                                </widget>
-                                            </item>
-
-                                            <item row="2" column="5">
-                                                <widget class="QLineEdit" name="xmlHttpRequestLineEdit">
-                                                    <property name="readOnly">
-                                                        <bool>true</bool>
-                                                    </property>
-
-                                                    <!-- Disabling focus allows the arrow keys to activate the buttons. -->
-                                                    <property name="focusPolicy">
-                                                        <enum>Qt::NoFocus</enum>
-                                                    </property>
-                                                </widget>
-                                            </item>
-                                        </layout>
+                                        <widget class="QLineEdit" name="navigationTypeLineEdit">
+                                            <property name="readOnly">
+                                                <bool>true</bool>
+                                            </property>
+
+                                            <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                                            <property name="focusPolicy">
+                                                <enum>Qt::NoFocus</enum>
+                                            </property>
+                                        </widget>
+                                    </item>
+
+                                    <!-- Third Party Request. -->
+                                    <item>
+                                        <widget class="QLabel">
+                                            <property name="text">
+                                                <string>Third Party</string>
+                                            </property>
+                                        </widget>
+                                    </item>
+
+                                    <item>
+                                        <widget class="QLineEdit" name="thirdPartyRequestLineEdit">
+                                            <property name="readOnly">
+                                                <bool>true</bool>
+                                            </property>
+
+                                            <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                                            <property name="focusPolicy">
+                                                <enum>Qt::NoFocus</enum>
+                                            </property>
+                                        </widget>
+                                    </item>
+
+                                    <!-- Resource Type. -->
+                                    <item>
+                                        <widget class="QLabel">
+                                            <property name="text">
+                                                <string>Resource Type</string>
+                                            </property>
+                                        </widget>
+                                    </item>
+
+                                    <item>
+                                        <widget class="QLineEdit" name="resourceTypeLineEdit">
+                                            <property name="readOnly">
+                                                <bool>true</bool>
+                                            </property>
+
+                                            <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                                            <property name="focusPolicy">
+                                                <enum>Qt::NoFocus</enum>
+                                            </property>
+                                        </widget>
                                     </item>
                                 </layout>
-                            </widget>
-                        </item>
-
-                        <!-- Applied Filter Options. -->
-                        <item>
-                            <layout class="QHBoxLayout">
-                                <item>
-                                    <widget class="QLabel">
-                                        <property name="text">
-                                            <string>Applied Filter Options</string>
-                                        </property>
-                                    </widget>
-                                </item>
-
-                                <item>
-                                    <widget class="QLineEdit" name="appliedFilterOptionsLineEdit">
-                                        <property name="readOnly">
-                                            <bool>true</bool>
-                                        </property>
-
-                                        <!-- Disabling focus allows the arrow keys to activate the buttons. -->
-                                        <property name="focusPolicy">
-                                            <enum>Qt::NoFocus</enum>
-                                        </property>
-                                    </widget>
-                                </item>
-                            </layout>
-                        </item>
-
-                        <!-- Original Filter Options. -->
-                        <item>
-                            <layout class="QHBoxLayout">
-                                <item>
-                                    <widget class="QLabel">
-                                        <property name="text">
-                                            <string>Original Filter Options</string>
-                                        </property>
-                                    </widget>
-                                </item>
-
-                                <item>
-                                    <widget class="QLineEdit" name="originalFilterOptionsLineEdit">
-                                        <property name="readOnly">
-                                            <bool>true</bool>
-                                        </property>
-
-                                        <!-- Disabling focus allows the arrow keys to activate the buttons. -->
-                                        <property name="focusPolicy">
-                                            <enum>Qt::NoFocus</enum>
-                                        </property>
-                                    </widget>
-                                </item>
-                            </layout>
-                        </item>
-
-                        <!-- Original Entry. -->
-                        <item>
-                            <layout class="QHBoxLayout">
-                                <item>
-                                    <widget class="QLabel">
-                                        <property name="text">
-                                            <string>Original Entry</string>
-                                        </property>
-                                    </widget>
-                                </item>
-
-                                <item>
-                                    <widget class="QLineEdit" name="originalEntryLineEdit">
-                                        <property name="readOnly">
-                                            <bool>true</bool>
-                                        </property>
-
-                                        <!-- Disabling focus allows the arrow keys to activate the buttons. -->
-                                        <property name="focusPolicy">
-                                            <enum>Qt::NoFocus</enum>
-                                        </property>
-                                    </widget>
-                                </item>
-                            </layout>
-                        </item>
-                    </layout>
-                </widget>
-            </item>
+                            </item>
+
+                            <!-- Horizontal line. -->
+                            <item>
+                                <widget class="Line">
+                                    <property name="orientation">
+                                        <enum>Qt::Horizontal</enum>
+                                    </property>
+                                </widget>
+                            </item>
+
+                            <item>
+                                <widget class="QWidget" name="filterListEntryWidget">
+                                    <layout class="QVBoxLayout">
+                                        <item>
+                                            <widget class="QLabel">
+                                                <property name="text">
+                                                    <string>Filter List Entry</string>
+                                                </property>
 
-            <!-- Spacer. -->
-            <item>
-                <spacer>
-                    <property name="orientation">
-                        <enum>Qt::Vertical</enum>
-                    </property>
-                </spacer>
+                                                <property name="font">
+                                                    <font>
+                                                        <pointsize>22</pointsize>
+                                                        <bold>true</bold>
+                                                    </font>
+                                                </property>
+
+                                                <property name="alignment">
+                                                    <set>Qt::AlignCenter</set>
+                                                </property>
+                                            </widget>
+                                        </item>
+
+                                        <item>
+                                            <layout class="QHBoxLayout">
+                                                <!-- Filter List. -->
+                                                <item>
+                                                    <layout class="QHBoxLayout">
+                                                        <item>
+                                                            <widget class="QLabel">
+                                                                <property name="text">
+                                                                    <string>Filter List</string>
+                                                                </property>
+                                                            </widget>
+                                                        </item>
+
+                                                        <item>
+                                                            <widget class="QLineEdit" name="filterListLineEdit">
+                                                                <property name="readOnly">
+                                                                    <bool>true</bool>
+                                                                </property>
+
+                                                                <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                                                                <property name="focusPolicy">
+                                                                    <enum>Qt::NoFocus</enum>
+                                                                </property>
+                                                            </widget>
+                                                        </item>
+                                                    </layout>
+                                                </item>
+
+                                                <!-- Sublist. -->
+                                                <item>
+                                                    <widget class="QLabel">
+                                                        <property name="text">
+                                                            <string>Sublist</string>
+                                                        </property>
+                                                    </widget>
+                                                </item>
+
+                                                <item>
+                                                    <widget class="QLineEdit" name="sublistListLineEdit">
+                                                        <property name="readOnly">
+                                                            <bool>true</bool>
+                                                        </property>
+
+                                                        <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                                                        <property name="focusPolicy">
+                                                            <enum>Qt::NoFocus</enum>
+                                                        </property>
+                                                    </widget>
+                                                </item>
+                                            </layout>
+                                        </item>
+
+                                        <!-- Applied Entry. -->
+                                        <item>
+                                            <layout class="QHBoxLayout">
+                                                <item>
+                                                    <widget class="QLabel">
+                                                        <property name="text">
+                                                            <string>Applied Entry List</string>
+                                                        </property>
+                                                    </widget>
+                                                </item>
+
+                                                <item>
+                                                    <widget class="QLineEdit" name="appliedEntryListLineEdit">
+                                                        <property name="readOnly">
+                                                            <bool>true</bool>
+                                                        </property>
+
+                                                        <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                                                        <property name="focusPolicy">
+                                                            <enum>Qt::NoFocus</enum>
+                                                        </property>
+                                                    </widget>
+                                                </item>
+                                            </layout>
+                                        </item>
+
+                                        <item>
+                                            <layout class="QHBoxLayout">
+                                                <!-- Domain. -->
+                                                <item>
+                                                    <widget class="QLabel">
+                                                        <property name="text">
+                                                            <string>Domain</string>
+                                                        </property>
+                                                    </widget>
+                                                </item>
+
+                                                <item>
+                                                    <widget class="QLineEdit" name="domainLineEdit">
+                                                        <property name="readOnly">
+                                                            <bool>true</bool>
+                                                        </property>
+
+                                                        <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                                                        <property name="focusPolicy">
+                                                            <enum>Qt::NoFocus</enum>
+                                                        </property>
+                                                    </widget>
+                                                </item>
+
+                                                <!-- Third Party Filter. -->
+                                                <item>
+                                                    <widget class="QLabel">
+                                                        <property name="text">
+                                                            <string>Third Party</string>
+                                                        </property>
+
+                                                        <property name="alignment">
+                                                            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+                                                        </property>
+                                                    </widget>
+                                                </item>
+
+                                                <item>
+                                                    <widget class="QLineEdit" name="thirdPartyFilterLineEdit">
+                                                        <property name="readOnly">
+                                                            <bool>true</bool>
+                                                        </property>
+
+                                                        <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                                                        <property name="focusPolicy">
+                                                            <enum>Qt::NoFocus</enum>
+                                                        </property>
+                                                    </widget>
+                                                </item>
+
+                                                <!-- Initial Match. -->
+                                                <item>
+                                                    <widget class="QLabel">
+                                                        <property name="text">
+                                                            <string>Initial Match</string>
+                                                        </property>
+                                                    </widget>
+                                                </item>
+
+                                                <item>
+                                                    <widget class="QLineEdit" name="initialMatchLineEdit">
+                                                        <property name="readOnly">
+                                                            <bool>true</bool>
+                                                        </property>
+
+                                                        <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                                                        <property name="focusPolicy">
+                                                            <enum>Qt::NoFocus</enum>
+                                                        </property>
+                                                    </widget>
+                                                </item>
+
+                                                <!-- Final Match. -->
+                                                <item>
+                                                    <widget class="QLabel">
+                                                        <property name="text">
+                                                            <string>Final Match</string>
+                                                        </property>
+                                                    </widget>
+                                                </item>
+
+                                                <item>
+                                                    <widget class="QLineEdit" name="finalMatchLineEdit">
+                                                        <property name="readOnly">
+                                                            <bool>true</bool>
+                                                        </property>
+
+                                                        <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                                                        <property name="focusPolicy">
+                                                            <enum>Qt::NoFocus</enum>
+                                                        </property>
+                                                    </widget>
+                                                </item>
+                                            </layout>
+                                        </item>
+
+                                        <item>
+                                            <layout class="QHBoxLayout">
+                                                <!-- Domain List. -->
+                                                <item>
+                                                    <widget class="QLabel">
+                                                        <property name="text">
+                                                            <string>Domain List</string>
+                                                        </property>
+                                                    </widget>
+                                                </item>
+
+                                                <item>
+                                                    <widget class="QLineEdit" name="domainListLineEdit">
+                                                        <property name="readOnly">
+                                                            <bool>true</bool>
+                                                        </property>
+
+                                                        <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                                                        <property name="focusPolicy">
+                                                            <enum>Qt::NoFocus</enum>
+                                                        </property>
+                                                    </widget>
+                                                </item>
+                                            </layout>
+                                        </item>
+
+                                        <item>
+                                            <!-- Request Options. -->
+                                            <widget class="QGroupBox">
+                                                <!-- Has Request Options. -->
+                                                <layout class="QVBoxLayout">
+                                                    <item>
+                                                        <layout class="QHBoxLayout">
+                                                            <item>
+                                                                <spacer>
+                                                                    <property name="orientation">
+                                                                        <enum>Qt::Horizontal</enum>
+                                                                    </property>
+                                                                </spacer>
+                                                            </item>
+
+                                                            <item>
+                                                                <widget class="QCheckBox" name="hasRequestOptionsCheckBox">
+                                                                    <property name="text">
+                                                                        <string>Has Request Options</string>
+                                                                    </property>
+
+                                                                    <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                                                                    <property name="focusPolicy">
+                                                                        <enum>Qt::NoFocus</enum>
+                                                                    </property>
+                                                                </widget>
+                                                            </item>
+
+                                                            <item>
+                                                                <spacer>
+                                                                    <property name="orientation">
+                                                                        <enum>Qt::Horizontal</enum>
+                                                                    </property>
+                                                                </spacer>
+                                                            </item>
+                                                        </layout>
+                                                    </item>
+
+                                                    <item>
+                                                        <layout class="QGridLayout">
+                                                            <!-- Font. -->
+                                                            <item row="0" column="0">
+                                                                <widget class="QLabel">
+                                                                    <property name="text">
+                                                                        <string>Font</string>
+                                                                    </property>
+
+                                                                    <property name="alignment">
+                                                                        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+                                                                    </property>
+                                                                </widget>
+                                                            </item>
+
+                                                            <item row="0" column="1">
+                                                                <widget class="QLineEdit" name="fontLineEdit">
+                                                                    <property name="readOnly">
+                                                                        <bool>true</bool>
+                                                                    </property>
+
+                                                                    <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                                                                    <property name="focusPolicy">
+                                                                        <enum>Qt::NoFocus</enum>
+                                                                    </property>
+                                                                </widget>
+                                                            </item>
+
+                                                            <!-- Image. -->
+                                                            <item row="0" column="2">
+                                                                <widget class="QLabel">
+                                                                    <property name="text">
+                                                                        <string>Image</string>
+                                                                    </property>
+
+                                                                    <property name="alignment">
+                                                                        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+                                                                    </property>
+                                                                </widget>
+                                                            </item>
+
+                                                            <item row="0" column="3">
+                                                                <widget class="QLineEdit" name="imageLineEdit">
+                                                                    <property name="readOnly">
+                                                                        <bool>true</bool>
+                                                                    </property>
+
+                                                                    <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                                                                    <property name="focusPolicy">
+                                                                        <enum>Qt::NoFocus</enum>
+                                                                    </property>
+                                                                </widget>
+                                                            </item>
+
+                                                            <!-- Main Frame. -->
+                                                            <item row="0" column="4">
+                                                                <widget class="QLabel">
+                                                                    <property name="text">
+                                                                        <string>Main Frame</string>
+                                                                    </property>
+
+                                                                    <property name="alignment">
+                                                                        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+                                                                    </property>
+                                                                </widget>
+                                                            </item>
+
+                                                            <item row="0" column="5">
+                                                                <widget class="QLineEdit" name="mainFrameLineEdit">
+                                                                    <property name="readOnly">
+                                                                        <bool>true</bool>
+                                                                    </property>
+
+                                                                    <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                                                                    <property name="focusPolicy">
+                                                                        <enum>Qt::NoFocus</enum>
+                                                                    </property>
+                                                                </widget>
+                                                            </item>
+
+                                                            <!-- Media. -->
+                                                            <item row="0" column="6">
+                                                                <widget class="QLabel">
+                                                                    <property name="text">
+                                                                        <string>Media</string>
+                                                                    </property>
+
+                                                                    <property name="alignment">
+                                                                        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+                                                                    </property>
+                                                                </widget>
+                                                            </item>
+
+                                                            <item row="0" column="7">
+                                                                <widget class="QLineEdit" name="mediaLineEdit">
+                                                                    <property name="readOnly">
+                                                                        <bool>true</bool>
+                                                                    </property>
+
+                                                                    <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                                                                    <property name="focusPolicy">
+                                                                        <enum>Qt::NoFocus</enum>
+                                                                    </property>
+                                                                </widget>
+                                                            </item>
+
+                                                            <!-- Object. -->
+                                                            <item row="1" column="0">
+                                                                <widget class="QLabel">
+                                                                    <property name="text">
+                                                                        <string>Object</string>
+                                                                    </property>
+
+                                                                    <property name="alignment">
+                                                                        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+                                                                    </property>
+                                                                </widget>
+                                                            </item>
+
+                                                            <item row="1" column="1">
+                                                                <widget class="QLineEdit" name="objectLineEdit">
+                                                                    <property name="readOnly">
+                                                                        <bool>true</bool>
+                                                                    </property>
+
+                                                                    <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                                                                    <property name="focusPolicy">
+                                                                        <enum>Qt::NoFocus</enum>
+                                                                    </property>
+                                                                </widget>
+                                                            </item>
+
+                                                            <!-- Other. -->
+                                                            <item row="1" column="2">
+                                                                <widget class="QLabel">
+                                                                    <property name="text">
+                                                                        <string>Other</string>
+                                                                    </property>
+
+                                                                    <property name="alignment">
+                                                                        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+                                                                    </property>
+                                                                </widget>
+                                                            </item>
+
+                                                            <item row="1" column="3">
+                                                                <widget class="QLineEdit" name="otherLineEdit">
+                                                                    <property name="readOnly">
+                                                                        <bool>true</bool>
+                                                                    </property>
+
+                                                                    <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                                                                    <property name="focusPolicy">
+                                                                        <enum>Qt::NoFocus</enum>
+                                                                    </property>
+                                                                </widget>
+                                                            </item>
+
+                                                            <!-- Ping. -->
+                                                            <item row="1" column="4">
+                                                                <widget class="QLabel">
+                                                                    <property name="text">
+                                                                        <string>Ping</string>
+                                                                    </property>
+
+                                                                    <property name="alignment">
+                                                                        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+                                                                    </property>
+                                                                </widget>
+                                                            </item>
+
+                                                            <item row="1" column="5">
+                                                                <widget class="QLineEdit" name="pingLineEdit">
+                                                                    <property name="readOnly">
+                                                                        <bool>true</bool>
+                                                                    </property>
+
+                                                                    <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                                                                    <property name="focusPolicy">
+                                                                        <enum>Qt::NoFocus</enum>
+                                                                    </property>
+                                                                </widget>
+                                                            </item>
+
+                                                            <!-- Script. -->
+                                                            <item row="1" column="6">
+                                                                <widget class="QLabel">
+                                                                    <property name="text">
+                                                                        <string>Script</string>
+                                                                    </property>
+
+                                                                    <property name="alignment">
+                                                                        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+                                                                    </property>
+                                                                </widget>
+                                                            </item>
+
+                                                            <item row="1" column="7">
+                                                                <widget class="QLineEdit" name="scriptLineEdit">
+                                                                    <property name="readOnly">
+                                                                        <bool>true</bool>
+                                                                    </property>
+
+                                                                    <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                                                                    <property name="focusPolicy">
+                                                                        <enum>Qt::NoFocus</enum>
+                                                                    </property>
+                                                                </widget>
+                                                            </item>
+
+                                                            <!-- Style Sheet. -->
+                                                            <item row="2" column="0">
+                                                                <widget class="QLabel">
+                                                                    <property name="text">
+                                                                        <string>Style Sheet</string>
+                                                                    </property>
+
+                                                                    <property name="alignment">
+                                                                        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+                                                                    </property>
+                                                                </widget>
+                                                            </item>
+
+                                                            <item row="2" column="1">
+                                                                <widget class="QLineEdit" name="styleSheetLineEdit">
+                                                                    <property name="readOnly">
+                                                                        <bool>true</bool>
+                                                                    </property>
+
+                                                                    <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                                                                    <property name="focusPolicy">
+                                                                        <enum>Qt::NoFocus</enum>
+                                                                    </property>
+                                                                </widget>
+                                                            </item>
+
+                                                            <!-- Sub Frame. -->
+                                                            <item row="2" column="2">
+                                                                <widget class="QLabel">
+                                                                    <property name="text">
+                                                                        <string>Sub Frame</string>
+                                                                    </property>
+
+                                                                    <property name="alignment">
+                                                                        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+                                                                    </property>
+                                                                </widget>
+                                                            </item>
+
+                                                            <item row="2" column="3">
+                                                                <widget class="QLineEdit" name="subFrameLineEdit">
+                                                                    <property name="readOnly">
+                                                                        <bool>true</bool>
+                                                                    </property>
+
+                                                                    <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                                                                    <property name="focusPolicy">
+                                                                        <enum>Qt::NoFocus</enum>
+                                                                    </property>
+                                                                </widget>
+                                                            </item>
+
+                                                            <!-- XML HTTP Request. -->
+                                                            <item row="2" column="4">
+                                                                <widget class="QLabel">
+                                                                    <property name="text">
+                                                                        <string>XML HTTP Request</string>
+                                                                    </property>
+
+                                                                    <property name="alignment">
+                                                                        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+                                                                    </property>
+                                                                </widget>
+                                                            </item>
+
+                                                            <item row="2" column="5">
+                                                                <widget class="QLineEdit" name="xmlHttpRequestLineEdit">
+                                                                    <property name="readOnly">
+                                                                        <bool>true</bool>
+                                                                    </property>
+
+                                                                    <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                                                                    <property name="focusPolicy">
+                                                                        <enum>Qt::NoFocus</enum>
+                                                                    </property>
+                                                                </widget>
+                                                            </item>
+                                                        </layout>
+                                                    </item>
+                                                </layout>
+                                            </widget>
+                                        </item>
+
+                                        <!-- Applied Filter Options. -->
+                                        <item>
+                                            <layout class="QHBoxLayout">
+                                                <item>
+                                                    <widget class="QLabel">
+                                                        <property name="text">
+                                                            <string>Applied Filter Options</string>
+                                                        </property>
+                                                    </widget>
+                                                </item>
+
+                                                <item>
+                                                    <widget class="QLineEdit" name="appliedFilterOptionsLineEdit">
+                                                        <property name="readOnly">
+                                                            <bool>true</bool>
+                                                        </property>
+
+                                                        <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                                                        <property name="focusPolicy">
+                                                            <enum>Qt::NoFocus</enum>
+                                                        </property>
+                                                    </widget>
+                                                </item>
+                                            </layout>
+                                        </item>
+
+                                        <!-- Original Filter Options. -->
+                                        <item>
+                                            <layout class="QHBoxLayout">
+                                                <item>
+                                                    <widget class="QLabel">
+                                                        <property name="text">
+                                                            <string>Original Filter Options</string>
+                                                        </property>
+                                                    </widget>
+                                                </item>
+
+                                                <item>
+                                                    <widget class="QLineEdit" name="originalFilterOptionsLineEdit">
+                                                        <property name="readOnly">
+                                                            <bool>true</bool>
+                                                        </property>
+
+                                                        <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                                                        <property name="focusPolicy">
+                                                            <enum>Qt::NoFocus</enum>
+                                                        </property>
+                                                    </widget>
+                                                </item>
+                                            </layout>
+                                        </item>
+
+                                        <!-- Original Entry. -->
+                                        <item>
+                                            <layout class="QHBoxLayout">
+                                                <item>
+                                                    <widget class="QLabel">
+                                                        <property name="text">
+                                                            <string>Original Entry</string>
+                                                        </property>
+                                                    </widget>
+                                                </item>
+
+                                                <item>
+                                                    <widget class="QLineEdit" name="originalEntryLineEdit">
+                                                        <property name="readOnly">
+                                                            <bool>true</bool>
+                                                        </property>
+
+                                                        <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                                                        <property name="focusPolicy">
+                                                            <enum>Qt::NoFocus</enum>
+                                                        </property>
+                                                    </widget>
+                                                </item>
+                                            </layout>
+                                        </item>
+                                    </layout>
+                                </widget>
+                            </item>
+
+                            <!-- Spacer. -->
+                            <item>
+                                <spacer>
+                                    <property name="orientation">
+                                        <enum>Qt::Vertical</enum>
+                                    </property>
+                                </spacer>
+                            </item>
+                        </layout>
+                    </widget>
+                </widget>
             </item>
 
             <item>