Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
QDS 4.5.1
-
None
Description
DS Connection Editor's condition builder needs to support use of the double equality operators where appropriate, e.g. checking a thing's "color" property.
thing.color === "blue"
is always false, whereas
thing.color == "blue"
is capable of being true, but must be hacked in manually.
Attachments
Issue Links
- relates to
-
QTBUG-114487 Absorb Qt Creator's QmlJS tool into standard QML tools
-
- Closed
-