Hi.
I wanted to write an application which uses two different styles. For both styles I have a QStyle based class. I know that I can use the QStyle via QApplication and I read that I can apply a style to a (single) widget. But is there a way that all childs will use this style, too?
Can I apply a QStyle to the application and another QStyle to all widgets wich are childs (or childs of childs of childs ...) of a special widget?

(I'm using Qt 4.8)