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

Tooling generates animation with the wrong target id

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • QSR 2.0 Beta 1
    • QSR 2.0 Alpha 1
    • Tooling
    • None

      Tooling generates animation with the wrong target id if the objectname does not match with the id.
      Following code adds the animation target to 'picture' but the name in the layoudata is 'engine'. This causes item not found exception when trying to change the state.

          SafePicture {
              id: picture
              objectName: "engine"
              x: 0
              y: 0
              width: 64
              height: 64
              opacity: 0.0
              color: "yellow"
              fillColor: "lightgray"
              source: "iso_grs_7000_4_2423.dat"
          }
      

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes