Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.6.2
-
None
-
Windows7
Description
Setting explicit the WizardStyle to AeroStyle the WizardButtons will not be shown on Windows7/Vista at startup. Manually resize the Wizard reveal the controls.
MyWizard::MyWizard(QWidget *parent)
: QWizard(parent)
{
setWizardStyle(QWizard::AeroStyle);
}