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

QWidget::mapTo() crashed!

    XMLWordPrintable

Details

    • Windows
    • 73221d263 (dev), 49cf61f64 (6.9), 5d25aa3b8 (6.8)

    Description

      My application is a video player, and the underlying playback module occasionally reports some information, which is displayed to the user through a bubble notification. This bubble notification is implemented using QWidget, and its parent window is the main window of the application. At the same time, I set some window properties for the notification widget, specifically:
      setWindowFlags(windowFlags() | Qt::FramelessWindowHint | Qt::Tool);
      During testing, we found that sometimes the bubble notification widget crashes when flush() is called.

      Attachments

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

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            vikiwang Viki Wang
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes