Dialog for confirmation of actions. This dialog inherits from NativeAcceptDialog,
| Type | Name | Default value |
|---|---|---|
ButtonsTexts |
buttons_texts |
0 |
Icon |
dialog_icon |
3 (overrides NativeAcceptDialog) |
String |
title |
"Please Confirm..." (overrides NativeAcceptDialog) |
ButtonsTexts BUTTONS_TEXTS_OK_CANCEL = 0Pressing OK would emit the confirmed signal and pressing Cancel would emit the canceled signal.
Icon BUTTONS_TEXTS_YES_NO = 1Pressing Yes would emit the confirmed signal and pressing No would emit the canceled signal.
The text that would be displayed inside the dialog's buttons.
void set_buttons_texts(ButtonsTexts value)
ButtonsTexts get_buttons_texts()