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.
kvpnc/src/profilenetworkrouteoptionsb...

292 lines
12 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>ProfileNetworkRouteOptionsBase</class>
<widget class="TQWidget">
<property name="name">
<cstring>ProfileNetworkRouteOptionsBase</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>402</width>
<height>403</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>3</hsizetype>
<vsizetype>3</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="caption">
<string>Network Route Options</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget" row="0" column="0">
<property name="name">
<cstring>layout5</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout14</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="KComboBox">
<item>
<property name="text">
<string>Keep default route</string>
</property>
</item>
<item>
<property name="text">
<string>Replace default route</string>
</property>
</item>
<property name="name">
<cstring>DefaultRouteComboBox</cstring>
</property>
</widget>
<spacer>
<property name="name">
<cstring>spacer12</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>278</width>
<height>21</height>
</size>
</property>
</spacer>
</hbox>
</widget>
<widget class="TQCheckBox">
<property name="name">
<cstring>UseExtraNetworkRoutesCheckbox</cstring>
</property>
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;Use additional network routes</string>
</property>
<property name="accel">
<string>Alt+U</string>
</property>
</widget>
<widget class="TDEListView">
<column>
<property name="text">
<string>Network</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string>Netmask</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string>Gateway</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string>Device</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<property name="name">
<cstring>NetworkListView</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>150</height>
</size>
</property>
<property name="toolTip" stdset="0">
<string>List of additional network routes</string>
</property>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout4</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<spacer>
<property name="name">
<cstring>spacer31_2</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="KPushButton">
<property name="name">
<cstring>EditRoutePushButton</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Edit &amp;route...</string>
</property>
<property name="accel">
<string>Alt+R</string>
</property>
<property name="toolTip" stdset="0">
<string>Add new route</string>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>AddRoutePushButton</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Add &amp;route...</string>
</property>
<property name="accel">
<string>Alt+R</string>
</property>
<property name="toolTip" stdset="0">
<string>Add new route</string>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>DeleteNetworkRoutePushButton</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>De&amp;lete</string>
</property>
<property name="accel">
<string>Alt+L</string>
</property>
<property name="toolTip" stdset="0">
<string>Delete route</string>
</property>
</widget>
</hbox>
</widget>
</vbox>
</widget>
</grid>
</widget>
<connections>
<connection>
<sender>AddRoutePushButton</sender>
<signal>clicked()</signal>
<receiver>ProfileNetworkRouteOptionsBase</receiver>
<slot>addNetworkRouteClicked()</slot>
</connection>
<connection>
<sender>DeleteNetworkRoutePushButton</sender>
<signal>clicked()</signal>
<receiver>ProfileNetworkRouteOptionsBase</receiver>
<slot>delNetworkRouteClicked()</slot>
</connection>
<connection>
<sender>UseExtraNetworkRoutesCheckbox</sender>
<signal>toggled(bool)</signal>
<receiver>ProfileNetworkRouteOptionsBase</receiver>
<slot>additionalNetworkRoutesToggled(bool)</slot>
</connection>
<connection>
<sender>EditRoutePushButton</sender>
<signal>clicked()</signal>
<receiver>ProfileNetworkRouteOptionsBase</receiver>
<slot>editNetworkRouteClicked()</slot>
</connection>
<connection>
<sender>NetworkListView</sender>
<signal>contextMenuRequested(TQListViewItem*,const TQPoint&amp;,int)</signal>
<receiver>ProfileNetworkRouteOptionsBase</receiver>
<slot>contextMenuRequested(TQListViewItem*,const TQPoint&amp;,int)</slot>
</connection>
</connections>
<tabstops>
<tabstop>UseExtraNetworkRoutesCheckbox</tabstop>
<tabstop>NetworkListView</tabstop>
<tabstop>AddRoutePushButton</tabstop>
<tabstop>DeleteNetworkRoutePushButton</tabstop>
</tabstops>
<Q_SLOTS>
<slot>additionalNetworkRoutesToggled(bool)</slot>
<slot specifier="nicht virtual">addNetworkRouteClicked()</slot>
<slot specifier="nicht virtual">delNetworkRouteClicked()</slot>
<slot>editNetworkRouteClicked()</slot>
<slot>contextMenuRequested(TQListViewItem*,const TQPoint&amp;,int)</slot>
</Q_SLOTS>
<layoutdefaults spacing="6" margin="11"/>
<forwards>
<forward>class TQListViewItem;</forward>
</forwards>
<includes>
<include location="global" impldecl="in implementation">kcombobox.h</include>
<include location="global" impldecl="in implementation">kpushbutton.h</include>
<include location="global" impldecl="in implementation">tdelistview.h</include>
</includes>
</UI>