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

QML property override does not work if there is a sub components

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P1: Critical
    • QSR 2.0 RC1
    • QSR 1.2, QSR 2.0
    • Tooling
    • None

    Description

      Consider of having following QML sub component:

      SafePicture {
          id: iconLowBeam
          x: 100
          y: 100
          width: 64
          height: 64
      }
      

      When using the component in the main qml as follow:

      IconLowBeam {
          x: 100
          y: 100
      } 
      

      Then icon goes to 200, 200 even the right position is 100, 100.

      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:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes