Widget which can be added as a configuration page to the DtAssistantConfigDialog.
More...
Signals |
| void | enablePrefAccept () |
| | Emitted to indicate that the accept button can be enabled.
|
| void | disablePrefAccept () |
| | Emitted to indicate that the accept button should be disabled.
|
Protected Member Functions |
| virtual void | setAcceptEnabled (bool enabled, const QString &reasonForDisable) |
| | Sets whether or not accept is enabled.
|
Detailed Description
Widget which can be added as a configuration page to the DtAssistantConfigDialog.
Constructor & Destructor Documentation
| DtAssistantConfigWidget::DtAssistantConfigWidget |
( |
QWidget * |
parent = 0, |
|
|
Qt::WindowFlags |
f = 0 |
|
) |
| |
| DtAssistantConfigWidget::~DtAssistantConfigWidget |
( |
| ) |
|
|
virtual |
Copy constructor not implemented.
Member Function Documentation
| void DtAssistantConfigWidget::disablePrefAccept |
( |
| ) |
|
|
signal |
Emitted to indicate that the accept button should be disabled.
Referenced by setAcceptEnabled().
| void DtAssistantConfigWidget::enablePrefAccept |
( |
| ) |
|
|
signal |
Emitted to indicate that the accept button can be enabled.
Referenced by setAcceptEnabled().
Assignment operator not implemented.
| QString DtAssistantConfigWidget::reasonForDisabledAccept |
( |
| ) |
const |
|
virtual |
If the widget has disabled the accept button, returns the reason why.
Will be an empty string if accept is enabled.
References myReasonForAcceptDisable.
| void DtAssistantConfigWidget::setAcceptEnabled |
( |
bool |
enabled, |
|
|
const QString & |
reasonForDisable |
|
) |
| |
|
protectedvirtual |
Member Data Documentation
| QString DtAssistantConfigWidget::myReasonForAcceptDisable |
|
private |
The documentation for this class was generated from the following files: