Remove color when pushButton is selected
Hi all
I have a button with transparent icon over it, but when I click on that button it becomes selected and as usual OS put some color over it so we can know that button is selected. Is there a way to remove this color so I can have clean button when I click on it.
Re: Remove color when pushButton is selected
Re: Remove color when pushButton is selected
Quote:
Originally Posted by
alenn.masic
Hi all
I have a button with transparent icon over it, but when I click on that button it becomes selected and as usual OS put some color over it so we can know that button is selected. Is there a way to remove this color so I can have clean button when I click on it.
Set its focus policy to NoFocus.
Re: Remove color when pushButton is selected
Quote:
Originally Posted by
wysota
Set its focus policy to NoFocus.
that's it. thanks