I have a QTabWidget
and I want to add/remove/rename individual tabs. Some sources claim that you can double click it to get a tab editor. When I double click it, I get the "Object name" popup:
I need a similar editor like the one used for comboboxes:
I also tried to edit tab properties by right-clicking it in object tree. The menu is pretty stripped of any useful options:
How to manage tabs? Is it possible without XML editor? If yes how do I
Just to make it more clear...
From QTabWidget
context menu → InsertPage:
Select the tab to rename by clicking on it. Then edit QTabWidget property currentTabText
in the property editor:
Select the tab you want to delete. From QTabWidget
context menu → Page X of Y → delete: