I guess you will need custom buttons to be able to move it.
You have left side and right side. On left side u have buttons with drag enabled logic. On right you have Widget which acts like a drop site, and with the mime data creates a MyPushButton. This MyPushButton is coded to move on mouse move events.
You can see Shaped Clock example in Qt Demos-> Widgets to how to move a widget.
Hope this helps![]()
Bookmarks