#include <BoolPropertyWizardPane.hpp>
A BoolPropertyWizardPane instance displays the user interface corresponding to a BoolPropertyHandler. When the user makes a choice, the corresponding value is updated in the target property.
◆ BoolPropertyWizardPane()
| BoolPropertyWizardPane::BoolPropertyWizardPane |
( |
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 BoolPropertyWizardPane::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:
- BoolPropertyWizardPane.hpp