ToolShellWindow¶
ShellWindow with tool paradigm.
import QWinUI3.Extras · src/extras/QWinUI3/Extras/ToolShellWindow.qml
Category: Shells & windows · Library: v2.80
Extends ShellWindow.
Example¶
ToolShellWindow {
id: tool
title: qsTr("Inspector")
width: 360; height: 480
}
// --- API ---
// WindowHelper.ParadigmTool flags
Notes¶
ShellWindow with WindowHelper.ParadigmTool flags (palette / inspector).
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.