Skip to content

HeaderedContentControl

Labeled content host.

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

Category: Input & forms · Library: v2.80

← Component index

Gallery: HeaderedContentControlsrc/gallery/pages/HeaderedContentControlPage.qml

Extends Control.

Example

HeaderedContentControl {
    id: block
    header: qsTr("Account")
    Label { text: qsTr("Body content") }
}
// --- API ---
// block.header / content

Notes

Header label + content slot; headerPlacement controls layout.

API

Properties

Name Type Description
header string Header label above the control
description string Supporting description text
symbol var FluentIcons symbol (preferred over iconGlyph)
iconGlyph string Raw Fluent glyph string fallback
headerComponent Component Optional header component
headerPlacement string top | left
contentData alias Default children / content slot
effectiveIconGlyph string Resolved glyph string

Signals

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

Methods

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

Inherited from Control

Also available (base type / Qt Quick Controls):

  • padding
  • font
  • background / contentItem

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