Hi all,

any hint, how to make it possible to edit the names on the tabs of a QTabWidget?
I have an application where the tabs have default names but the user should be able to give them his own desired names.
My idea was to react on right mouse click on the tabs and open an editor right where the QTabBar is or alternatively open a small window where the new name can be filled in.

Any direction where I can look at?
Context menu at QTabWidget? Or QTabBar?

Any hint appreciated,

Rainer