2021-11-25 10:20:56 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
|
|
|
|
<class>SettingsNetwork</class>
|
|
|
|
|
<widget class="QWidget" name="SettingsNetwork">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2022-08-21 16:55:47 +02:00
|
|
|
<width>548</width>
|
2023-02-14 09:12:23 +02:00
|
|
|
<height>488</height>
|
2021-11-25 10:20:56 +01:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>Form</string>
|
|
|
|
|
</property>
|
2022-08-21 16:55:47 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2021-11-25 10:20:56 +01:00
|
|
|
<property name="leftMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="topMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="rightMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="bottomMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
2022-08-21 16:55:47 +02:00
|
|
|
<item>
|
2023-02-14 09:12:23 +02:00
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
|
|
|
<property name="currentIndex">
|
|
|
|
|
<number>0</number>
|
2022-08-21 16:55:47 +02:00
|
|
|
</property>
|
2023-02-14 09:12:23 +02:00
|
|
|
<widget class="QWidget" name="tab_1">
|
|
|
|
|
<attribute name="title">
|
|
|
|
|
<string>Network Card #1</string>
|
|
|
|
|
</attribute>
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
|
<item row="2" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_7">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Adapter</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2023-05-04 21:12:02 +02:00
|
|
|
<item row="2" column="1">
|
|
|
|
|
<widget class="QComboBox" name="comboBoxNIC1">
|
2023-02-14 09:12:23 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
2023-05-04 21:12:02 +02:00
|
|
|
<property name="sizeAdjustPolicy">
|
|
|
|
|
<enum>QComboBox::AdjustToContents</enum>
|
|
|
|
|
</property>
|
2023-02-14 09:12:23 +02:00
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="2">
|
|
|
|
|
<widget class="QPushButton" name="pushButtonConf1">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Configure</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Interface</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2023-05-04 21:12:02 +02:00
|
|
|
<item row="0" column="1" colspan="2">
|
|
|
|
|
<widget class="QComboBox" name="comboBoxNet1">
|
2023-02-14 09:12:23 +02:00
|
|
|
<property name="sizePolicy">
|
2023-05-04 21:12:02 +02:00
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
2023-02-14 09:12:23 +02:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="1" colspan="2">
|
|
|
|
|
<widget class="QComboBox" name="comboBoxIntf1">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2023-05-04 21:12:02 +02:00
|
|
|
<item row="4" column="1">
|
2023-02-14 09:12:23 +02:00
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
|
|
|
|
<height>40</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
2023-05-04 21:12:02 +02:00
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Mode</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="1" colspan="2">
|
|
|
|
|
<widget class="QLineEdit" name="socketVDENIC1">
|
|
|
|
|
<property name="maxLength">
|
|
|
|
|
<number>127</number>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>VDE Socket</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2023-02-14 09:12:23 +02:00
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QWidget" name="tab_2">
|
|
|
|
|
<attribute name="title">
|
|
|
|
|
<string>Network Card #2</string>
|
|
|
|
|
</attribute>
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2023-05-04 21:12:02 +02:00
|
|
|
<item row="5" column="1">
|
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
|
|
|
|
<height>40</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="1" colspan="2">
|
|
|
|
|
<widget class="QComboBox" name="comboBoxIntf2">
|
2023-02-14 09:12:23 +02:00
|
|
|
<property name="sizePolicy">
|
2023-05-04 21:12:02 +02:00
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
2023-02-14 09:12:23 +02:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
2023-05-04 21:12:02 +02:00
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="2">
|
|
|
|
|
<widget class="QPushButton" name="pushButtonConf2">
|
2023-02-14 09:12:23 +02:00
|
|
|
<property name="text">
|
2023-05-04 21:12:02 +02:00
|
|
|
<string>Configure</string>
|
2023-02-14 09:12:23 +02:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2023-05-04 21:12:02 +02:00
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_9">
|
2023-02-14 09:12:23 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2023-05-04 21:12:02 +02:00
|
|
|
<string>Interface</string>
|
2023-02-14 09:12:23 +02:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_10">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Adapter</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="1">
|
|
|
|
|
<widget class="QComboBox" name="comboBoxNIC2">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeAdjustPolicy">
|
|
|
|
|
<enum>QComboBox::AdjustToContents</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2023-05-04 21:12:02 +02:00
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_8">
|
2023-02-14 09:12:23 +02:00
|
|
|
<property name="sizePolicy">
|
2023-05-04 21:12:02 +02:00
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
2023-02-14 09:12:23 +02:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
2023-05-04 21:12:02 +02:00
|
|
|
<property name="text">
|
|
|
|
|
<string>Mode</string>
|
|
|
|
|
</property>
|
2023-02-14 09:12:23 +02:00
|
|
|
</widget>
|
|
|
|
|
</item>
|
2023-05-04 21:12:02 +02:00
|
|
|
<item row="0" column="1" colspan="2">
|
|
|
|
|
<widget class="QComboBox" name="comboBoxNet2">
|
2023-02-14 09:12:23 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2023-05-04 21:12:02 +02:00
|
|
|
<item row="3" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_4">
|
2023-02-14 09:12:23 +02:00
|
|
|
<property name="text">
|
2023-05-04 21:12:02 +02:00
|
|
|
<string>VDE Socket</string>
|
2023-02-14 09:12:23 +02:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2023-05-04 21:12:02 +02:00
|
|
|
<item row="3" column="1" colspan="2">
|
|
|
|
|
<widget class="QLineEdit" name="socketVDENIC2"/>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QWidget" name="tab_3">
|
|
|
|
|
<attribute name="title">
|
|
|
|
|
<string>Network Card #3</string>
|
|
|
|
|
</attribute>
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
|
<item row="3" column="1" colspan="2">
|
|
|
|
|
<widget class="QLineEdit" name="socketVDENIC3"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="4" column="1">
|
|
|
|
|
<spacer name="verticalSpacer_3">
|
2023-02-14 09:12:23 +02:00
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
|
|
|
|
<height>40</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_13">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Adapter</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2023-05-04 21:12:02 +02:00
|
|
|
<item row="0" column="1" colspan="2">
|
|
|
|
|
<widget class="QComboBox" name="comboBoxNet3">
|
2023-02-14 09:12:23 +02:00
|
|
|
<property name="sizePolicy">
|
2023-05-04 21:12:02 +02:00
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
2023-02-14 09:12:23 +02:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_12">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Interface</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="1" colspan="2">
|
|
|
|
|
<widget class="QComboBox" name="comboBoxIntf3">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2023-05-04 21:12:02 +02:00
|
|
|
<item row="2" column="1">
|
|
|
|
|
<widget class="QComboBox" name="comboBoxNIC3">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeAdjustPolicy">
|
|
|
|
|
<enum>QComboBox::AdjustToContents</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2023-02-14 09:12:23 +02:00
|
|
|
<item row="2" column="2">
|
|
|
|
|
<widget class="QPushButton" name="pushButtonConf3">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Configure</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2023-05-04 21:12:02 +02:00
|
|
|
<item row="3" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>VDE Socket </string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_11">
|
2023-02-14 09:12:23 +02:00
|
|
|
<property name="sizePolicy">
|
2023-05-04 21:12:02 +02:00
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
2023-02-14 09:12:23 +02:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
2023-05-04 21:12:02 +02:00
|
|
|
<property name="text">
|
|
|
|
|
<string>Mode</string>
|
2023-02-14 09:12:23 +02:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QWidget" name="tab_4">
|
|
|
|
|
<attribute name="title">
|
|
|
|
|
<string>Network Card #4</string>
|
|
|
|
|
</attribute>
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout_4">
|
2023-05-04 21:12:02 +02:00
|
|
|
<item row="2" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_16">
|
2023-02-14 09:12:23 +02:00
|
|
|
<property name="sizePolicy">
|
2023-05-04 21:12:02 +02:00
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
2023-02-14 09:12:23 +02:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
2023-05-04 21:12:02 +02:00
|
|
|
<property name="text">
|
|
|
|
|
<string>Adapter</string>
|
2023-02-14 09:12:23 +02:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2023-05-04 21:12:02 +02:00
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_15">
|
2023-02-14 09:12:23 +02:00
|
|
|
<property name="sizePolicy">
|
2023-05-04 21:12:02 +02:00
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
2023-02-14 09:12:23 +02:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2023-05-04 21:12:02 +02:00
|
|
|
<string>Interface</string>
|
2023-02-14 09:12:23 +02:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2023-05-04 21:12:02 +02:00
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_14">
|
2023-02-14 09:12:23 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2023-05-04 21:12:02 +02:00
|
|
|
<string>Mode</string>
|
2023-02-14 09:12:23 +02:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2023-05-04 21:12:02 +02:00
|
|
|
<item row="2" column="1">
|
|
|
|
|
<widget class="QComboBox" name="comboBoxNIC4">
|
2023-02-14 09:12:23 +02:00
|
|
|
<property name="sizePolicy">
|
2023-05-04 21:12:02 +02:00
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
2023-02-14 09:12:23 +02:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
2023-05-04 21:12:02 +02:00
|
|
|
<property name="sizeAdjustPolicy">
|
|
|
|
|
<enum>QComboBox::AdjustToContents</enum>
|
2023-02-14 09:12:23 +02:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2023-05-04 21:12:02 +02:00
|
|
|
<item row="0" column="1" colspan="2">
|
|
|
|
|
<widget class="QComboBox" name="comboBoxNet4">
|
2023-02-14 09:12:23 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2023-05-04 21:12:02 +02:00
|
|
|
<item row="2" column="2">
|
|
|
|
|
<widget class="QPushButton" name="pushButtonConf4">
|
2023-02-14 09:12:23 +02:00
|
|
|
<property name="sizePolicy">
|
2023-05-04 21:12:02 +02:00
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
2023-02-14 09:12:23 +02:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2023-05-04 21:12:02 +02:00
|
|
|
<string>Configure</string>
|
2023-02-14 09:12:23 +02:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2023-05-04 21:12:02 +02:00
|
|
|
<item row="4" column="1">
|
2023-02-14 09:12:23 +02:00
|
|
|
<spacer name="verticalSpacer_4">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
|
|
|
|
<height>40</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
2023-05-04 21:12:02 +02:00
|
|
|
<item row="1" column="1" colspan="2">
|
|
|
|
|
<widget class="QComboBox" name="comboBoxIntf4">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="1" colspan="2">
|
|
|
|
|
<widget class="QLineEdit" name="socketVDENIC4"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_6">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>VDE Socket</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2023-02-14 09:12:23 +02:00
|
|
|
</layout>
|
|
|
|
|
</widget>
|
2022-08-21 16:55:47 +02:00
|
|
|
</widget>
|
|
|
|
|
</item>
|
2021-11-25 10:20:56 +01:00
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<resources/>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|