eric6/WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationScriptInfoDialog.py

changeset 8218
7c09585bd960
parent 7923
91e843545d9a
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
29 Constructor 29 Constructor
30 30
31 @param script reference to the script (GreaseMonkeyScript) 31 @param script reference to the script (GreaseMonkeyScript)
32 @param parent reference to the parent widget (QWidget) 32 @param parent reference to the parent widget (QWidget)
33 """ 33 """
34 super(GreaseMonkeyConfigurationScriptInfoDialog, self).__init__(parent) 34 super().__init__(parent)
35 self.setupUi(self) 35 self.setupUi(self)
36 36
37 self.iconLabel.setPixmap( 37 self.iconLabel.setPixmap(
38 UI.PixmapCache.getPixmap("greaseMonkey48")) 38 UI.PixmapCache.getPixmap("greaseMonkey48"))
39 39

eric ide

mercurial