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.
tdeadmin/knetwortdeconf/knetwortdeconf/kadddevicedlg.ui

412 lines
19 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>KAddDeviceDlg</class>
<comment>Dialog to add/configure an network device.</comment>
<author>Juan Luis Baptiste</author>
<widget class="TQWidget">
<property name="name">
<cstring>KAddDeviceDlg</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>299</width>
<height>167</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>32767</width>
<height>32767</height>
</size>
</property>
<property name="sizeIncrement">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="caption">
<string>Configure Interface</string>
</property>
<property name="icon">
<pixmap>image0</pixmap>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<widget class="TQButtonGroup">
<property name="name">
<cstring>gbBasicDeviceInfo</cstring>
</property>
<property name="enabled">
<bool>true</bool>
</property>
<property name="title">
<string>TCP/IP Address</string>
</property>
<property name="toolTip" stdset="0">
<string></string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<spacer row="1" column="2" rowspan="1" colspan="3">
<property name="name">
<cstring>Spacer4</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>130</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="KComboBox" row="0" column="3">
<item>
<property name="text">
<string>dhcp</string>
</property>
</item>
<item>
<property name="text">
<string>bootp</string>
</property>
</item>
<property name="name">
<cstring>kcbAutoBootProto</cstring>
</property>
<property name="toolTip" stdset="0">
<string>The boot protocol this network device should use</string>
</property>
<property name="whatsThis" stdset="0">
<string>The boot protocol this network device should use</string>
</property>
</widget>
<spacer row="0" column="4">
<property name="name">
<cstring>spacer5</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>50</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="TQRadioButton" row="1" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>rbBootProtoManual</cstring>
</property>
<property name="text">
<string>Manual:</string>
</property>
<property name="toolTip" stdset="0">
<string>Use a static IP address. Use the fields below to enter the values</string>
</property>
<property name="whatsThis" stdset="0">
<string>&lt;p&gt;Sets this interface to use static IP settings.&lt;/p&gt;
&lt;p&gt;In this case, please use the fields below to enter the desired values manually.&lt;/p&gt;</string>
</property>
</widget>
<widget class="TQRadioButton" row="0" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>rbBootProtoAuto</cstring>
</property>
<property name="text">
<string>Automatic:</string>
</property>
<property name="toolTip" stdset="0">
<string>Use a dynamic IP address</string>
</property>
<property name="whatsThis" stdset="0">
<string>&lt;p&gt;Using an dynamic IP address causes this device to get a free IP address automatically.&lt;/p&gt;
&lt;p&gt;The interface will try to contact an DHCP- or BOOTP-Server during the boot process.&lt;/p&gt;
&lt;p&gt;Rendevouz is not supported yet.&lt;/p&gt;</string>
</property>
</widget>
<spacer row="0" column="2">
<property name="name">
<cstring>spacer9</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>16</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="TQCheckBox" row="4" column="0" rowspan="1" colspan="5">
<property name="name">
<cstring>kcbstartAtBoot</cstring>
</property>
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>Activate when the computer starts</string>
</property>
<property name="toolTip" stdset="0">
<string>Ensures that this interface gets activated during boot time</string>
</property>
<property name="whatsThis" stdset="0">
<string>&lt;p&gt;Ensures that this interface gets activated during boot time.&lt;/p&gt;
&lt;p&gt;Otherwise, you will have to active the interface manually after you have logged in after the boot process.&lt;/p&gt;</string>
</property>
</widget>
<widget class="KComboBox" row="3" column="3" rowspan="1" colspan="2">
<item>
<property name="text">
<string>255.255.255.0</string>
</property>
</item>
<item>
<property name="text">
<string>255.255.0.0</string>
</property>
</item>
<item>
<property name="text">
<string>255.0.0.0</string>
</property>
</item>
<item>
<property name="text">
<string>255.255.255.128</string>
</property>
</item>
<item>
<property name="text">
<string>255.255.255.192</string>
</property>
</item>
<item>
<property name="text">
<string>255.255.255.240</string>
</property>
</item>
<item>
<property name="text">
<string>255.255.255.248</string>
</property>
</item>
<property name="name">
<cstring>kcbNetmask</cstring>
</property>
<property name="editable">
<bool>false</bool>
</property>
<property name="toolTip" stdset="0">
<string>Subnetmask of the network device</string>
</property>
<property name="whatsThis" stdset="0">
<string>&lt;p&gt;Please enter the desired subnetmask for the interface here.&lt;/p&gt;
&lt;p&gt;For small private networks, 255.255.255.0 will most often be a reasonable default value.&lt;/p&gt;
&lt;p&gt;This field will change from a popup box to a combo box as soon as you enable the advanced settings below.&lt;/p&gt;</string>
</property>
</widget>
<spacer row="3" column="0">
<property name="name">
<cstring>spacer11_2</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>16</width>
<height>20</height>
</size>
</property>
</spacer>
<spacer row="3" column="2">
<property name="name">
<cstring>spacer11</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>16</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="TQLabel" row="3" column="1">
<property name="name">
<cstring>TextLabel1_2</cstring>
</property>
<property name="text">
<string>Netmask:</string>
</property>
<property name="toolTip" stdset="0">
<string>The netmask defines a range of IP numbers which will build a subnet inside the network.</string>
</property>
<property name="whatsThis" stdset="0">
<string>The netmask defines a range of IP numbers which will build a subnet inside the network.</string>
</property>
</widget>
<widget class="KLineEdit" row="2" column="3" rowspan="1" colspan="2">
<property name="name">
<cstring>kleIPAddress</cstring>
</property>
<property name="text">
<string></string>
</property>
<property name="toolTip" stdset="0">
<string>IP address for the network device</string>
</property>
<property name="whatsThis" stdset="0">
<string>&lt;p&gt;Here you should enter the IP address for the network interface.&lt;/p&gt;
&lt;p&gt;Please note: If your network is connected to the internet, you should only enter IP addresses you have been given by your provider.&lt;/p&gt;
&lt;p&gt;Otherwise, you should enter one of the IP addresses which are explicitly reserved for private use.&lt;/p&gt;
&lt;p&gt;Most small private networks use class C networks, which allow up to 255 computers in your network. So simply use addresses like 192.168.1.1, 192.168.1.2, 192.168.1.171 and so on for your computers.&lt;/p&gt;
&lt;p&gt;Cass C networks: 192.168.0.0 to 192.168.255.25, for example 192.168.0.13.&lt;/p&gt;
&lt;p&gt;Class B networks: 172.16.0.0 to 172.31.255.255, for example 172.28.2.5&lt;/p&gt;
&lt;p&gt;Class A networks: 10.0.0.0 to 10.255.255.255, for example 10.5.12.14&lt;/p&gt;
&lt;p&gt;Please ensure that all IP addresses you give to your computers are unique; you will have many problems if the same address is assigned to more than one network device.&lt;/p&gt;</string>
</property>
</widget>
<spacer row="2" column="2">
<property name="name">
<cstring>spacer10</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>16</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="TQLabel" row="2" column="1">
<property name="name">
<cstring>TextLabel1</cstring>
</property>
<property name="text">
<string>IP address:</string>
</property>
<property name="toolTip" stdset="0">
<string>An IP address is an unique identifier of a networking device in an TCP/IP network</string>
</property>
<property name="whatsThis" stdset="0">
<string>An IP address is an unique identifier of a networking device in an TCP/IP network</string>
</property>
</widget>
<spacer row="2" column="0">
<property name="name">
<cstring>spacer10_2</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>16</width>
<height>20</height>
</size>
</property>
</spacer>
</grid>
</widget>
</hbox>
</widget>
<images>
<image name="image0">
<data format="PNG" length="789">89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b000002dc49444154388ded953f881c551cc73f77f79417988419509807296e20ca2d88ba7b09648514b7100857990b69fc53b8d7e5fc53d819cb04d28be99254bb6062568c70290e6ebb150cdca231792709cc6a1666c4c179c5c0fe8a81b5b88b4ad8d1e2c0ca5ff378ff3e7ce1f37e3cf8bff66bae6ae3cb9b0f7e9547327de7e2f29bfa0c0ffcf380ec6faabd410394fbf3727fa1603afa8842558125499f88a797c333fa4aeb93f0e5e8858038138c179167101413b6551fe3415ef868df479c90e0042567e7abc0ddadce9d9008b43efcf1a90dd3f2eba613d7ccc6589b8dc50b66722f32fa1826f1306f9f5c35c68b4cebf89a914c4794bc5699b87df65335ca7234ba8c49894c83db2706049ecf4ed9a3f19ec1954d5afe2adc3548d921a9a704be4f8a9bab04bb3227442308068d9b68dc31b0ce214ab099a5ee19e251423e8ab1654cf39421cf0414d34a70e81946ce42a0f11f251c5a6cb29d399ab2862d2c511861b39895a36f30aa3b1a5e0351b0e96d4209aacabe2d769e078394b2108c5336a58b3e1a32bc95607d8bff529343bacd30ed93f427586d59fd601529f65e89aab2efbceb87f331ac47f557cfc936c669f2b1263a61885d82b63bb8dd75e47487c92b201a821f03b4af01165477ab73e7c2e94bcb4fedbbc4d2bae78803c897da5cbbd17b8e77fbc485b0bef416837142ebf526d7ee77496f5cfe81afb88f621ea0470f4ae6814c1dc87ee6be23e3c3bf5a06d86bbaa93aa0fd9f2999cc92af0e68ff97a7099f05cfa7454248888860c68ec1e32ebeb788fd26c70e2d761482b4198e863cec3fa4b3759b899efc697f16f46f8973b486eda508e3d588b301adf3357abb97a98fdb0c9fa4b8da6cfb557da0f6126b2858386742c8635a51037efb96c1ca452eddfa9cab9ff5ef02bfcfb25f098e5eac69eb864842b17ef57a5153a8b8d0d348fba40a06630b8fb9097c31cb7e1578ae79726dc53979dfee6e7e0da4c091672e2c003f01df5741fea98e00c1bf9ca9fc14fed3fa03e75097599478d74a0000000049454e44ae426082</data>
</image>
</images>
<connections>
<connection>
<sender>rbBootProtoManual</sender>
<signal>toggled(bool)</signal>
<receiver>kcbAutoBootProto</receiver>
<slot>setDisabled(bool)</slot>
</connection>
<connection>
<sender>rbBootProtoAuto</sender>
<signal>toggled(bool)</signal>
<receiver>kleIPAddress</receiver>
<slot>setDisabled(bool)</slot>
</connection>
<connection>
<sender>rbBootProtoAuto</sender>
<signal>toggled(bool)</signal>
<receiver>kcbNetmask</receiver>
<slot>setDisabled(bool)</slot>
</connection>
</connections>
<tabstops>
<tabstop>rbBootProtoAuto</tabstop>
<tabstop>kcbAutoBootProto</tabstop>
<tabstop>rbBootProtoManual</tabstop>
<tabstop>kleIPAddress</tabstop>
<tabstop>kcbNetmask</tabstop>
<tabstop>kcbstartAtBoot</tabstop>
</tabstops>
<includes>
<include location="local" impldecl="in implementation">kadddevicedlg.ui.h</include>
</includes>
<functions>
<function access="private" specifier="non virtual">init()</function>
</functions>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>kcombobox.h</includehint>
<includehint>kcombobox.h</includehint>
<includehint>klineedit.h</includehint>
</includehints>
</UI>