PDA

View Full Version : How to create a movable border-less qmainwindow



vinodpaul
16th August 2013, 22:06
Hi i want to create a border less main window. I used Qt::FramelessWindowHint and it gives a border less main window, but it is not movable. Can somebody tell me how to create a movable , borderless window

Thanks

anda_skoa
17th August 2013, 14:24
How have you implemented the moving?

In a special "move handle" widget?
In the main window itself?
In an event filter?

Cheers,
_

vinodpaul
17th August 2013, 15:43
I got the soltion, I called the move(QPoint) function within mousePressEvent()