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

Details

    • Task
    • Resolution: Fixed
    • Not Evaluated
    • QSR 2.2 Beta2
    • QSR 2.2
    • Tooling
    • None

    Description

      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.

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes