Uploaded image for project: 'Qt for Python'
  1. Qt for Python
  2. PYSIDE-3222

Closing a window while minimised calls hideEvent again

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Out of scope
    • Icon: Not Evaluated Not Evaluated
    • None
    • 6.10.0
    • PySide
    • None
    • Windows

      This is probably an issue in C++ Qt but I can't test it.

      Minimise a widget then hover over it in the task bar and click the cross without maximising it.

      It will call hideEvent twice without a showEvent call.

      I was expecting every hideEvent call to be paired with a showEvent. Is this not the case?

       

      Steps:

      1) Run the python file attached

      2) Minimise the window

      3) Hover over the application in the task bar and click the cross.

      The console should look like this

      show
      hide
      hide 

        1. image-2025-10-27-16-56-15-926.png
          image-2025-10-27-16-56-15-926.png
          29 kB
        2. test_hide.cpp
          0.6 kB
        3. test_hide.py
          0.5 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            crmaurei Cristian Maureira-Fredes
            gentlegiantjgc J C
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes