Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
Qt Creator 11.0.3
Description
Considerating the code below. The QML file named TextE.qml .The alignment1 refer to TextE.Fruit.Heading, but when I type "TextE.F" or "TextE.Fruit.H" the rest parts doesn't show up in the property list. So there is no aotucomletion at all.
import QtQuick Item { enum Fruit { Normal, Heading } property int alignment1: TextE.Fruit.Heading property int alignment2: TextE.Normal }
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-19226 Support QML enums in the code model
- Closed