Qt Designer - QML file creation
-
wrote on 22 Jun 2012, 02:39 last edited by
Hi, when I add a new QML file in the designer to a project, the top of the file has this line in it:
import QtQuick 1.0
I'm not sure if this is doable, but is there a way to change this behavior and have another import line added below.
Something like
import QtQuick 1.0
import MyModule 1.0Thanks
-
wrote on 22 Jun 2012, 08:40 last edited by
What is the question?
-
He wants to change the default file template in Qt Creator.
-
wrote on 22 Jun 2012, 08:48 last edited by
[quote author="sierdzio" date="1340354631"]He wants to change the default file template in Qt Creator.[/quote]
Ah. You can't do it with built QtC, you should rebuild QtC with custom templates.
-
wrote on 24 Jun 2012, 15:35 last edited by
The new file qml template seems to be indeed hardcoded in src/plugins/qmljseditor/qmlfilewizard.cpp.
It might be a good idea to file a feature request at http://bugreports.qt-project.org/ to have this changed.
-
wrote on 24 Jun 2012, 16:13 last edited by
Thanks for answering my question. I also found template files that can be updated in QtCreator/share/qtcreator/templates/qtquickapp/qml/
1/6