En esta página

Nombrar objetos

En general, un comando de título considera como argumento todo lo que le sigue hasta el primer salto de línea. Si el título es tan largo que debe abarcar varias líneas, termine cada línea (excepto la última) con una barra invertida.

Comandos

\title

El comando \title define el título de una página de documentación o permite modificarlo.

/*!
    \page signalandslots.html

    \title Signals & Slots

    Signals and slots are used for communication between
    objects. The signals and slots mechanism is a central
    feature of Qt, and probably the part that differs most
    from the features provided by other frameworks.

    ...
*/

Véase también \subtitle.

\subtitle

El comando \subtitle establece un subtítulo para una página de documentación.

/*!
    \page qtopiacore-overview.html

    \title Qtopia Core
    \subtitle Qt for Embedded Linux

    Qt/Embedded, the embedded Linux port of Qt, is a
    complete and self-contained C++ GUI and platform
    development tool for Linux-based embedded development.
    ...
*/

Véase también \title.

© 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.