[Solved] QToolBar buttons CSS?
General and Desktop
2
Posts
1
Posters
2.1k
Views
1
Watching
-
Hey all so I'm working with the QToolBar and I've got some buttons on it, but I hate the style when the buttons are hovered, it does some beveled effect thing. See the hover over Quit button below.
!http://pixldrop.com/view/op2Ijl.png(button style)!
I want to replace this style with my own. First can I use Qt's stylesheets for this? Would there be another way? I mean i know the button is a QAction but there's no real stylesheet attached with the QAction is there?
Thank in advance for any help :S