new $.oActionButton(actionName, responder, text, iconFile, parent)
openHarmony/openHarmony_dialog.js, line 1434
The constructor for $.oActionButton
Name | Type | Description |
---|---|---|
actionName |
string | The action string that will be executed with Action.perform |
responder |
string | The responder for the action |
text |
string | A text for the button display. |
iconFile |
string | An icon path for the button. |
parent |
QWidget | The parent QWidget for the button. Automatically set during initialisation of the menu. |