You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kmyfirewall/kmyfirewall/kmfwidgets/kmyfirewallnethostpropertie...

235 lines
10 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>KMyFirewallNetHostProperties</class>
<widget class="TQWidget">
<property name="name">
<cstring>KMyFirewallNetHostProperties</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>642</width>
<height>209</height>
</rect>
</property>
<property name="caption">
<string>Form1</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>2</number>
</property>
<widget class="TQLayoutWidget" row="0" column="1">
<property name="name">
<cstring>layout16</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>textLabel1_2_2</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Host Documentation:</string>
</property>
</widget>
<widget class="TQTextEdit">
<property name="name">
<cstring>m_host_desc</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>7</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="wordWrap">
<enum>NoWrap</enum>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</vbox>
</widget>
<widget class="TQLayoutWidget" row="0" column="0">
<property name="name">
<cstring>layout10</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQFrame">
<property name="name">
<cstring>m_frameAddress</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="frameShape">
<enum>NoFrame</enum>
</property>
<property name="frameShadow">
<enum>Plain</enum>
</property>
</widget>
<widget class="TQGroupBox">
<property name="name">
<cstring>m_gb_host_protocol_option</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>3</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>Host Options</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQCheckBox" row="2" column="0">
<property name="name">
<cstring>m_cb_host_log</cstring>
</property>
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>Log packets from/for this host</string>
</property>
</widget>
<widget class="TQLayoutWidget" row="1" column="0">
<property name="name">
<cstring>layout9_2</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQCheckBox">
<property name="name">
<cstring>m_cb_host_limit</cstring>
</property>
<property name="text">
<string>Limit matches</string>
</property>
</widget>
<widget class="TQSpinBox">
<property name="name">
<cstring>m_sb_host_rate</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="minValue">
<number>1</number>
</property>
</widget>
<widget class="TQLabel">
<property name="name">
<cstring>m_lbl_slash</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>0</hsizetype>
<vsizetype>1</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>/</string>
</property>
</widget>
<widget class="TQComboBox">
<item>
<property name="text">
<string>second</string>
</property>
</item>
<item>
<property name="text">
<string>minute</string>
</property>
</item>
<item>
<property name="text">
<string>hour</string>
</property>
</item>
<property name="name">
<cstring>m_cb_limit_host_interval</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="editable">
<bool>false</bool>
</property>
<property name="insertionPolicy">
<enum>NoInsertion</enum>
</property>
<property name="duplicatesEnabled">
<bool>false</bool>
</property>
</widget>
</hbox>
</widget>
</grid>
</widget>
</vbox>
</widget>
</grid>
</widget>
<connections>
<connection>
<sender>m_cb_host_limit</sender>
<signal>toggled(bool)</signal>
<receiver>m_sb_host_rate</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
<sender>m_cb_host_limit</sender>
<signal>toggled(bool)</signal>
<receiver>m_cb_limit_host_interval</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
<sender>m_cb_host_limit</sender>
<signal>toggled(bool)</signal>
<receiver>m_lbl_slash</receiver>
<slot>setEnabled(bool)</slot>
</connection>
</connections>
<layoutdefaults spacing="6" margin="11"/>
</UI>