Module implementing a TabWidget class substituting QTabWidget.
| E4TabWidget | Class implementing a TabWidget class substituting QTabWidget. |
| None |
Class implementing a TabWidget class substituting QTabWidget.
It provides slots to show the previous and next tab and give them the input focus and it allows to have a context menu for the tabs.
| __handleTabCustomContextMenuRequested | Private slot to handle the context menu request for the tabbar. |
| moveTab | Public method to move a tab to a new index. |
| nextTab | Public slot used to show the next tab. |
| prevTab | Public slot used to show the previous tab. |
| selectTab | Public method to get the index of a tab given a position. |
| setTabContextMenuPolicy | Public method to set the context menu policy of the tab. |
Private slot to handle the context menu request for the tabbar.
Public method to move a tab to a new index.
Public slot used to show the next tab.
Public slot used to show the previous tab.
Public method to get the index of a tab given a position.
Public method to set the context menu policy of the tab.