Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
QDS 4.5.1, QDS 4.6.0
-
None
Description
It looks like the Binding Editor simply splits the expression at the first dot, without understanding QML.
Code
import QtQuick Text { id: root width: 100 renderType: Text.NativeRendering text: renderType === Text.NativeRendering ? "Native" : "Not Native" }
Outcome
The Binding Editor treats the binding for root.text as:
- ID: renderType === Text
- Property: NativeRendering ? "Native" : "Not Native"
Attachments
Issue Links
- relates to
-
QDS-13535 Binding Editor and Property View don't treat enum constants as constants
-
- Reported
-