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"): |