Support for grouped dragging of dockwidgets

Info about new community or project announcements, implemented features, classes, modules or APIs. Might get technical!
PLEASE DO NOT POST HELP REQUESTS OR OTHER DISCUSSIONS HERE!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Support for grouped dragging of dockwidgets

Post by triplus »

Group.png
Group.png (19.51 KiB) Viewed 1155 times
Will announce it here, as i guess this is a more of a general feature. While working on the Glass module i found this option:

https://woboq.com/blog/qdockwidget-changes-in-56.html

And after testing it i decided to enable it for FreeCAD, hence PR. For testing purposes one can copy and paste this code snippet in the FreeCAD Python console:

Code: Select all

mw = Gui.getMainWindow()
mw.setDockOptions(mw.dockOptions() | mw.GroupedDragging)
mario52
Veteran
Posts: 4696
Joined: Wed May 16, 2012 2:13 pm

Re: Support for grouped dragging of dockwidgets

Post by mario52 »

hi

excellent thanks

mario
Maybe you need a special feature, go into Macros_recipes and Code_snippets, Topological_data_scripting.
My macros on Gist.github here complete macros Wiki and forum.
Post Reply