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
- relates to
-
QTBUG-45212 X11: cannot programmatically minimize a frameless window
-
- Reported
-