

Public Member Functions | |
| SettingsQuestion (QString name, QString label, QVariant::Type, QVariant defaultValue) | |
| QVariant | value () const |
| bool | setValue (QVariant newValue) |
| Has the side-effect of emitting a valueChanged() signal. | |
Definition at line 82 of file question.h.
| bool SettingsQuestion::setValue | ( | QVariant | newValue | ) | [virtual] |
Has the side-effect of emitting a valueChanged() signal.
Reimplemented from Question.
Definition at line 75 of file question.cpp.
1.5.1