Skip to content

ToolWindow

StandardWindow tool paradigm.

import QWinUI3.Platform · src/platform/QWinUI3/Platform/ToolWindow.qml

Category: Platform · Library: v2.80

← Component index

Extends StandardWindow.

Example

ToolWindow {
    id: tool
    title: qsTr("Tools")
    width: 320; height: 480
}

Notes

StandardWindow with ParadigmTool flags.

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.