2017-10-24 07:51:56 -05:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
2015-04-16 11:50:07 -05:00
<class>mac</class>
2017-10-24 07:51:56 -05:00
<widget class="QWidget" name="mac">
<property name="geometry">
2015-04-16 11:50:07 -05:00
<rect>
<x>0</x>
<y>0</y>
2016-03-18 08:53:26 -05:00
<width>400</width>
<height>200</height>
2015-04-16 11:50:07 -05:00
</rect>
</property>
2017-10-24 07:51:56 -05:00
<property name="windowTitle">
2015-04-16 11:50:07 -05:00
<string>Form</string>
</property>
2017-10-24 07:51:56 -05:00
<layout class="QGridLayout">
<item row="0" column="1">
2019-02-25 09:33:28 -06:00
<widget class="QLabel" name="label_2">
2017-10-24 07:51:56 -05:00
<property name="text">
2019-02-25 09:33:28 -06:00
<string>Mode</string>
2015-04-16 11:50:07 -05:00
</property>
</widget>
</item>
2017-10-24 07:51:56 -05:00
<item row="0" column="2">
2019-02-25 09:33:28 -06:00
<widget class="QLabel" name="label_6">
2017-10-24 07:51:56 -05:00
<property name="text">
2019-02-25 09:33:28 -06:00
<string>Address</string>
2015-04-16 11:50:07 -05:00
</property>
</widget>
</item>
2017-10-24 07:51:56 -05:00
<item row="0" column="3">
<widget class="QLabel" name="label_4">
<property name="text">
2015-04-16 11:50:07 -05:00
<string>Count</string>
</property>
</widget>
</item>
2017-10-24 07:51:56 -05:00
<item row="0" column="4">
<widget class="QLabel" name="label_5">
<property name="text">
2015-04-16 11:50:07 -05:00
<string>Step</string>
</property>
</widget>
</item>
2017-10-24 07:51:56 -05:00
<item row="1" column="0">
<widget class="QLabel" name="label">
<property name="text">
2015-04-16 11:50:07 -05:00
<string>Destination</string>
</property>
</widget>
</item>
2017-10-24 07:51:56 -05:00
<item row="1" column="1">
<widget class="QComboBox" name="cmbDstMacMode">
2015-04-16 11:50:07 -05:00
<item>
2017-10-24 07:51:56 -05:00
<property name="text">
2015-04-16 11:50:07 -05:00
<string>Fixed</string>
</property>
</item>
<item>
2017-10-24 07:51:56 -05:00
<property name="text">
2015-04-16 11:50:07 -05:00
<string>Increment</string>
</property>
</item>
<item>
2017-10-24 07:51:56 -05:00
<property name="text">
2015-04-16 11:50:07 -05:00
<string>Decrement</string>
</property>
</item>
2016-03-08 09:21:02 -06:00
<item>
2017-10-24 07:51:56 -05:00
<property name="text">
2016-03-08 09:21:02 -06:00
<string>Resolve</string>
</property>
</item>
2015-04-16 11:50:07 -05:00
</widget>
</item>
2019-02-25 09:33:28 -06:00
<item row="1" column="2">
<widget class="MacEdit" name="leDstMac">
<property name="minimumSize">
<size>
<width>120</width>
<height>0</height>
</size>
</property>
</widget>
</item>
2017-10-24 07:51:56 -05:00
<item row="1" column="3">
<widget class="IntEdit" name="leDstMacCount">
<property name="enabled">
2015-04-16 11:50:07 -05:00
<bool>false</bool>
</property>
</widget>
</item>
2017-10-24 07:51:56 -05:00
<item row="1" column="4">
<widget class="IntEdit" name="leDstMacStep">
<property name="enabled">
2015-04-16 11:50:07 -05:00
<bool>false</bool>
</property>
</widget>
</item>
2017-10-24 07:51:56 -05:00
<item row="2" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
2015-04-16 11:50:07 -05:00
<string>Source</string>
</property>
</widget>
</item>
2017-10-24 07:51:56 -05:00
<item row="2" column="1">
<widget class="QComboBox" name="cmbSrcMacMode">
2015-04-16 11:50:07 -05:00
<item>
2017-10-24 07:51:56 -05:00
<property name="text">
2015-04-16 11:50:07 -05:00
<string>Fixed</string>
</property>
</item>
<item>
2017-10-24 07:51:56 -05:00
<property name="text">
2015-04-16 11:50:07 -05:00
<string>Increment</string>
</property>
</item>
<item>
2017-10-24 07:51:56 -05:00
<property name="text">
2015-04-16 11:50:07 -05:00
<string>Decrement</string>
</property>
</item>
2016-03-08 09:21:02 -06:00
<item>
2017-10-24 07:51:56 -05:00
<property name="text">
2016-03-08 09:21:02 -06:00
<string>Resolve</string>
</property>
</item>
2015-04-16 11:50:07 -05:00
</widget>
</item>
2019-02-25 09:33:28 -06:00
<item row="2" column="2">
<widget class="MacEdit" name="leSrcMac"/>
</item>
2017-10-24 07:51:56 -05:00
<item row="2" column="3">
<widget class="IntEdit" name="leSrcMacCount">
<property name="enabled">
2015-04-16 11:50:07 -05:00
<bool>false</bool>
</property>
</widget>
</item>
2017-10-24 07:51:56 -05:00
<item row="2" column="4">
<widget class="IntEdit" name="leSrcMacStep">
<property name="enabled">
2015-04-16 11:50:07 -05:00
<bool>false</bool>
</property>
</widget>
</item>
2017-10-24 07:51:56 -05:00
<item row="3" column="0" colspan="5">
<widget class="QLabel" name="resolveInfo">
<property name="text">
2016-03-18 08:53:26 -05:00
<string>Please ensure that a corresponding device is configured on the port to enable source/destination mac address resolution. A corresponding device is one which has VLANs and source/gateway IP corresponding to this stream.</string>
</property>
2017-10-24 07:51:56 -05:00
<property name="wordWrap">
2016-03-18 08:53:26 -05:00
<bool>true</bool>
</property>
</widget>
</item>
2017-10-24 07:51:56 -05:00
<item row="4" column="0">
2015-04-16 11:50:07 -05:00
<spacer>
2017-10-24 07:51:56 -05:00
<property name="orientation">
2015-04-16 11:50:07 -05:00
<enum>Qt::Vertical</enum>
</property>
2017-10-24 07:51:56 -05:00
<property name="sizeHint" stdset="0">
2015-04-16 11:50:07 -05:00
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
2017-10-24 07:51:56 -05:00
<customwidgets>
<customwidget>
<class>IntEdit</class>
<extends>QSpinBox</extends>
<header>intedit.h</header>
</customwidget>
<customwidget>
<class>MacEdit</class>
<extends>QLineEdit</extends>
<header>macedit.h</header>
</customwidget>
</customwidgets>
2015-04-16 11:50:07 -05:00
<resources/>
<connections/>
</ui>