diff options
Diffstat (limited to 'src/plugins/ipfilter/ipblockingpref.ui')
-rw-r--r-- | src/plugins/ipfilter/ipblockingpref.ui | 201 |
1 files changed, 201 insertions, 0 deletions
diff --git a/src/plugins/ipfilter/ipblockingpref.ui b/src/plugins/ipfilter/ipblockingpref.ui new file mode 100644 index 0000000..3435167 --- /dev/null +++ b/src/plugins/ipfilter/ipblockingpref.ui @@ -0,0 +1,201 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>IPBlockingPref</class> +<widget class="TQWidget"> + <property name="name"> + <cstring>IPBlockingPref</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>564</width> + <height>444</height> + </rect> + </property> + <property name="caption"> + <string>IPBlocking Preferences</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <spacer row="2" column="0"> + <property name="name"> + <cstring>spacer7</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="TQGroupBox" row="0" column="0"> + <property name="name"> + <cstring>groupBox1</cstring> + </property> + <property name="enabled"> + <bool>true</bool> + </property> + <property name="title"> + <string>Select PeerGuardian Filter File </string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQCheckBox" row="0" column="0"> + <property name="name"> + <cstring>checkUseLevel1</cstring> + </property> + <property name="text"> + <string>Use PeerGuardian filter?</string> + </property> + </widget> + <widget class="TQLayoutWidget" row="1" column="0"> + <property name="name"> + <cstring>layout5</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQLabel"> + <property name="name"> + <cstring>textLabel1_3</cstring> + </property> + <property name="text"> + <string>IP filter file:</string> + </property> + </widget> + <widget class="KURLRequester"> + <property name="name"> + <cstring>m_url</cstring> + </property> + <property name="url" stdset="0"> + <string>http://www.bluetack.co.uk/modules.php?name=Downloads&d_op=getit&lid=8</string> + </property> + <property name="showLocalProtocol"> + <bool>false</bool> + </property> + </widget> + </hbox> + </widget> + <widget class="TQLayoutWidget" row="2" column="0"> + <property name="name"> + <cstring>layout3</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <spacer> + <property name="name"> + <cstring>spacer3</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>361</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="TQPushButton"> + <property name="name"> + <cstring>btnDownload</cstring> + </property> + <property name="text"> + <string>Dow&nload/Convert</string> + </property> + </widget> + </hbox> + </widget> + <widget class="TQLabel" row="3" column="0"> + <property name="name"> + <cstring>textLabel1_2</cstring> + </property> + <property name="text"> + <string>Download PeerGuardian filter from bluetack.co.uk or blocklist.org. +NOTE: ZIP file from bluetack.co.uk is supported.</string> + </property> + </widget> + <widget class="TQLabel" row="5" column="0"> + <property name="name"> + <cstring>lbl_status1</cstring> + </property> + <property name="text"> + <string></string> + </property> + </widget> + <spacer row="4" column="0"> + <property name="name"> + <cstring>spacer6</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + </spacer> + </grid> + </widget> + </grid> +</widget> +<customwidgets> +</customwidgets> +<connections> + <connection> + <sender>btnDownload</sender> + <signal>clicked()</signal> + <receiver>IPBlockingPref</receiver> + <slot>btnDownload_clicked()</slot> + </connection> + <connection> + <sender>checkUseLevel1</sender> + <signal>toggled(bool)</signal> + <receiver>IPBlockingPref</receiver> + <slot>checkUseLevel1_toggled(bool)</slot> + </connection> + <connection> + <sender>checkUseLevel1</sender> + <signal>toggled(bool)</signal> + <receiver>textLabel1_2</receiver> + <slot>setEnabled(bool)</slot> + </connection> + <connection> + <sender>checkUseLevel1</sender> + <signal>toggled(bool)</signal> + <receiver>textLabel1_3</receiver> + <slot>setEnabled(bool)</slot> + </connection> +</connections> +<slots> + <slot>btnDownload_clicked()</slot> + <slot>checkUseLevel1_toggled(bool)</slot> + <slot>checkUseKTfilter_toggled(bool)</slot> +</slots> +<layoutdefaults spacing="6" margin="11"/> +<includes> + <include location="global" impldecl="in implementation">kpushbutton.h</include> + <include location="global" impldecl="in implementation">kurlrequester.h</include> +</includes> +</UI> |