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

Teach QWidgetWindow to handle QWindow::paintEvent

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • 6.0, 6.1, 6.2.4, 6.3.1, 6.4.0 Beta1
    • None
    • All

      QExposeEvent has its QExposeEvent::region() method deprecated since Qt 6.0.
      However QWidgetWindow still uses it in the QWidgetWindow::handleExposeEvent() method.
      The deprecation message suggests to use QPaintEvent::region() instead.

      The scope of this task is to implement paintEvent() handling for QWidgetWindow and to get rid of the code utilizing QExposeEvent::region() in QWidgetWindow::handleExposeEvent()

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

            vestbo Tor Arne Vestbø
            ivan.solovev Ivan Solovev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes