Details
-
Bug
-
Resolution: Cannot Reproduce
-
P2: Important
-
None
-
Qt Creator 2.4.0
Description
The problem is not 100% reproduciable but take:
import QtQuick 1.0
Rectangle {
width: 360
height: 360
Text {
text: qsTr("Hello World")
anchors.centerIn: parent
Text
{ text: qsTr("Hello World") anchors.centerIn: parent } }
MouseArea {
x: 1
y: 0
anchors.fill: parent
onClicked:
}
}
Add a deeper nested Text element, save. Repeat until the problem shows.