11 |
11 |
12 from PyQt6.QtCore import pyqtSlot, QUrl |
12 from PyQt6.QtCore import pyqtSlot, QUrl |
13 from PyQt6.QtWidgets import QLabel, QHBoxLayout, QPushButton |
13 from PyQt6.QtWidgets import QLabel, QHBoxLayout, QPushButton |
14 from PyQt6.QtWebEngineWidgets import QWebEnginePage |
14 from PyQt6.QtWebEngineWidgets import QWebEnginePage |
15 |
15 |
16 from E5Gui.EricAnimatedWidget import EricAnimatedWidget |
16 from EricWidgets.EricAnimatedWidget import EricAnimatedWidget |
17 |
17 |
18 import UI.PixmapCache |
18 import UI.PixmapCache |
19 |
19 |
20 |
20 |
21 class FeaturePermissionBar(EricAnimatedWidget): |
21 class FeaturePermissionBar(EricAnimatedWidget): |