qt: Move profile manager to own UI tab

This commit is contained in:
Zach Hilman 2019-01-04 17:32:13 -05:00
parent c5262b1890
commit 54d7b664da
9 changed files with 565 additions and 427 deletions

View file

@ -52,6 +52,11 @@
<string>System</string>
</attribute>
</widget>
<widget class="ConfigureProfileManager" name="profileManagerTab">
<attribute name="title">
<string>Profiles</string>
</attribute>
</widget>
<widget class="ConfigureInputSimple" name="inputTab">
<attribute name="title">
<string>Input</string>
@ -103,6 +108,12 @@
<header>configuration/configure_system.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>ConfigureProfileManager</class>
<extends>QWidget</extends>
<header>configuration/configure_profile_manager.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>ConfigureAudio</class>
<extends>QWidget</extends>