Uploaded image for project: 'Qt Safe Renderer'
  1. Qt Safe Renderer
  2. QSR-2756

Monitor data needs an API to get the clearCRC value for the item without states

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: Not Evaluated Not Evaluated
    • QSR 2.2 Beta2
    • QSR 2.2
    • Tooling
    • None
    • a6e6ea7e8 (2.2), 026cdfe2d (dev)

      QUL supports QML states only for root items, so it is impossible to define the visible states as in the following example:

      SafePicture {
              id: iconBattery
              objectName: "iconBattery"
              width: 30
              height: 30
              color: "#e41e25"
              fillColor: "black"
              source: "iso-icons/iso_grs_7000_4_0247.dat"
       
              states: [
                  State {
                      name: "ON"
                      PropertyChanges {
                          target: iconBattery
                          visible: true
                      }
                  },
                  State {
                      name: "OFF"
                      PropertyChanges {
                          target: iconBattery
                          visible: false
                      }
                  }
              ]
          }
      
      

      We would need to add an API to fetch the clear CRC value for the items that do not have states.

        For Gerrit Dashboard: QSR-2756
        # Subject Branch Project Status CR V

            teemu.holappa Teemu Holappa
            teemu.holappa Teemu Holappa
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes