Commit f98ea953 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

UI buddies and tab stop for audio prefs.

parent ca8d58c5
......@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>550</width>
<height>725</height>
<height>732</height>
</rect>
</property>
<property name="windowTitle" >
......@@ -112,6 +112,9 @@
<property name="text" >
<string>_("Force detection of Dolby Surround")</string>
</property>
<property name="buddy" >
<cstring>detectionDolby</cstring>
</property>
</widget>
</item>
<item row="2" column="1" colspan="3" >
......@@ -138,6 +141,9 @@
<property name="text" >
<string>_("Preferred audio language")</string>
</property>
<property name="buddy" >
<cstring>preferredAudioLanguage</cstring>
</property>
</widget>
</item>
<item row="3" column="1" colspan="3" >
......@@ -163,6 +169,9 @@
<property name="text" >
<string>_("Type")</string>
</property>
<property name="buddy" >
<cstring>outputModule</cstring>
</property>
</widget>
</item>
<item row="0" column="1" >
......@@ -189,6 +198,9 @@
<property name="text" >
<string>_("Device")</string>
</property>
<property name="buddy" >
<cstring>alsaDevice</cstring>
</property>
</widget>
</item>
<item>
......@@ -224,6 +236,9 @@
<property name="text" >
<string>_("Device")</string>
</property>
<property name="buddy" >
<cstring>DirectXDevice</cstring>
</property>
</widget>
</item>
<item>
......@@ -253,6 +268,9 @@
<property name="text" >
<string>_("Device")</string>
</property>
<property name="buddy" >
<cstring>OSSDevice</cstring>
</property>
</widget>
</item>
<item>
......@@ -282,6 +300,9 @@
<property name="text" >
<string>_("File")</string>
</property>
<property name="buddy" >
<cstring>fileName</cstring>
</property>
</widget>
</item>
<item>
......@@ -328,6 +349,9 @@
<property name="text" >
<string>_("Visualization")</string>
</property>
<property name="buddy" >
<cstring>visualisation</cstring>
</property>
</widget>
</item>
<item row="1" column="1" >
......@@ -361,6 +385,9 @@
<property name="text" >
<string>_("Username")</string>
</property>
<property name="buddy" >
<cstring>lastfm_user_edit</cstring>
</property>
</widget>
</item>
<item row="2" column="0" >
......@@ -368,6 +395,9 @@
<property name="text" >
<string>_("Password")</string>
</property>
<property name="buddy" >
<cstring>lastfm_pass_edit</cstring>
</property>
</widget>
</item>
<item row="2" column="1" colspan="2" >
......@@ -385,7 +415,9 @@
<tabstops>
<tabstop>enableAudio</tabstop>
<tabstop>defaultVolume</tabstop>
<tabstop>volumeValue</tabstop>
<tabstop>spdifBox</tabstop>
<tabstop>saveVolBox</tabstop>
<tabstop>detectionDolby</tabstop>
<tabstop>preferredAudioLanguage</tabstop>
<tabstop>outputModule</tabstop>
......@@ -393,11 +425,15 @@
<tabstop>DirectXDevice</tabstop>
<tabstop>OSSDevice</tabstop>
<tabstop>OSSBrowse</tabstop>
<tabstop>fileName</tabstop>
<tabstop>fileBrowseButton</tabstop>
<tabstop>headphoneEffect</tabstop>
<tabstop>volNormBox</tabstop>
<tabstop>volNormSpin</tabstop>
<tabstop>visualisation</tabstop>
<tabstop>lastfm</tabstop>
<tabstop>lastfm_user_edit</tabstop>
<tabstop>lastfm_pass_edit</tabstop>
</tabstops>
<resources/>
<connections>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment