Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Done
-
Affects Version/s: Qt Creator 4.9.0-beta1
-
Fix Version/s: Qt Creator 4.9.0
-
Component/s: Quick / QML Support
-
Labels:
-
Platform/s:
Description
In QtCreator's editor the following error is displayed for the property 'sequences': 'Invalid property name "sequences". (M16)'. No such error observed with QtCreator 4.8.1.
import QtQuick 2.12 import QtQuick.Window 2.12 Window { visible: true width: 640 height: 480 title: qsTr("Hello World") Shortcut { sequences: ["Ctrl+Q", "Alt+Q"] onActivated: console.log("hello") } }
Attachments
Issue Links
- relates to
-
QTCREATORBUG-22147 all declared container properties are unknown to the qml code model
-
- Open
-