On this page

PropertySection QML Type

A titled group container for PropertyCards. More...

Import Statement: import QtInterfaceFramework.ControlPanelHelper 1.0
Inherits:

ColumnLayout

Properties

Detailed Description

PropertySection provides a section header label followed by its child items. It is used to visually separate "NON-ZONED PROPERTIES" and "ZONED PROPERTIES" groups inside the control panel. The header is hidden when title is empty.

Usage

PropertySection {
    title: "ZONED PROPERTIES"

    PropertyCard { propertyName: "fanSpeed"; ... }
    PropertyCard { propertyName: "targetTemperature"; ... }
}

Property Documentation

showTitle : bool

This property holds whether the header label is visible. Defaults to true when title is not empty.

title : string

This property holds the section header text. When empty, the header label is hidden.

© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.