QMdiSubWindow in Windows 10
Unsolved
General and Desktop
-
Hallo,
I have written a Qt5 Programm (5.5.1) which uses QMdiSubwindows.
This looks fine when i use Windows 7.
But now when i use Windows 10, the titlebar in the Sub Windows shows further the Win 7 Style ( thicker frame, wrong titlebar color).
The Top Level QMainWindow shows the correct Style.Anyone some advice to correct this?
-
Hi, welcome to devnet.
There's nothing to correct unfortunately. That's how MDI windows look in Windows 10. You can create an MFC app with Visual Studio's wizard and the result will be the same.
I agree it doesn't look good in Windows 10, but apparently MDI is not really a model Microsoft is promoting these days and they didn't update the style.
Not a Qt issue anyway.