Home
last modified time | relevance | path

Searched refs:notificationPalette (Results 1 – 3 of 3) sorted by path

/dports/audio/soundkonverter/soundkonverter-3.0.1/src/opener/
H A Dcdopener.cpp394 QPalette notificationPalette = cEntireCd->palette(); in CDOpener() local
395notificationPalette.setColor( QPalette::Disabled, QPalette::WindowText, QColor(174,127,130) ); // … in CDOpener()
396 cEntireCd->setPalette( notificationPalette ); in CDOpener()
/dports/audio/soundkonverter/soundkonverter-3.0.1/src/
H A Doptionsdetailed.cpp253 QPalette notificationPalette = cReplayGain->palette(); in formatChanged() local
254notificationPalette.setColor( QPalette::Disabled, QPalette::WindowText, QColor(174,127,130) ); in formatChanged()
255 cReplayGain->setPalette( notificationPalette ); in formatChanged()
H A Doptionssimple.cpp131 QPalette notificationPalette = cReplayGain->palette(); in setReplayGainEnabled() local
132notificationPalette.setColor( QPalette::Disabled, QPalette::WindowText, QColor(174,127,130) ); in setReplayGainEnabled()
133 cReplayGain->setPalette( notificationPalette ); in setReplayGainEnabled()