<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>FilterTable</class> <widget class="TQDialog"> <property name="name"> <cstring>FilterTable</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>531</width> <height>411</height> </rect> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>7</hsizetype> <vsizetype>7</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="caption"> <string>MyDialog1</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQTabWidget" row="0" column="0"> <property name="name"> <cstring>tabWidget</cstring> </property> <widget class="TQWidget"> <property name="name"> <cstring>Widget8</cstring> </property> <attribute name="title"> <string>DNS FailSafe</string> </attribute> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQListView" row="2" column="0" rowspan="1" colspan="3"> <column> <property name="text"> <string></string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizable"> <bool>true</bool> </property> </column> <column> <property name="text"> <string>Description</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizable"> <bool>true</bool> </property> </column> <column> <property name="text"> <string>Firewall Rule</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizable"> <bool>true</bool> </property> </column> <property name="name"> <cstring>FilterRules</cstring> </property> <property name="selectionMode"> <enum>Extended</enum> </property> <property name="allColumnsShowFocus"> <bool>true</bool> </property> <property name="resizeMode"> <enum>AllColumns</enum> </property> </widget> <widget class="TQPushButton" row="4" column="2"> <property name="name"> <cstring>pushAdd</cstring> </property> <property name="text"> <string>&Add</string> </property> <property name="accel"> <string>Alt+A</string> </property> </widget> <widget class="TQLineEdit" row="3" column="1"> <property name="name"> <cstring>Description</cstring> </property> </widget> <widget class="TQLabel" row="3" column="0"> <property name="name"> <cstring>textLabel1_3_2</cstring> </property> <property name="text"> <string>Description:</string> </property> </widget> <widget class="TQLabel" row="4" column="0"> <property name="name"> <cstring>textLabel1_3</cstring> </property> <property name="text"> <string>Rule:</string> </property> </widget> <widget class="TQLineEdit" row="4" column="1"> <property name="name"> <cstring>Filter</cstring> </property> </widget> <widget class="TQLabel" row="1" column="0" rowspan="1" colspan="3"> <property name="name"> <cstring>textLabel1_2</cstring> </property> <property name="text"> <string>This is a list of filter rules that will route all DNS requests to Tor:</string> </property> </widget> <widget class="TQCheckBox" row="0" column="0" rowspan="1" colspan="3"> <property name="name"> <cstring>kcfg_DNSFailSafeParanoia</cstring> </property> <property name="text"> <string>Use different Tor circuits for every connection while in this mode.</string> </property> </widget> </grid> </widget> <widget class="TQWidget"> <property name="name"> <cstring>TabPage</cstring> </property> <attribute name="title"> <string>System FailSafe</string> </attribute> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQLabel" row="3" column="0"> <property name="name"> <cstring>textLabel1_3_2_3</cstring> </property> <property name="text"> <string>Description:</string> </property> </widget> <widget class="TQLabel" row="4" column="0"> <property name="name"> <cstring>textLabel1_3_4</cstring> </property> <property name="text"> <string>Rule:</string> </property> </widget> <widget class="TQListView" row="2" column="0" rowspan="1" colspan="3"> <column> <property name="text"> <string></string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizable"> <bool>true</bool> </property> </column> <column> <property name="text"> <string>Description</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizable"> <bool>true</bool> </property> </column> <column> <property name="text"> <string>Firewall Rule</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizable"> <bool>true</bool> </property> </column> <property name="name"> <cstring>SystemFilterRules</cstring> </property> <property name="selectionMode"> <enum>Extended</enum> </property> <property name="allColumnsShowFocus"> <bool>true</bool> </property> <property name="resizeMode"> <enum>AllColumns</enum> </property> </widget> <widget class="TQCheckBox" row="0" column="0" rowspan="1" colspan="3"> <property name="name"> <cstring>kcfg_SystemFailSafeParanoia</cstring> </property> <property name="text"> <string>Use different Tor circuits for every connection while in this mode.</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> <widget class="TQLabel" row="1" column="0" rowspan="1" colspan="3"> <property name="name"> <cstring>textLabel1_2_3</cstring> </property> <property name="text"> <string>This is a list of filter rules that will route certain system traffic to Tor:</string> </property> </widget> <widget class="TQPushButton" row="4" column="2"> <property name="name"> <cstring>pushAdd_Sys</cstring> </property> <property name="text"> <string>&Add</string> </property> <property name="accel"> <string>Alt+A</string> </property> </widget> <widget class="TQLineEdit" row="3" column="1"> <property name="name"> <cstring>SystemDescription</cstring> </property> </widget> <widget class="TQLineEdit" row="4" column="1"> <property name="name"> <cstring>SystemFilter</cstring> </property> </widget> </grid> </widget> </widget> </grid> </widget> <connections> <connection> <sender>pushAdd</sender> <signal>clicked()</signal> <receiver>FilterTable</receiver> <slot>pushAdd_clicked()</slot> </connection> <connection> <sender>pushAdd_Sys</sender> <signal>clicked()</signal> <receiver>FilterTable</receiver> <slot>pushAdd_Sys_clicked()</slot> </connection> <connection> <sender>FilterRules</sender> <signal>contextMenuRequested(TQListViewItem*,const TQPoint&,int)</signal> <receiver>FilterTable</receiver> <slot>FilterRules_contextMenuRequested(TQListViewItem*,const TQPoint&,int)</slot> </connection> <connection> <sender>SystemFilterRules</sender> <signal>contextMenuRequested(TQListViewItem*,const TQPoint&,int)</signal> <receiver>FilterTable</receiver> <slot>SystemFilterRules_contextMenuRequested(TQListViewItem*,const TQPoint&,int)</slot> </connection> </connections> <includes> <include location="local" impldecl="in implementation">paranoia.ui.h</include> </includes> <slots> <slot>pushAdd_clicked()</slot> <slot>pushAdd_Sys_clicked()</slot> <slot>FilterRules_contextMenuRequested( TQListViewItem *, const TQPoint & point, int )</slot> <slot>SystemFilterRules_contextMenuRequested( TQListViewItem *, const TQPoint & point, int )</slot> <slot>slotDeleteEntry()</slot> <slot>slotToggleEntry()</slot> <slot>slotDeleteSystemEntry()</slot> <slot>slotToggleSystemEntry()</slot> </slots> <functions> <function access="private" specifier="non virtual">init()</function> </functions> <layoutdefaults spacing="6" margin="11"/> </UI>