Helpviewer/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationScriptInfoDialog.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3058
0a02c433f52d
parent 3035
36e9f388958b
child 3145
a9de05d4a22f
equal deleted inserted replaced
3058:0a02c433f52d 3060:5883ce99ee12
19 19
20 import UI.PixmapCache 20 import UI.PixmapCache
21 21
22 22
23 class GreaseMonkeyConfigurationScriptInfoDialog( 23 class GreaseMonkeyConfigurationScriptInfoDialog(
24 QDialog, Ui_GreaseMonkeyConfigurationScriptInfoDialog): 24 QDialog, Ui_GreaseMonkeyConfigurationScriptInfoDialog):
25 """ 25 """
26 Class implementing a dialog to show GreaseMonkey script information. 26 Class implementing a dialog to show GreaseMonkey script information.
27 """ 27 """
28 def __init__(self, script, parent=None): 28 def __init__(self, script, parent=None):
29 """ 29 """

eric ide

mercurial