Move / Drag window with Qt::FramelessWindowHint
Unsolved
General and Desktop
-
Hi! With
FramelessWindowHint
you have to implement the mouse handling yourself. Sample code can be found in this other thread.