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/ruleoptionplugins/mark_target_option/kmyfirewallruleeditortarget...

143 lines
5.0 KiB

<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>KMyFirewallRuleEditorTargetMark</class>
<widget class="TQWidget">
<property name="name">
<cstring>KMyFirewallRuleEditorTargetMark</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>280</width>
<height>129</height>
</rect>
</property>
<property name="caption">
<string>IP Options</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>2</number>
</property>
<property name="spacing">
<number>2</number>
</property>
<widget class="TQGroupBox" row="0" column="0">
<property name="name">
<cstring>groupBox3</cstring>
</property>
<property name="title">
<string>Set MARK</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQSpinBox" row="0" column="1">
<property name="name">
<cstring>sb_mark</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
</widget>
<widget class="TQCheckBox" row="0" column="0">
<property name="name">
<cstring>c_use_mark</cstring>
</property>
<property name="text">
<string>Set MARK</string>
</property>
</widget>
<widget class="TQLayoutWidget" row="2" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>layout24</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQPushButton">
<property name="name">
<cstring>b_ok_2</cstring>
</property>
<property name="text">
<string>&amp;Discard</string>
</property>
</widget>
<widget class="TQPushButton">
<property name="name">
<cstring>b_help</cstring>
</property>
<property name="text">
<string>&amp;Help</string>
</property>
</widget>
<widget class="TQPushButton">
<property name="name">
<cstring>b_ok</cstring>
</property>
<property name="text">
<string>&amp;Apply</string>
</property>
</widget>
</hbox>
</widget>
<spacer row="1" column="0">
<property name="name">
<cstring>spacer2</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>21</height>
</size>
</property>
</spacer>
</grid>
</widget>
</grid>
</widget>
<connections>
<connection>
<sender>b_ok</sender>
<signal>clicked()</signal>
<receiver>KMyFirewallRuleEditorTargetMark</receiver>
<slot>accept()</slot>
</connection>
<connection>
<sender>c_use_mark</sender>
<signal>toggled(bool)</signal>
<receiver>sb_mark</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
<sender>b_help</sender>
<signal>clicked()</signal>
<receiver>KMyFirewallRuleEditorTargetMark</receiver>
<slot>slotHelp()</slot>
</connection>
<connection>
<sender>b_ok_2</sender>
<signal>clicked()</signal>
<receiver>KMyFirewallRuleEditorTargetMark</receiver>
<slot>reject()</slot>
</connection>
</connections>
<slots>
<slot>slotHelp()</slot>
<slot>accept()</slot>
<slot>reject()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>