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/kmyfirewallinterfacewidget.ui

153 lines
5.8 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>KMyFirewallInterfaceWidget</class>
<widget class="TQWidget">
<property name="name">
<cstring>KMyFirewallInterfaceWidget</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>327</width>
<height>192</height>
</rect>
</property>
<property name="caption">
<string>KMyFirewallInterfaceWidget</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="TQLabel" row="0" column="0">
<property name="name">
<cstring>l_int</cstring>
</property>
<property name="text">
<string>Please add your available network Interfaces here:</string>
</property>
<property name="alignment">
<set>WordBreak|AlignVCenter</set>
</property>
<property name="wordwrap" stdset="0">
</property>
</widget>
<widget class="TQLayoutWidget" row="1" column="0">
<property name="name">
<cstring>layout10</cstring>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<spacer row="3" column="0">
<property name="name">
<cstring>spacer4</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>41</height>
</size>
</property>
</spacer>
<widget class="TQListBox" row="0" column="2" rowspan="4" colspan="1">
<property name="name">
<cstring>m_lb_int</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>7</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="whatsThis" stdset="0">
<string>Here you can see the currently entered network interfaces</string>
</property>
</widget>
<widget class="TQPushButton" row="2" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>m_b_del_int</cstring>
</property>
<property name="text">
<string>Remove Interface</string>
</property>
</widget>
<widget class="TQPushButton" row="1" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>m_b_add_int</cstring>
</property>
<property name="text">
<string>Add Interface</string>
</property>
</widget>
<widget class="KComboBox" row="0" column="0">
<item>
<property name="text">
<string>eth</string>
</property>
</item>
<item>
<property name="text">
<string>ippp</string>
</property>
</item>
<item>
<property name="text">
<string>ppp</string>
</property>
</item>
<item>
<property name="text">
<string>ppoe</string>
</property>
</item>
<item>
<property name="text">
<string>lo</string>
</property>
</item>
<property name="name">
<cstring>m_cb_int_name</cstring>
</property>
<property name="editable">
<bool>true</bool>
</property>
<property name="duplicatesEnabled">
<bool>false</bool>
</property>
</widget>
<widget class="KIntSpinBox" row="0" column="1">
<property name="name">
<cstring>m_sb_int_num</cstring>
</property>
<property name="maxValue">
<number>10</number>
</property>
</widget>
</grid>
</widget>
</grid>
</widget>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">kcombobox.h</include>
<include location="global" impldecl="in implementation">klineedit.h</include>
<include location="global" impldecl="in implementation">knuminput.h</include>
</includes>
</UI>