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/tos_target_option/kmyfirewallruleeditortos.ui

174 lines
6.2 KiB

<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>KMyFirewallRuleEditorTos</class>
<widget class="TQWidget">
<property name="name">
<cstring>KMyFirewallRuleEditorTos</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>280</width>
<height>158</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>gb_title</cstring>
</property>
<property name="title">
<string>TOS (Type Of Service) Options</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQComboBox" row="1" column="0">
<item>
<property name="text">
<string>Normal-Service</string>
</property>
</item>
<item>
<property name="text">
<string>Minimize-Delay</string>
</property>
</item>
<item>
<property name="text">
<string>Maximize-Throughput</string>
</property>
</item>
<item>
<property name="text">
<string>Maximize-Reliability</string>
</property>
</item>
<item>
<property name="text">
<string>Minimize-Cost</string>
</property>
</item>
<property name="name">
<cstring>cb_tos</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="insertionPolicy">
<enum>NoInsertion</enum>
</property>
<property name="duplicatesEnabled">
<bool>false</bool>
</property>
</widget>
<widget class="TQCheckBox" row="0" column="0">
<property name="name">
<cstring>c_use_tos</cstring>
</property>
<property name="text">
<string>TOS</string>
</property>
</widget>
<widget class="TQLayoutWidget" row="3" column="0">
<property name="name">
<cstring>layout30</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;Cancel</string>
</property>
</widget>
<widget class="TQPushButton">
<property name="name">
<cstring>b_cancel_2</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="2" column="0">
<property name="name">
<cstring>spacer1</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>KMyFirewallRuleEditorTos</receiver>
<slot>accept()</slot>
</connection>
<connection>
<sender>c_use_tos</sender>
<signal>toggled(bool)</signal>
<receiver>cb_tos</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
<sender>b_cancel_2</sender>
<signal>clicked()</signal>
<receiver>KMyFirewallRuleEditorTos</receiver>
<slot>slotHelp()</slot>
</connection>
<connection>
<sender>b_ok_2</sender>
<signal>clicked()</signal>
<receiver>KMyFirewallRuleEditorTos</receiver>
<slot>reject()</slot>
</connection>
</connections>
<slots>
<slot>slotHelp()</slot>
<slot>accept()</slot>
<slot>reject()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>