9 |
9 |
10 from PyQt6.QtCore import Qt, QPoint, QTimer, QEvent |
10 from PyQt6.QtCore import Qt, QPoint, QTimer, QEvent |
11 from PyQt6.QtWidgets import QLabel |
11 from PyQt6.QtWidgets import QLabel |
12 |
12 |
13 from EricWidgets.EricTabWidget import EricWheelTabBar |
13 from EricWidgets.EricTabWidget import EricWheelTabBar |
14 from EricWidgets.EricPassivePopup import EricPassivePopup, EricPassivePopupStyle |
14 from EricWidgets.EricPassivePopup import ( |
|
15 EricPassivePopup, EricPassivePopupStyle |
|
16 ) |
15 |
17 |
16 import Preferences |
18 import Preferences |
17 |
19 |
18 |
20 |
19 class WebBrowserTabBar(EricWheelTabBar): |
21 class WebBrowserTabBar(EricWheelTabBar): |