#include <EnumPropertyWizardPane.hpp>
An EnumPropertyWizardPane instance displays the user interface corresponding to an EnumPropertyHandler. When the user makes a choice, the corresponding value is updated in the target property.
◆ EnumPropertyWizardPane()
| EnumPropertyWizardPane::EnumPropertyWizardPane |
( |
std::unique_ptr< PropertyHandler > | handler, |
|
|
QObject * | target ) |
|
explicit |
The default (and only) constructor creates and initializes the GUI for this pane. For a description of the arguments, see the PropertyWizardPane constructor.
◆ updateValueFor
| void EnumPropertyWizardPane::updateValueFor |
( |
QAbstractButton * | button | ) |
|
|
slot |
This function stores the value corresponding to the specified button into the target property.
The documentation for this class was generated from the following file:
- EnumPropertyWizardPane.hpp