Yeah i'm just using the default main() function that Visual Studio created.
Qt Code:
MainWidget w; w.show(); return a.exec();To copy to clipboard, switch view to plain text mode
Is there a problem with doing that? The other thing is I'm using 4.6.0 Qt, so maybe this has already been fixed?
Bookmarks