eric7.WebBrowser.GreaseMonkey.GreaseMonkeyAddScriptDialog
Module implementing a dialog for adding GreaseMonkey scripts..
Global Attributes
Classes
Functions
GreaseMonkeyAddScriptDialog
Class implementing a dialog for adding GreaseMonkey scripts..
Derived from
QDialog, Ui_GreaseMonkeyAddScriptDialog
Class Attributes
Class Methods
Methods
Static Methods
GreaseMonkeyAddScriptDialog (Constructor)
GreaseMonkeyAddScriptDialog(manager, script, parent=None)
Constructor
- manager (GreaseMonkeyManager)
-
reference to the GreaseMonkey manager
- script (GreaseMonkeyScript)
-
GreaseMonkey script to be added
- parent (QWidget)
-
reference to the parent widget
GreaseMonkeyAddScriptDialog.__accepted
__accepted()
Private slot handling the accepted signal.
GreaseMonkeyAddScriptDialog.on_showScriptSourceButton_clicked
on_showScriptSourceButton_clicked()
Private slot to show an editor window with the source code.