Can I only get this effect on a button by using a QStyle?
Can I only get this effect on a button by using a QStyle?
You can always subclass the button and reimplement its paint event. Painting a button with a gradient is very tricky, so it's possible that it can't be done without subclassing.
Thank you. I set my QStyle to CDE and it worked fine.
Derek
Bookmarks