Details
-
Bug
-
Resolution: Cannot Reproduce
-
Not Evaluated
-
Qt Creator 2.1.0
-
None
-
Qt sdk tp
windows xp sp3
Description
root element's properties are not directly accessible.
below script raised a error: Can't find variable: title.
Item { property string title Text { id: titleElement text: "<b>" + title + "</b>" font.pixelSize: 22 anchors.top: parent.top } }