사물 이름 지정하기
일반적으로 제목 명령은 첫 줄 바꿈까지 그 뒤에 오는 모든 것을 인수로 간주합니다. 제목이 너무 길어서 여러 줄에 걸쳐야 하는 경우에는 마지막 줄을 제외한 각 줄을 백슬래시로 끝내세요.
명령
\title
title 명령은 문서 페이지의 제목을 설정하거나 재정의할 수 있습니다.
/*! \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. ... */
subtitle도 참조하세요.
\subtitle
subtitle 명령은 문서 페이지의 자막을 설정합니다.
/*! \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. ... */
title도 참조하세요.
© 2025 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.