added some test code (not enabled)

This commit is contained in:
Volker Fischer 2020-05-22 10:31:58 +02:00
parent 92548290cd
commit 8ce4263618

View File

@ -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"">&#128263;</font>" ); pInfoLabel->setText ( "<font color=""orange"">&#128263;</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() );
} }
} }