diff options
Diffstat (limited to 'src/newprofilewizardnetworkroute.ui')
-rw-r--r-- | src/newprofilewizardnetworkroute.ui | 258 |
1 files changed, 258 insertions, 0 deletions
diff --git a/src/newprofilewizardnetworkroute.ui b/src/newprofilewizardnetworkroute.ui new file mode 100644 index 0000000..65e1150 --- /dev/null +++ b/src/newprofilewizardnetworkroute.ui @@ -0,0 +1,258 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>NewProfileWizardNetworkRoute</class> +<widget class="QWidget"> + <property name="name"> + <cstring>NewProfileWizardNetworkRoute</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>New profile wizard Network Route Options</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget" row="0" column="0"> + <property name="name"> + <cstring>layout17</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget"> + <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="QCheckBox"> + <property name="name"> + <cstring>UseExtraNetworkRoutesCheckbox</cstring> + </property> + <property name="enabled"> + <bool>true</bool> + </property> + <property name="text"> + <string>&Use additional network routes</string> + </property> + <property name="accel"> + <string>Alt+U</string> + </property> + </widget> + <widget class="KListView"> + <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="QLayoutWidget"> + <property name="name"> + <cstring>layout52</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>241</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="KPushButton"> + <property name="name"> + <cstring>AddRoutePushButton</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="text"> + <string>Add &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&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>NewProfileWizardNetworkRoute</receiver> + <slot>addNetworkRouteClicked()</slot> + </connection> + <connection> + <sender>DeleteNetworkRoutePushButton</sender> + <signal>clicked()</signal> + <receiver>NewProfileWizardNetworkRoute</receiver> + <slot>delNetworkRouteClicked()</slot> + </connection> + <connection> + <sender>UseExtraNetworkRoutesCheckbox</sender> + <signal>toggled(bool)</signal> + <receiver>NewProfileWizardNetworkRoute</receiver> + <slot>additionalNetworkRoutesToggled(bool)</slot> + </connection> +</connections> +<tabstops> + <tabstop>UseExtraNetworkRoutesCheckbox</tabstop> + <tabstop>NetworkListView</tabstop> + <tabstop>AddRoutePushButton</tabstop> + <tabstop>DeleteNetworkRoutePushButton</tabstop> +</tabstops> +<slots> + <slot>additionalNetworkRoutesToggled(bool)</slot> + <slot specifier="nicht virtual">addNetworkRouteClicked()</slot> + <slot specifier="nicht virtual">delNetworkRouteClicked()</slot> +</slots> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>kcombobox.h</includehint> + <includehint>klistview.h</includehint> + <includehint>kpushbutton.h</includehint> + <includehint>kpushbutton.h</includehint> +</includehints> +</UI> |