BoolAspect Class
class Utils::BoolAspectA boolean aspect is a boolean property of some object, together with a description of its behavior for common operations like visualizing or persisting. More...
Header: | #include <BoolAspect> |
Public Functions
~BoolAspect() | |
void | addToLayout(Layouting::LayoutItem &parent) |
Detailed Description
\inmodule
QtCreator
The boolean aspect is displayed using a QCheckBox.
The visual representation often contains a label in front or after the display of the actual checkmark.
Member Function Documentation
[noexcept]
BoolAspect::~BoolAspect()
\internal