Hello;

I'm trying to build a plugin for Qt Creator as described in http://doc.qt.digia.com/qtcreator-ex...st-plugin.html.

I was able to sucessfully create the basic Qt Creator plugin following the steps of the above link and now I want to add some UI and logic code in it.

Can I use Qt Quick C++ and QML inside my Qtcreator plugin project, normally and without any restrictions?

Thank you for your help.