new $.oScriptButton(scriptFile, scriptFunction, parent)
openHarmony/openHarmony_dialog.js, line 1544
The constructor for $.oScriptButton
Name | Type | Description |
---|---|---|
scriptFile |
string | The path to the script file that will be launched |
scriptFunction |
string | The function name to launch from the script |
parent |
QWidget | The parent QWidget for the button. Automatically set during initialisation of the menu. |