yes the style has been created but its not used until you allow it to.
Qt Code:
main() { //do whatever you want to do with style; //Style would be used now. QMainWindow mw; mw.show(); return app.exec(); }To copy to clipboard, switch view to plain text mode





Reply With Quote

Bookmarks