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

Can not maximize QWizard

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P4: Low
    • None
    • 5.9.0
    • None
    • Windows 10, Qt5.9.0

    Description

      When displaying a wizard in maximized mode (wizard->showMaximized()) it is not correctly displayed. When displaying with wizard->show() it is correctly displayed.

          QWizard* wizard = new QWizard;
          QWizardPage *page = new QWizardPage;
          page->setTitle("Introduction");
      
          QLabel *label = new QLabel("This wizard will help you register your copy "
                                     "of Super Product Two.");
          label->setWordWrap(true);
      
          QVBoxLayout *layout = new QVBoxLayout;
          layout->addWidget(label);
          page->setLayout(layout);
      
          wizard->addPage(page);
      
          wizard->showMaximized();
      

      Attachments

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

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            mitjap Mitja P
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes