Searched defs:wizard (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/wizards/
H A DUIWizardPage.cpp35 /* Should be reimplemented in sub-class to enable access to wizard! */
42 /* Should be reimplemented in sub-class to enable access to wizard page! */
49 /* Should be reimplemented in sub-class to enable access to wizard field! */
72 UIWizard* UIWizardPage::wizard() const function in class:UIWizardPage
74 return qobject_cast<UIWizard*>(QWizardPage::wizard());
80 wizard()->button(QWizard::FinishButton)->setEnabled(false);
86 wizard()->button(QWizard::FinishButton)->setEnabled(true);

Completed in 50 milliseconds