Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
Qt Creator 2.7.0
-
None
Description
When you add an image by draggin it from the resources pane on the designer mode the qml wont compile and if you move the image Qt Creator crashes.
Also if you switch modes after adding the image and then return to the design mode, Qt Creatod doesnt draw the qml file.
I discovered that when you add an image this way Qt Creator inserts an import line to the qml file (import QtQuick 1.1). I solved the issue by deleting this line from the qml file.