PushButton Color Change
-
Hi,
I want to have a push button in Qt C++ that when mouse goes over it, it changes its color and gets back to it's original color when mouse leaves its area,
First of all, is this even possible?
If so , any idea how to do that?@Mammad
If you want to do it in code use QHoverEvent.
If you want to do it in stylesheet (no code) use :hover pseudo-state.