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

Widget with Qt::FramelessWindowHint flag is not minimized

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • Not Evaluated
    • None
    • 4.7.1
    • None
    • Windows 7 32-bit

    Description

      1. Create widget with Qt::FramelessWindowHint flag.

      Widget::Widget(QWidget *parent)
      : QWidget(parent,Qt::FramelessWindowHint)
      {
      }

      2. Run program.
      3. Click on the application icon in the taskbar.
      4. Application is NOT minimized.

      If add button and call QWidget::showMinimized() - widget minimized normal.

      Attachments

        Issue Links

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

          Activity

            People

              vfm Thierry Bastian (closed Nokia identity) (Inactive)
              ssyrik Surik Sayadyan
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes