added some test code (not enabled)
This commit is contained in:
parent
92548290cd
commit
8ce4263618
1 changed files with 3 additions and 0 deletions
|
@ -360,10 +360,13 @@ void CChannelFader::SetRemoteFaderIsMute ( const bool bIsMute )
|
||||||
{
|
{
|
||||||
// show orange utf8 SPEAKER WITH CANCELLATION STROKE (U+1F507)
|
// show orange utf8 SPEAKER WITH CANCELLATION STROKE (U+1F507)
|
||||||
pInfoLabel->setText ( "<font color=""orange"">🔇</font>" );
|
pInfoLabel->setText ( "<font color=""orange"">🔇</font>" );
|
||||||
|
//QPixmap CancelledSpeakerPixmap ( QString::fromUtf8 ( ":/png/main/res/speakerwithcancellationstroke.png" ) );
|
||||||
|
//pInfoLabel->setPixmap ( CancelledSpeakerPixmap.scaled ( 15, 15, Qt::KeepAspectRatio ) );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
pInfoLabel->setText ( "" );
|
pInfoLabel->setText ( "" );
|
||||||
|
//pInfoLabel->setPixmap ( QPixmap() );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue