OpenRGB/qt/OpenRGBSupportedDevicesPage/OpenRGBSupportedDevicesPage.ui
2025-01-28 17:06:53 +00:00

63 lines
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>OpenRGBSupportedDevicesPageUi</class>
<widget class="QWidget" name="OpenRGBSupportedDevicesPageUi">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string notr="true">Supported Devices Page</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Filter:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="Filter"/>
</item>
<item>
<widget class="QCheckBox" name="ToggleAllCheckbox">
<property name="text">
<string>Enable/Disable all</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QTableView" name="SupportedDevicesTable"/>
</item>
<item>
<layout class="QHBoxLayout" name="ButtonsLayout">
<item>
<widget class="QPushButton" name="SaveButton">
<property name="text">
<string>Apply changes</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="GetHardwareIDsButton">
<property name="text">
<string>Get hardware IDs</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>