disable fancy design since it is not working as expected :-/
This commit is contained in:
parent
49580ca0eb
commit
cba2d96ba1
2 changed files with 10 additions and 4 deletions
|
@ -93,6 +93,12 @@ CClientSettingsDlg::CClientSettingsDlg ( CClient* pNCliP, QWidget* parent,
|
||||||
cbGUIDesignFancy->setCheckState ( Qt::Checked );
|
cbGUIDesignFancy->setCheckState ( Qt::Checked );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// TODO we disable the fancy GUI switch because the new design
|
||||||
|
// is not yet finished
|
||||||
|
cbGUIDesignFancy->setVisible ( false );
|
||||||
|
|
||||||
|
|
||||||
// "High Quality Audio" check box
|
// "High Quality Audio" check box
|
||||||
if ( pClient->GetCELTHighQuality() )
|
if ( pClient->GetCELTHighQuality() )
|
||||||
{
|
{
|
||||||
|
|
|
@ -126,13 +126,13 @@ CLlconClientDlg::CLlconClientDlg ( CClient* pNCliP,
|
||||||
"and the audio stream is not interrupted. If the light is red, the "
|
"and the audio stream is not interrupted. If the light is red, the "
|
||||||
"audio stream is interrupted caused by one of the following problems:"
|
"audio stream is interrupted caused by one of the following problems:"
|
||||||
"<ul>"
|
"<ul>"
|
||||||
"<li> The network jitter buffer is not large enough for the current "
|
"<li>The network jitter buffer is not large enough for the current "
|
||||||
"network/audio interface jitter.</li>"
|
"network/audio interface jitter.</li>"
|
||||||
"<li> The sound card buffer delay (buffer size) is set to a too small "
|
"<li>The sound card buffer delay (buffer size) is set to a too small "
|
||||||
"value.</li>"
|
"value.</li>"
|
||||||
"<li> The upload or download stream rate is too high for the current "
|
"<li>The upload or download stream rate is too high for the current "
|
||||||
"available internet bandwidth.</li>"
|
"available internet bandwidth.</li>"
|
||||||
"<li> The CPU of the client or server is at 100%.</li>"
|
"<li>The CPU of the client or server is at 100%.</li>"
|
||||||
"</ul>" ) );
|
"</ul>" ) );
|
||||||
|
|
||||||
// init GUI design
|
// init GUI design
|
||||||
|
|
Loading…
Reference in a new issue