![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
{#- Copyright (C) 2025 The Qt Company Ltd. SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 -#}
{% if default(brief, "") != "" %} {{ brief }}
{% endif %} {% include "partials/md/content_blocks.md" %}
{% if length(sections) > 0 %} {% for section in sections %}
| Member | Description | | — | — | {% for member in section.members %} | {{ escape_md_table(member.signature) }} | {{ escape_md_table(default(member.brief, "")) }} | {% endfor %} {% if existsIn(section, "reimplementedMembers") %}
| Member | Description | | — | — | {% for member in section.reimplementedMembers %} | {{ escape_md_table(member.signature) }} | {{ escape_md_table(default(member.brief, "")) }} | {% endfor %} {% endif %} {% if existsIn(section, "inheritedMembers") %} {% for inherited in section.inheritedMembers %}
Built with QDoc's template engine.