Files
OpenRGB/qt/OpenRGBPluginContainer/OpenRGBPluginContainer.ui
2023-07-07 02:03:33 -05:00

43 lines
1.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>OpenRGBPluginContainerUi</class>
<widget class="QWidget" name="OpenRGBPluginContainerUi">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>256</width>
<height>120</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string>Plugin container</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<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>
<item>
<layout class="QGridLayout" name="PluginContainerLayout"/>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>