Extending Qt Creator
Unsolved
Qt Creator and other tools
-
I'm already looking at adding custom Project Templates to QtCreator to help improve our workflow at my place of work.
One thing I'm interested to know is whether it is possible to add custom menu items to various context menus throughout QtCreator.
For example, when right-clicking on a Project within QtCreator, is there any way to add another option to this menu? Such as:
Set "xxx" as Active Project Build Reparse Qbs Deploy Run >>> My Option Here <<< >>> My Second Option Here <<< Rebuild Clean ...
It would be ideal if I could trigger my own Wizard or Dialog from this point.
Thanks in advance