DialogShellWindow¶
ShellWindow with dialog paradigm flags.
import QWinUI3.Extras · src/extras/QWinUI3/Extras/DialogShellWindow.qml
Category: Shells & windows · Library: v2.80
Extends ShellWindow.
Example¶
DialogShellWindow {
title: qsTr("Confirm")
ownerWindow: mainWindow
width: 440; height: 280
}
dlg.openDialog()
Notes¶
ShellWindow with WindowHelper.ParadigmDialog flags. Prefer openDialog() for owner stacking + centerOnOwner (2.14).
API¶
Properties¶
| Name | Type | Description |
|---|---|---|
ownerWindow |
var |
Optional owner Window / Item for transient parenting |
centerWhenOpened |
bool |
— |
Signals¶
No custom signals (use inherited signals from the base type).
Methods¶
| Signature | Description |
|---|---|
openDialog(owner) |
— |
closeDialog() |
— |
Generated from module sources by scripts/generate_component_docs.py — do not edit by hand.