Public Functions
QLAttributeEditorGroup(const QString& name, QWidget* parent = nullptr) | |
void | add_attribute_editor(QLAttributeEditor* attribute_editor) |
Detailed Description
A QLAttributeEditorGroup is a QLWidget that provides a collapsible QLAttributeEditor container widget.
The editor group has a collapse button (represented with an arrow icon) which is used to expand/collapse the contained attribute editors. It also has a label for the group's name.
The editor group is intended to contain attribute editors associated with attributes that are considered grouped together.
Member Function Documentation
Constructs an attribute editor group labeled with name.
void add_attribute_editor(QLAttributeEditor* attribute_editor)
Adds attribute_editor to this editor group.