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

Resetting a property value of an implicit component of Repeater doesn't reset the value on property editor

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • Some future release
    • QDS 2.3
    • Property View
    • None

    Description

      To repro:

      • Add Row to scene
      • Add Repeater under row
      • Add Rectangle under repeater
      • Set model property to repeater to. 3 -> 3 Rectangles in a row appear
      • Modify radius property of the rectangle -> Radius of rectangles changes on form editor
      • Reset the radius property of the rectangle -> Radius of rectangles is removed on form editor, but the old value remains on the property editor.

      The reset doesn't work on property editor, because on puppet side, the rectangle is actually a component wrap instead of rectangle, as it is an implicit component. Since it doesn't have radius property on puppet side, the property reset is not actually done or reflected back to creator side. It works on form editor because puppet is restarted in response to node source change on the implicit component, but again, rectangle property changes are not sent at scene creation, either.

      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
              e0348803 Miikka Heikkinen
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes