-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 2.2.0
-
None
-
Windows, latest masted snapshot build
-
33a130e2220054427c1c5539d5ebf108bbf75cdc
In the following code or anything similar, the autocomplete for "margins" does not appear.
import QtQuick 1.0
Rectangle {
width: 100
height: 62
Rectangle {
anchors {
left: parent.left
bottom: parent.bottom
mar
}
}
}