17 |
17 |
18 import UI.PixmapCache |
18 import UI.PixmapCache |
19 |
19 |
20 |
20 |
21 class GreaseMonkeyConfigurationScriptInfoDialog( |
21 class GreaseMonkeyConfigurationScriptInfoDialog( |
22 QDialog, Ui_GreaseMonkeyConfigurationScriptInfoDialog): |
22 QDialog, Ui_GreaseMonkeyConfigurationScriptInfoDialog): |
23 """ |
23 """ |
24 Class implementing a dialog to show GreaseMonkey script information. |
24 Class implementing a dialog to show GreaseMonkey script information. |
25 """ |
25 """ |
26 def __init__(self, script, parent=None): |
26 def __init__(self, script, parent=None): |
27 """ |
27 """ |