11 |
11 |
12 from PyQt6.QtCore import pyqtSignal, Qt, QPoint, QMimeData |
12 from PyQt6.QtCore import pyqtSignal, Qt, QPoint, QMimeData |
13 from PyQt6.QtGui import QDrag |
13 from PyQt6.QtGui import QDrag |
14 from PyQt6.QtWidgets import QTabWidget, QTabBar, QApplication, QStyle |
14 from PyQt6.QtWidgets import QTabWidget, QTabBar, QApplication, QStyle |
15 |
15 |
16 from EricWidgets.EricAnimatedLabel import EricAnimatedLabel |
16 from eric7.EricWidgets.EricAnimatedLabel import EricAnimatedLabel |
17 |
17 |
18 |
18 |
19 class EricWheelTabBar(QTabBar): |
19 class EricWheelTabBar(QTabBar): |
20 """ |
20 """ |
21 Class implementing a tab bar class substituting QTabBar to support wheel |
21 Class implementing a tab bar class substituting QTabBar to support wheel |