small changes for stereo mode

This commit is contained in:
Volker Fischer 2010-03-25 19:25:32 +00:00
parent 85f6bc5bd0
commit 514737c1fd
2 changed files with 13 additions and 10 deletions

View File

@ -183,11 +183,14 @@ CClientSettingsDlg::CClientSettingsDlg ( CClient* pNCliP, QWidget* parent,
"check box" ) );
// use stereo
cbUseStereo->setWhatsThis ( tr ( "<b>Stereo</b> "
"Enables the stereo mode. If not checked, a mono mode is used. "
"Enabling stereo mode will increase the stream data rate. Make sure "
"that the current upload rate does not exceed the available bandwidth "
"of your internet connection." ) );
cbUseStereo->setWhatsThis ( tr ( "<b>Stereo Streaming</b> "
"Enables the stereo streaming mode. If not checked, a mono streaming "
"mode is used. Enabling the stereo streaming mode will increase the "
"stream data rate. Make sure that the current upload rate does not "
"exceed the available bandwidth of your internet connection.<br>"
"In case of the stereo streaming mode, no audio channel selection "
"for the reverberation effect will be available on the main window "
"since the effect is applied on both channels in this case." ) );
cbUseStereo->setAccessibleName ( tr ( "Stereo check box" ) );

View File

@ -79,7 +79,7 @@
<property name="sizeHint" >
<size>
<width>0</width>
<height>20</height>
<height>0</height>
</size>
</property>
</spacer>
@ -108,7 +108,7 @@
<property name="sizeHint" >
<size>
<width>0</width>
<height>20</height>
<height>0</height>
</size>
</property>
</spacer>
@ -128,7 +128,7 @@
<property name="sizeHint" >
<size>
<width>0</width>
<height>20</height>
<height>0</height>
</size>
</property>
</spacer>
@ -166,7 +166,7 @@
<property name="sizeHint" >
<size>
<width>0</width>
<height>20</height>
<height>0</height>
</size>
</property>
</spacer>
@ -438,7 +438,7 @@
<enum>Qt::NonModal</enum>
</property>
<property name="text" >
<string>Stereo</string>
<string>Stereo Streaming</string>
</property>
</widget>
</item>