Custom QtCreator Library and Widget wizards
-
I'm trying to create a series of custom wizards for our development team. We use a standardized directory tree for each project which currently requires developers to manually move the source files QtCreator makes.
I've managed to make the wizards I need for C++ classes and source files. However, There doesn't appear to be an obvious way to make a custom Library wizard nor a custom Widgets Application wizard.
Are there examples or resources for this? I have yet to find them.
In the Qt installation folder, if you dig down to where the standard wizards are that come with Qt, there are no Widgets Application or Library wizards so I'm concerned these might be a built in that I cannot make my own version of.
-
Hi @bmarzolf,
This youtube talk from Tobias Hunger should give you some insight into Creators wizard system and what you can get out of them.
Regards