eric7/WebBrowser/FeaturePermissions/FeaturePermissionBar.py

branch
eric7
changeset 8356
68ec9c3d4de5
parent 8318
962bce857696
child 8358
144a6b854f70
equal deleted inserted replaced
8355:8a7677a63c8d 8356:68ec9c3d4de5
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.E5AnimatedWidget import E5AnimatedWidget 16 from E5Gui.EricAnimatedWidget import EricAnimatedWidget
17 17
18 import UI.PixmapCache 18 import UI.PixmapCache
19 19
20 20
21 class FeaturePermissionBar(E5AnimatedWidget): 21 class FeaturePermissionBar(EricAnimatedWidget):
22 """ 22 """
23 Class implementing the feature permission bar widget. 23 Class implementing the feature permission bar widget.
24 """ 24 """
25 DefaultHeight = 30 25 DefaultHeight = 30
26 26

eric ide

mercurial