Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
None
-
6.5.1, 6.5.2
-
-
21e411687428d05655b8db2634466384fa35cc03
Description
Using Qt 6.5.1 on Windows 11 and VS 2022, there is an issue with Qt main window that appears to be a bug when there are two display monitors!
steps to reproduce the issue:
If you try the simple main.cpp shown below, try to maximize the window, then minimize it to taskbar, return back to Qt application using Alt+Tab and you will get the main window on the other display monitor
This happens only if you launch the application on first display, then drag it to the second one, then maximize, minimize then Alt+Tab.
(watch the attached video)
#include <QtWidgets>
int main(int argc, char * argv[])