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

[Reg 6.6 -> 6.7] QMessageBox Icon is not displayed

    XMLWordPrintable

Details

    • macOS

    Description

      Following code does not shows warning icon in QMessageBox when Qt 6.7 and higher is used.

      Same works with Qt6.6 and earlier. 

      QMainWindow window;
          QMessageBox::Icon icon = QMessageBox::Warning;
          QMessageBox msg(icon,"Title","Message");
          msg.exec(); 

      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
            irfan.omair@digia.com Irfan Omair
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes