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

REG: QPrintDialog no longer opens on Windows

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P1: Critical
    • 6.6.1, 6.7.0 FF
    • 6.7
    • GUI: Printing
    • None
    • Windows
    • 7e8ae9cf1 (dev), 32f640ec6 (6.6)

    Description

      Code to reproduce:

       

      #include <QtWidgets>
      #include <QPrinter>
      #include <QPrintDialog>
      
      int main(int argc, char *argv[]) {
          QApplication a(argc, argv);
          QPrinter printer;
          QPrintDialog dlg(&printer);
          return dlg.exec();
      }
      

      Seems to have been caused by https://codereview.qt-project.org/c/qt/qtbase/+/514222

       

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            vgt Eirik Aavitsland
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes