I applied the following flags to my windows:
w.setWindowFlags(Qt::Window | Qt::CustomizeWindowHint | Qt::FramelessWindowHint);
How can I make my window "draggable" with mouse ? I mean, holding left click to move window like normal apps. I removed the title bar to add my own one.
Thanks.