2021-01-06 06:36:42 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
|
|
|
|
<class>OpenRGBE131ReceiverDialog</class>
|
|
|
|
|
<widget class="QWidget" name="OpenRGBE131ReceiverDialog">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
|
|
|
|
<width>700</width>
|
|
|
|
|
<height>275</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>Form</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2021-01-17 23:00:54 +00:00
|
|
|
<item row="3" column="4">
|
|
|
|
|
<widget class="QPushButton" name="ButtonStopReceiver">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Stop Receiver</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="5" column="2" colspan="3">
|
2021-01-07 06:19:13 +00:00
|
|
|
<widget class="QTreeWidget" name="E131TreeView">
|
|
|
|
|
<column>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string notr="true">1</string>
|
|
|
|
|
</property>
|
|
|
|
|
</column>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2021-01-17 23:00:54 +00:00
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="ReceiverStatusLabel">
|
2021-01-07 06:38:25 +00:00
|
|
|
<property name="text">
|
2021-01-17 23:00:54 +00:00
|
|
|
<string>Receiver Status:</string>
|
2021-01-07 06:38:25 +00:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2021-01-06 18:54:33 +00:00
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QLabel" name="ReceiverStatusValue">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Offline</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2021-01-17 23:00:54 +00:00
|
|
|
<item row="0" column="2">
|
|
|
|
|
<widget class="QLabel" name="ReceiverSourceLabel">
|
2021-01-06 18:54:33 +00:00
|
|
|
<property name="text">
|
2021-01-17 23:00:54 +00:00
|
|
|
<string>Receiver Source:</string>
|
2021-01-06 18:54:33 +00:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2021-01-17 23:00:54 +00:00
|
|
|
<item row="0" column="3">
|
|
|
|
|
<widget class="QLabel" name="ReceiverSourceValue">
|
2021-01-06 18:54:33 +00:00
|
|
|
<property name="text">
|
2021-01-17 23:00:54 +00:00
|
|
|
<string>Source</string>
|
2021-01-07 06:19:13 +00:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2021-01-17 23:00:54 +00:00
|
|
|
<item row="3" column="0">
|
|
|
|
|
<widget class="QLabel" name="PacketsReceivedLabel">
|
2021-01-07 06:19:13 +00:00
|
|
|
<property name="text">
|
2021-01-17 23:00:54 +00:00
|
|
|
<string>Packets Received:</string>
|
2021-01-06 18:54:33 +00:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2021-01-17 23:00:54 +00:00
|
|
|
<item row="3" column="1">
|
|
|
|
|
<widget class="QLabel" name="PacketsReceivedValue">
|
2021-01-06 18:54:33 +00:00
|
|
|
<property name="text">
|
2021-01-17 23:00:54 +00:00
|
|
|
<string>0</string>
|
2021-01-06 18:54:33 +00:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2021-01-17 23:00:54 +00:00
|
|
|
<item row="0" column="4">
|
|
|
|
|
<widget class="QPushButton" name="ButtonStartReceiver">
|
2021-01-06 18:54:33 +00:00
|
|
|
<property name="text">
|
2021-01-17 23:00:54 +00:00
|
|
|
<string>Start Receiver</string>
|
2021-01-06 18:54:33 +00:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2021-01-07 06:38:25 +00:00
|
|
|
<item row="3" column="3">
|
|
|
|
|
<widget class="QCheckBox" name="EnableMulticastBox">
|
|
|
|
|
<property name="layoutDirection">
|
|
|
|
|
<enum>Qt::LeftToRight</enum>
|
|
|
|
|
</property>
|
2021-01-06 18:54:33 +00:00
|
|
|
<property name="text">
|
2021-01-07 06:38:25 +00:00
|
|
|
<string>Enable Multicast</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="checked">
|
|
|
|
|
<bool>true</bool>
|
2021-01-06 18:54:33 +00:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2021-01-17 23:00:54 +00:00
|
|
|
<item row="5" column="0" colspan="2">
|
|
|
|
|
<widget class="QTreeWidget" name="ControllersTreeView">
|
|
|
|
|
<column>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string notr="true">1</string>
|
|
|
|
|
</property>
|
|
|
|
|
</column>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="4" column="0">
|
|
|
|
|
<widget class="QPushButton" name="ButtonAddController">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Add Controller</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="4" column="1">
|
|
|
|
|
<widget class="QPushButton" name="ButtonRemoveController">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Remove Controller</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="4" column="2">
|
|
|
|
|
<widget class="QPushButton" name="ButtonAddUniverse">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Add Universe</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="4" column="3">
|
|
|
|
|
<widget class="QPushButton" name="ButtonRemoveUniverse">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Remove Universe</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2021-01-06 06:36:42 +00:00
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<resources/>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|