Module implementing a TabWidget class substituting QTabWidget.
| None |
| E4DnDTabBar | Class implementing a tab bar class substituting QTabBar. |
| E4TabWidget | Class implementing a tab widget class substituting QTabWidget. |
| E4WheelTabBar | Class implementing a tab bar class substituting QTabBar to support wheel events. |
| None |
Class implementing a tab bar class substituting QTabBar.
| None |
| E4DnDTabBar | Constructor |
| dragEnterEvent | Protected method to handle drag enter events. |
| dropEvent | Protected method to handle drop events. |
| mouseMoveEvent | Protected method to handle mouse move events. |
| mousePressEvent | Protected method to handle mouse press events. |
Constructor
Protected method to handle drag enter events.
Protected method to handle drop events.
Protected method to handle mouse move events.
Protected method to handle mouse press events.
Class implementing a tab widget 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.
| None |
| E4TabWidget | Constructor |
| __currentChanged | Private slot to handle the currentChanged signal. |
| __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. |
| switchTab | Public slot used to switch between the current and the previous current tab. |
Constructor
Private slot to handle the currentChanged signal.
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.
Public slot used to switch between the current and the previous current tab.
Class implementing a tab bar class substituting QTabBar to support wheel events.
| None |
| E4WheelTabBar | Constructor |
| wheelEvent | Protected slot to support wheel events. |
Constructor
Protected slot to support wheel events.