Frameless widget
Unsolved
General and Desktop
-
Hi friends,
I have created frameless widget with mousemove event i am able to move widget but i want resize frameless widget . hoiw can i resize frameless widget .
-
QWidget.resize() does not work? Frameless is just a flag to NOT add the windowing system decorations, so I believe it should resize just fine.
-
Hi
If window has no frame you cannot resize it with mouse.
It can however be reprogrammed but thats not trivial.
However, others have done it before.
https://github.com/dfct/TrueFramelessWindow