Qt 6.11 is out! See what's new in the release
blog
How to customize the Window borders when using Qt::CustomizeWindowHint
-
Hello,
I'm trying to remove the default Windows titlebar from my window while still keeping the window borders. I've more or less achieved this using the flag Qt::CustomizeWindowHint. However, this changes the window borders to white lines instead of the default borders.
How can I change/edit these boders or how am I able to keep the default Windows window borders while removing the titlebar?
Example after setting this window flag (as you can see, these are not the default windows borders):
