Details
-
Bug
-
Resolution: Done
-
P4: Low
-
4.6.1
-
None
-
WinXP SP3
-
qtbase/37ad09e5ac1a6671a21d7e73af3f45916a317171, from fullscreen: ae99f83312e2785cae280d4d7474050e163b7328 (5.3 branch, 21.7.2014, 5.3.2)
Description
see QTBUG-947
Maximizing a frameless window makes the window fullscreen
Expecting result: windows task bar is visible
Code
#include <QtGui> #include <QDebug> int main(int argc, char *argv[]) { QApplication app(argc, argv); QWidget w(0, Qt::Window | Qt::FramelessWindowHint ); w.showMaximized(); return app.exec(); }
Attachments
Issue Links
- relates to
-
QTBUG-4362 Windows: showMaximized() doesn't consider taskbar when using Qt::CustomizeWindowHint to remove the title bar
- Closed
-
QTBUG-51327 [Windows 8.1]: After maximizing a window and toggling the frameless window hint and moving to another monitor then the window can be too big
- Closed
-
QTBUG-91226 Maximizing a frameless window using shortcut under Windows makes the window fullscreen
- Reported
-
QTBUG-40254 Frameless window does not return to its maximized size after being fullscreen
- Closed
-
QTBUG-86899 showMaximized() does showFullScreen() on secondary screen on Windows 10 even if the taskbar is shown (frameless window)
- Closed
- resulted in
-
QTBUG-39537 Frame-less windows can't be maximized on second monitor
- Closed