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
- is required for
-
QDS-14927 "ColorizeEffect" -component isn't found in the Navigator and Components
-
- Open
-