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

Windows: UnsettingQt::WindowStaysOnTopHint does not have any effect

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2: Important P2: Important
    • None
    • 5.2.0
    • GUI: Window management
    • None
    • Windows 7 64bit
    • Windows

      Hi,

      I try to set a window flag with
      setWindowsFlags(windowFlags() | Qt::WindowStaysOnTopHint)
      and unset same flag again with
      setWindowsFlags(windowFlags() & ~Qt::WindowStaysOnTopHint)

      Setting the flag works but unsetting does not.

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

            lagocs Laszlo Agocs
            icwiener Anonymous (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes