Jorgen-VikingGod / Qt-Frameless-Window-DarkStyle

simple MainWindow class implementation with frameless window and custom dark style. It adds also support for titlebar and buttons (minimize, maximize, close)
1.14k stars 272 forks source link

Title bar doesn't respect display scaling #27

Open VioletGiraffe opened 6 years ago

VioletGiraffe commented 6 years ago

I think the issue is evident from the screenshot:

image

VioletGiraffe commented 6 years ago

Also, it's funny how Alt+PrtScr captures some area around the window. This is on Windows 10.

Jorgen-VikingGod commented 5 years ago

@VioletGiraffe window capture is right, because It is a widget embedded into a transparent dialog. The reason is to have the ability to create color borders and glow/shaddows - because not every window manager supports this effects.

Issue with the titlebar can be changed > I will look into it