-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restoring of Tabs order #165
Comments
I think so |
It's a bit of a pickle, Dock2 only remembers it was at index 1 |
With the current version, I cannot reproduce @amuralev s issue. But I have the following question: Is there a possibility to achieve this without touching the KDDockWidgets internals? |
Allows the user to manipulate the tab index when dockwidget is being redocked. Fixes issue #165, or is at least the workaround we can manage.
You can now pass a lambda and change the tabIndex before it's used. |
You can see that the order of tabs is different:

Is it possible to modify this behavior?
P.S.:
QDockWidget
support "correct" order of tabs-restoring.Environment:
The text was updated successfully, but these errors were encountered: