#include <StringPropertyWizardPane.hpp>
A StringPropertyWizardPane instance displays the user interface corresponding to a StringPropertyHandler. When the user changes the edit field, the corresponding value is updated in the target property.
◆ StringPropertyWizardPane()
| StringPropertyWizardPane::StringPropertyWizardPane |
( |
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.
◆ updateValue
| void StringPropertyWizardPane::updateValue |
( |
const QString & | text | ) |
|
|
slot |
This function stores the value corresponding to the specified text string into the target property.
The documentation for this class was generated from the following file:
- StringPropertyWizardPane.hpp