Details
-
Suggestion
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
Qt Creator 3.3.0
-
None
Description
Typing parent. below gives no auto-completion for properties like horizontalCenter, even though the anchors work when used.
import QtQuick 2.3 import QtQuick.Controls 1.2 ApplicationWindow { id: window visible: true width: 200 height: 200 Rectangle { width: 50 height: 50 anchors.horizontalCenter: parent.horizontalCenter color: "transparent" border.color: "darkorange" } }
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-10718 Auto-completion does not fully work when mixing Qt Quick and Qt Quick Controls
- Open