color theme setting is now working

This commit is contained in:
Blue 2022-01-27 20:44:32 +03:00
parent 0ff9f12157
commit da19eb86bb
Signed by untrusted user: blue
GPG key ID: 9B203B252A63EE38
13 changed files with 142 additions and 33 deletions

View file

@ -12,20 +12,20 @@
</property>
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
<widget class="QLabel" name="themeLabel">
<widget class="QLabel" name="styleLabel">
<property name="text">
<string>Theme</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="themeInput"/>
<widget class="QComboBox" name="styleInput"/>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="colorInput"/>
<widget class="QComboBox" name="themeInput"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="colorLabel">
<widget class="QLabel" name="themeLabel">
<property name="text">
<string>Color scheme</string>
</property>