Qt 6.11 is out! See what's new in the release
blog
How to make QToolbox's transition softer while switching the items.
General and Desktop
2
Posts
2
Posters
1.0k
Views
1
Watching
-
Hi,
I had a look to qtoolbox source and I think you cannot do any animation: in fact toolbuttons and widgets(assigned to each tool button in a page struct) are in a vertical box layout doing their geometry management when widgets are hidden/shown
I have read something about Qt Kinetic for layout animation, using some proxy layouts between qt's layout object and their managed widgets but I have not tried it :(