Sytem tab has now 2 frames User Profile and System settings, Region and sound output mode are in the System settings frame

This commit is contained in:
Nicolai Van der Storm 2016-12-04 11:12:30 +01:00
parent 825becaf13
commit e8e95bee0d

View File

@ -17,9 +17,9 @@
<item> <item>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<item> <item>
<widget class="QGroupBox" name="group_system_settings"> <widget class="QGroupBox" name="group_user_profile">
<property name="title"> <property name="title">
<string>System Settings</string> <string>User Profile</string>
</property> </property>
<layout class="QGridLayout" name="gridLayout"> <layout class="QGridLayout" name="gridLayout">
<item row="0" column="1"> <item row="0" column="1">
@ -106,13 +106,6 @@
</item> </item>
</layout> </layout>
</item> </item>
<item row="4" column="0">
<widget class="QLabel" name="label_sound">
<property name="text">
<string>Sound output mode</string>
</property>
</widget>
</item>
<item row="1" column="0"> <item row="1" column="0">
<widget class="QLabel" name="label_birthday"> <widget class="QLabel" name="label_birthday">
<property name="text"> <property name="text">
@ -120,14 +113,14 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="0"> <item row="2" column="0">
<widget class="QLabel" name="label_language"> <widget class="QLabel" name="label_language">
<property name="text"> <property name="text">
<string>Language</string> <string>Language</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="1"> <item row="2" column="1">
<widget class="QComboBox" name="combo_language"> <widget class="QComboBox" name="combo_language">
<item> <item>
<property name="text"> <property name="text">
@ -191,25 +184,6 @@
</item> </item>
</widget> </widget>
</item> </item>
<item row="4" column="1">
<widget class="QComboBox" name="combo_sound">
<item>
<property name="text">
<string>Mono</string>
</property>
</item>
<item>
<property name="text">
<string>Stereo</string>
</property>
</item>
<item>
<property name="text">
<string>Surround</string>
</property>
</item>
</widget>
</item>
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="label_username"> <widget class="QLabel" name="label_username">
<property name="text"> <property name="text">
@ -217,14 +191,23 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="2" column="0"> </layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="group_system_settings">
<property name="title">
<string>System Settings</string>
</property>
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0">
<widget class="QLabel" name="label_region"> <widget class="QLabel" name="label_region">
<property name="text"> <property name="text">
<string>Region</string> <string>Region</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="2" column="1"> <item row="0" column="1">
<widget class="QComboBox" name="combo_region"> <widget class="QComboBox" name="combo_region">
<item> <item>
<property name="text"> <property name="text">
@ -263,6 +246,32 @@
</item> </item>
</widget> </widget>
</item> </item>
<item row="1" column="0">
<widget class="QLabel" name="label_sound">
<property name="text">
<string>Sound output mode</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="combo_sound">
<item>
<property name="text">
<string>Mono</string>
</property>
</item>
<item>
<property name="text">
<string>Stereo</string>
</property>
</item>
<item>
<property name="text">
<string>Surround</string>
</property>
</item>
</widget>
</item>
</layout> </layout>
</widget> </widget>
</item> </item>
@ -297,9 +306,7 @@
<tabstop>edit_username</tabstop> <tabstop>edit_username</tabstop>
<tabstop>combo_birthmonth</tabstop> <tabstop>combo_birthmonth</tabstop>
<tabstop>combo_birthday</tabstop> <tabstop>combo_birthday</tabstop>
<tabstop>combo_region</tabstop>
<tabstop>combo_language</tabstop> <tabstop>combo_language</tabstop>
<tabstop>combo_sound</tabstop>
</tabstops> </tabstops>
<resources/> <resources/>
<connections/> <connections/>