Files
OpenRGB/qt/ManualDevicesSettingsPage/E131SettingsEntry/E131SettingsEntry.ui
Adam Honse 56bd7580ba Zone and Segment type updates
* Add zone flags to indicate if fields are manually configurable and if they have been manually configured
  * Add flags field to segment type
  * Add segment flags for group start and group member
  * Add color mode support flags to zone (RGB, RBG, GRB, GBR, BRG, BGR)
  * Add color mode enum to zone
  * Update zone and segment description functions to support new fields
  * Rename the effects-only configurable size flag
  * Remove zone type and matrix map configuration from E1.31 manual configuration, use zone editor instead
  * Rework DeviceResizeZone to DeviceConfigureZone
  * Rework most ARGB controllers to allow zone customizations
  * Rework DRGBController to define devices in DRGBDevices list (similar to RazerDevices)
  * Rework NollieController to define devices in NollieDevices list (similar to RazerDevices)
2026-05-07 17:24:46 -05:00

116 lines
3.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>E131SettingsEntry</class>
<widget class="QWidget" name="E131SettingsEntry">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>531</width>
<height>185</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string notr="true">E.131 Settings Entry</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="1" column="0" colspan="2">
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>E1.31 Device</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="6" column="4">
<widget class="QLabel" name="KeepaliveTimeLabel">
<property name="text">
<string>Keepalive Time:</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="NameLabel">
<property name="text">
<string>Name:</string>
</property>
</widget>
</item>
<item row="6" column="3">
<widget class="QLineEdit" name="UniverseSizeEdit"/>
</item>
<item row="1" column="3">
<widget class="QLineEdit" name="NameEdit"/>
</item>
<item row="2" column="5">
<widget class="QLineEdit" name="StartChannelEdit"/>
</item>
<item row="2" column="4">
<widget class="QLabel" name="StartChannelLabel">
<property name="text">
<string>Start Channel:</string>
</property>
</widget>
</item>
<item row="2" column="3">
<widget class="QLineEdit" name="StartUniverseEdit"/>
</item>
<item row="1" column="4">
<widget class="QLabel" name="IPLabel">
<property name="text">
<string>IP (Unicast):</string>
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="QLabel" name="UniverseSizeLabel">
<property name="text">
<string>Universe Size:</string>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="NumLEDsLabel">
<property name="text">
<string>Number of LEDs:</string>
</property>
</widget>
</item>
<item row="6" column="5">
<widget class="QLineEdit" name="KeepaliveTimeEdit"/>
</item>
<item row="1" column="5">
<widget class="QLineEdit" name="IPEdit"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="StartUniverseLabel">
<property name="text">
<string>Start Universe:</string>
</property>
</widget>
</item>
<item row="5" column="3">
<widget class="QLineEdit" name="NumLEDsEdit"/>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<tabstops>
<tabstop>NameEdit</tabstop>
<tabstop>IPEdit</tabstop>
<tabstop>StartUniverseEdit</tabstop>
<tabstop>StartChannelEdit</tabstop>
<tabstop>NumLEDsEdit</tabstop>
<tabstop>UniverseSizeEdit</tabstop>
<tabstop>KeepaliveTimeEdit</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>