DialogWindow QML Type
A modal dialog window. More...
| Import Statement: | import FluentUI.Controls 1.0 |
Properties
- autoDestroy : bool
- height : int
- initialItem : var
- title : string
- width : int
Detailed Description
DialogWindow opens a separate window as a modal dialog. It can load an initial QML item as its content and supports automatic destruction when closed.
Property Documentation
autoDestroy : bool
Whether the dialog window is automatically destroyed when closed. Defaults to false.
height : int
The height of the dialog window in pixels.
initialItem : var
The QML component or URL to load as the dialog content.
title : string
The title text shown in the dialog window title bar.
width : int
The width of the dialog window in pixels.