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

setDetailedText() makes QMessageBox unclosable by the system

    XMLWordPrintable

Details

    • 43f5377fad3f462a033d836fd71a6eb356462c11

    Description

      QMessageBox created as follows:

      QMessageBox mb(QMessageBox::Critical, tr("Message"), tr("Message"));
      mb.setDetailedText(tr("Details"));
      mb.exec();

      can't be closed by the (X) button on the window title.
      Although it's closable if setDetailedText() is not called.

      Attachments

        For Gerrit Dashboard: QTBUG-69526
        # Subject Branch Project Status CR V

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            avolkov Alexander Volkov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes