-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
None
-
Qt Creator 3.0.1
-
None
For this piece of code I get attached screenshot
import QtQuick 2.0
Rectangle {
property Text text1: Text {
anchors.centerIn: parent
text: "Hello World"
Item {
}
}
}