Qt 6.4
Qt Quick Dialogs
QML Types
Dialog
Qt 6.4.1 Reference Documentation
List of All Members for Dialog
This is the complete list of members for
Dialog
, including inherited members.
data
: list<QtObject> [default]
flags
: Qt::WindowFlags
modality
: Qt::WindowModality
parentWindow
: Window
result
: StandardCode
title
: string
visible
: bool
void
accept
()
void
accepted
()
void
close
()
void
done
(StandardCode
result
)
void
open
()
void
reject
()
void
rejected
()