nucleic / enaml

Declarative User Interfaces for Python
http://enaml.readthedocs.io/en/latest/
Other
1.53k stars 130 forks source link

Feature request: Grouping dock tabs into a dropdown #432

Closed frmdstryr closed 3 years ago

frmdstryr commented 3 years ago

It'd be nice if there was a way to push tabs into a dropdown once it runs out of space, like this

img

From https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System#tab-menu-for-easy-handling-of-many-tabbed-dock-widgets, is that a Qt thing or did they add that in?

Edit: Looks like they just add it to the title bar, https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System/blob/master/src/DockAreaTitleBar.cpp#L147

sccolbert commented 3 years ago

It looks like that person has just cloned Enaml's docking framework in C++ (with no acknowledgement or credit given) and added some things to it.

On Mon, Jan 4, 2021 at 7:42 PM frmdstryr notifications@github.com wrote:

It'd be nice if there was a way to push tabs into a dropdown once it runs out of space, like this

[image: img] https://raw.githubusercontent.com/githubuser0xFFFF/Qt-Advanced-Docking-System/master/doc/tab_menu.gif

From https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System#tab-menu-for-easy-handling-of-many-tabbed-dock-widgets, is that a Qt thing or did they add that in?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/nucleic/enaml/issues/432, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABBQSL7L3OK7SPCCNEUUC3SYJU6PANCNFSM4VT7H24Q .