1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-15 02:27:58 -05:00

Qt: add system settings config tab

This commit is contained in:
wwylele
2016-06-01 10:43:33 +03:00
parent ab2eef396a
commit ec3e99eec7
8 changed files with 450 additions and 4 deletions

View File

@@ -24,6 +24,11 @@
<string>General</string>
</attribute>
</widget>
<widget class="ConfigureSystem" name="systemTab">
<attribute name="title">
<string>System</string>
</attribute>
</widget>
<widget class="QWidget" name="inputTab">
<attribute name="title">
<string>Input</string>
@@ -57,6 +62,12 @@
<header>configure_general.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>ConfigureSystem</class>
<extends>QWidget</extends>
<header>configure_system.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>ConfigureAudio</class>
<extends>QWidget</extends>