Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-10478

setWizardStyle(QWizard::AeroStyle) will result in a lack of WizardButtons

    XMLWordPrintable

Details

    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);
      }

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            ffgruni Thomas Grunwald
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes