39 lines
918 B
XML
39 lines
918 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>PageAppearance</class>
|
|
<widget class="QWidget" name="PageAppearance">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>400</width>
|
|
<height>300</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QFormLayout" name="formLayout">
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="styleLabel">
|
|
<property name="text">
|
|
<string>Theme</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<widget class="QComboBox" name="styleInput"/>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<widget class="QComboBox" name="themeInput"/>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QLabel" name="themeLabel">
|
|
<property name="text">
|
|
<string>Color scheme</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|