style sheets could provide cleaner solutions
QPushButton
{
background : transparent;/*background : blue;*/
border : none;
}
style sheets could provide cleaner solutions
QPushButton
{
background : transparent;/*background : blue;*/
border : none;
}
What if you use QPalette::Window instead of QPalette::Button ?
I tried QPalette::Window but that doesn't change the 'highlight' behavior of the button when tabbed to. This again is a problem seen only on MAC
Bookmarks