Qt Designer - QML file creation
-
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
-
He wants to change the default file template in Qt Creator.
-
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.