Dialog QML Type

Dialog Component More...

Import Statement: import QuickAndrid .

Properties

Signals

Methods

Detailed Description

Property Documentation

acceptButton : alias


acceptButtonText : string


defaultcontent : alias


darkBackground : bool

This property hold an indicator to choose to show a dark background behind the dialog.

The default value is true.


isOpened : bool


material : DialogMaterial


rejectButton : alias


rejectButtonText : string


result : int


tintColor : color


title : string


Signal Documentation

accepted()


rejected()


Method Documentation

accept()


close()


done( code)


open()


reject()