Qyoto
4.0.5
Qyoto is a C# language binding for Qt
|
Public Member Functions | |
void | CompleteChanged () |
| |
![]() | |
void | CustomContextMenuRequested (QPoint pos) |
| |
![]() | |
void | Destroyed (QObject arg1) |
void | Destroyed () |
| |
void QtGui.IQWizardPageSignals.CompleteChanged | ( | ) |
This signal is emitted whenever the complete state of the page (i.e., the value of isComplete()) changes.
If you reimplement isComplete(), make sure to emit completeChanged() whenever the value of isComplete() changes, to ensure that QWizard updates the enabled or disabled state of its buttons.
See also isComplete().