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

QWidget::showMinimized activates the widget on Windows

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.0.0
    • 5.0.0
    • None
    • Windows 7

    Description

      The following code

      QWidget w;
      w.show();
      w.showMinimized();
      

      sets w as active window on Windows.

      Instead the window below w should become the active window, resp. the window manager must decide which windows becomes active after that.

      See tst_qwidget::activation().

      Attachments

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

        Activity

          People

            jbornema Joerg Bornemann
            jbornema Joerg Bornemann
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes