src/eric7/WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationScriptInfoDialog.py

branch
eric7
changeset 10436
f6881d10e995
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
equal deleted inserted replaced
10435:c712d09cc839 10436:f6881d10e995
27 27
28 def __init__(self, script, parent=None): 28 def __init__(self, script, parent=None):
29 """ 29 """
30 Constructor 30 Constructor
31 31
32 @param script reference to the script (GreaseMonkeyScript) 32 @param script reference to the script
33 @param parent reference to the parent widget (QWidget) 33 @type GreaseMonkeyScript
34 @param parent reference to the parent widget
35 @type QWidget
34 """ 36 """
35 super().__init__(parent) 37 super().__init__(parent)
36 self.setupUi(self) 38 self.setupUi(self)
37 39
38 self.iconLabel.setPixmap(EricPixmapCache.getPixmap("greaseMonkey48")) 40 self.iconLabel.setPixmap(EricPixmapCache.getPixmap("greaseMonkey48"))

eric ide

mercurial