Hey there,
is there a way to be notified when a QPalette's value gets changed ?
like a signal or something ?
I'd like to update a QPixmap accordingly to QPalette's color dynamically.
Thanks.
Printable View
Hey there,
is there a way to be notified when a QPalette's value gets changed ?
like a signal or something ?
I'd like to update a QPixmap accordingly to QPalette's color dynamically.
Thanks.
Hi,
Did you think about create a custom palette object that would not only set colors for you widget or whatever object and also send a signal when it would change color?
Maybe this will be a good idea.
Kacper
- QEvent::PaletteChange
- QEvent::ApplicationPaletteChange