Closed
Description
Hi,
For my use case, I would like to have 2 behaviours:
- Do not make a dockwidget floating when double-clicking the tab
- Allow renaming a tab
For 1. I think a simple flag to disable the event would be enough
For 2, I see 2 options:
a. Fully implemented within this project
b. Add a hook to enable custom QActions inside the context menu of a right click. Then I could add a Rename option that pops a window.
I can make a Pull Request fort 1. and 2.b. Would you be open for it?