[SOLVED] Is there any SDK for Qt SDK?
General and Desktop
5
Posts
3
Posters
1.9k
Views
1
Watching
-
There is no special SDK for Qt Creator... most of us just use the normal Qt Creator with a desktop Qt to hack on it.
The sources are here: http://qt.gitorious.org/qt-creator
Wizards can be done as a separate plugin. There also is a XML driven kind of wizard AFAIR, too which might or might not be enough for what you want to do.
-
PS: If you have questions: Feel free to stop by in IRC on #qt-creator (freenode network) for a online chat. Of course you can also use the mailing list (Subscribe here: http://lists.qt-project.org/mailman/listinfo/qt-creator ) if you prefer that.