new $.oToolButton(toolName, scriptFunction, parent)
openHarmony/openHarmony_dialog.js, line 1378
The constructor for $.oToolButton
Name | Type | Description |
---|---|---|
toolName |
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. |