Details
-
Epic
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
-
None
-
State of the art node editor for logic
Description
Implementing a state of the art node editor for the declarative parts of QML.
Declarative QML:
- Object definitions
- Properties including direct bindings
*Signal Slot Connections
RangeMapper { id: rangeMapper input: dragHandler.xAxis.activeValue //binding inputMinimum: 0 inputMaximum: 200 outputMaximum: 1 outputMinimum: 0 } MouseArea { onClicked: animation.start() //signal slot connection }
The QML building blocks are defined/covered here: QDS-9452
Concept in Figma: https://www.figma.com/file/NhJoJhDnILKenIHR0IzK0t/Logic-Builders?type=design&node-id=0-1&t=d2RMr0J2rbsFcNKV-0
Attachments
Issue Links
- relates to
-
QDS-9452 Create more building blocks to define logic
-
- Open
-