mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-01-02 20:27:52 -05:00
Use GridLayout and allow app resize when user resize/expand the window
Also fixes some buttons size
TEST: compiled on KDE 5.17.90, after this commit all pages
resize correctly when window is resized
Signed-off-by: Marco Zanin (B--B) <mrczn.bb@gmail.com>
106 lines
2.8 KiB
XML
106 lines
2.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>OpenRGBDeviceInfoPageUi</class>
|
|
<widget class="QFrame" name="OpenRGBDeviceInfoPageUi">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>500</width>
|
|
<height>300</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Frame</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<item row="0" column="0" alignment="Qt::AlignHCenter">
|
|
<widget class="QLabel" name="NameLabel">
|
|
<property name="text">
|
|
<string>Name:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0" alignment="Qt::AlignHCenter">
|
|
<widget class="QLabel" name="TypeLabel">
|
|
<property name="text">
|
|
<string>Type:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="1">
|
|
<widget class="QLabel" name="DescriptionValue">
|
|
<property name="text">
|
|
<string>Description Value</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="1">
|
|
<widget class="QLabel" name="VersionValue">
|
|
<property name="text">
|
|
<string>Version Value</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="1">
|
|
<widget class="QLabel" name="LocationValue">
|
|
<property name="text">
|
|
<string>Location Value</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<widget class="QLabel" name="TypeValue">
|
|
<property name="text">
|
|
<string>Type Value</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="0" alignment="Qt::AlignHCenter">
|
|
<widget class="QLabel" name="VersionLabel">
|
|
<property name="text">
|
|
<string>Version:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="0" alignment="Qt::AlignHCenter">
|
|
<widget class="QLabel" name="SerialLabel">
|
|
<property name="text">
|
|
<string>Serial:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="0" alignment="Qt::AlignHCenter">
|
|
<widget class="QLabel" name="LocationLabel">
|
|
<property name="text">
|
|
<string>Location:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="1">
|
|
<widget class="QLabel" name="SerialValue">
|
|
<property name="text">
|
|
<string>Serial Value</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<widget class="QLabel" name="NameValue">
|
|
<property name="text">
|
|
<string>Name Value</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0" alignment="Qt::AlignHCenter">
|
|
<widget class="QLabel" name="DescriptionLabel">
|
|
<property name="text">
|
|
<string>Description:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|