eric6/WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
child 8559
dc5248bd4ed3
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
30 permissions 30 permissions
31 @type dict of dict of list 31 @type dict of dict of list
32 @param parent reference to the parent widget 32 @param parent reference to the parent widget
33 @type QWidget 33 @type QWidget
34 """ 34 """
35 super(FeaturePermissionsDialog, self).__init__(parent) 35 super().__init__(parent)
36 self.setupUi(self) 36 self.setupUi(self)
37 37
38 # add the various lists 38 # add the various lists
39 39
40 if hasattr(QWebEnginePage, "Notifications"): 40 if hasattr(QWebEnginePage, "Notifications"):

eric ide

mercurial