65 lines
1.4 KiB
XML
65 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>OpenRGBSystemInfoPageUi</class>
|
|
<widget class="QFrame" name="OpenRGBSystemInfoPageUi">
|
|
<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>
|
|
<widget class="QLabel" name="SMBusAdaptersLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>10</y>
|
|
<width>100</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>SMBus Adapters:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" name="SMBusAdaptersBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>120</x>
|
|
<y>10</y>
|
|
<width>200</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPlainTextEdit" name="SMBusDataText">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>60</y>
|
|
<width>400</width>
|
|
<height>200</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="DetectButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>370</x>
|
|
<y>10</y>
|
|
<width>80</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Detect Devices</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|