Topics

Note Selector

Attribute Widget Creation

Friday, November 5, 2021

Color Attribute Widget Image
  • The above AW should be derived from the 'background_color' attribute.
  • Attributes can have a method to apply a proper name.
  • Use QVariant::typeName() to ID value types.
  • If the attribute type is a color attribute, create a ColorAW and link with its color control.
  • Attributes intended to disable the filling of a color can be derived by requiring particular attribute naming syntax.
Attribute Widget Grouping Image
  • These should be derivable by defining AttributeGroups during attribute initialization.
Attribute Widget Switcher Image
  • Consider a label for the switcher.
  • How can the switcher be derived from the attribute set?