Uploaded image for project: 'Qt Design Studio'
  1. Qt Design Studio
  2. QDS-10138

State of the art node editor for logic

    XMLWordPrintable

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

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              thohartm Thomas Hartmann
              thohartm Thomas Hartmann
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes