Skip to content

BlankWindow

Empty ShellWindow client — declare UI as children.

import QWinUI3.Extras · src/extras/QWinUI3/Extras/BlankWindow.qml

Category: Shells & windows · Library: v2.80

← Component index

Extends ShellWindow.

Example

BlankWindow {
    id: win
    title: qsTr("App")
    width: 800; height: 600
    Label { anchors.centerIn: parent; text: qsTr("Hello") }
}
// --- API ---
// inherits ShellWindow chrome API (title, backdrop, …)

Notes

Empty ShellWindow client; declare UI as children. See ShellWindow / docs/window-shells.md for chrome slots.

API

Properties

No additional properties beyond the base type.

Signals

No custom signals (use inherited signals from the base type).

Methods

No custom methods (use inherited methods from the base type).


Generated from module sources by scripts/generate_component_docs.py — do not edit by hand.