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/kmyfirewallprotocolproperti...

174 lines
6.8 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>KMyFirewallProtocolPropertiesWidget</class>
<widget class="TQWidget">
<property name="name">
<cstring>KMyFirewallProtocolPropertiesWidget</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>557</width>
<height>95</height>
</rect>
</property>
<property name="caption">
<string>Form2</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>2</number>
</property>
<widget class="TQGroupBox" row="0" column="1">
<property name="name">
<cstring>m_gb_protocol_option</cstring>
</property>
<property name="title">
<string>Protocol Options</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQCheckBox" row="2" column="0">
<property name="name">
<cstring>m_cb_log</cstring>
</property>
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>Log packets maching this protocol</string>
</property>
</widget>
<widget class="TQLayoutWidget" row="1" column="0">
<property name="name">
<cstring>layout9</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQCheckBox">
<property name="name">
<cstring>m_cb_limit</cstring>
</property>
<property name="text">
<string>Limit matches</string>
</property>
</widget>
<widget class="TQSpinBox">
<property name="name">
<cstring>m_sb_limit_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_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>
<widget class="TQGroupBox" row="0" column="0">
<property name="name">
<cstring>m_gb_protocol_description</cstring>
</property>
<property name="title">
<string>Protocol Documentation</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel" row="0" column="0">
<property name="name">
<cstring>m_l_protocol_desc</cstring>
</property>
<property name="alignment">
<set>WordBreak|AlignTop</set>
</property>
</widget>
</grid>
</widget>
</grid>
</widget>
<connections>
<connection>
<sender>m_cb_limit</sender>
<signal>toggled(bool)</signal>
<receiver>m_sb_limit_rate</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
<sender>m_cb_limit</sender>
<signal>toggled(bool)</signal>
<receiver>m_lbl_slash</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
<sender>m_cb_limit</sender>
<signal>toggled(bool)</signal>
<receiver>m_cb_limit_interval</receiver>
<slot>setEnabled(bool)</slot>
</connection>
</connections>
<layoutdefaults spacing="6" margin="11"/>
</UI>