Skip to content

class_acceptdialog

reduz edited this page Feb 23, 2014 · 10 revisions

AcceptDialog

Inherits: WindowDialog\n\n

Brief Description

Base dialog for user notification.

Member Functions

Signals

  • confirmed ( )
  • custom_action ( String action )

Description

This dialog is useful for small notifications to the user about an event. It can only be accepted or closed, with the same result.

Member Function Description

  • void set_hide_on_ok ( bool enabled ) \ Set whether the dialog is hidden when accepted (default true).
  • bool get_hide_on_ok ( ) const \ Return true if the dialog will be hidden when accepted (default true).

Clone this wiki locally