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

Node hints should be recursive (both expressions and flags)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • QDS 4.8
    • None

    Description

      Some node hints are only set on supertype (e.g. Item) but are generally queried from  nodes of subtype (e.g. Rectangle). An example is "visibleNonDefaultProperties" which is set on Item but generally is queried from nodes of Item subtypes.

      All node hints (both expressions and flags) should be recursive so that if current type doesn't set the flag, it is checked from the parent types until some type sets it.

      Non-PS builds handled this crudely in NodeHints::NodeHints(const ModelNode &node) constructor by recursing the class hierarchy until some type specified any hints and used those.

      For more robust functionality, each individual hint/flag should be recursed separately. And for efficiency this should be done in project storage once instead of repeating it every time NodeHints is constructed.

       

       

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

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes