{#- Copyright (C) 2026 The Qt Company Ltd. SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 -#} {% include "partials/html/head.html" %} {% include "partials/html/nav.html" %}

{{ escape_html(title) }}

The following members of {{ escape_html(default(typeName, "")) }} are deprecated. They're provided to keep old source code working, but we strongly advise against using them in new code.

{% if typeHref != "" %}{{ escape_html(typeName) }}{% else %}{{ escape_html(typeName) }}{% endif %}{{ " " }}reference page

{% if length(sections) > 0 %} {% for section in sections %}

{{ escape_html(section.title) }}

{% if length(section.members) > 0 %} {% for member in section.members %} {% endfor %}
{% if existsIn(member, "signatureSpans") %}{{ render_signature_spans(member.signatureSpans) }}{% else %}{% if existsIn(member, "href") and member.href != "" %}{{ escape_html(member.signature) }}{% else %}{{ escape_html(member.signature) }}{% endif %}{% endif %} {{ escape_html(default(member.brief, "")) }}
{% endif %}
{% endfor %} {% endif %} {% if length(detailSections) > 0 %} {% for section in detailSections %} {% if length(section.members) > 0 %}

{{ escape_html(section.title) }}

{% for member in section.members %} {% include "partials/html/member_detail.html" %} {% endfor %} {% endif %} {% endfor %} {% endif %}
{% include "partials/html/footer.html" %}