Qt Quick Layouts QML Types
Qt Quick 레이아웃 모듈은 사용자 인터페이스에서 QML 항목을 정렬하기 위한 QML 유형을 제공합니다. 이러한 QML 유형은 다음과 함께 작동합니다. Qt Quick 및 Qt Quick Controls.
QML 유형은 .qml 파일에서 다음 import 문을 사용하여 애플리케이션으로 가져올 수 있습니다.
import QtQuick.Layouts
GridLayout과 동일하지만 열이 하나만 있습니다. | |
그리드에서 항목을 동적으로 정렬하는 방법을 제공합니다. | |
그리드 레이아웃, 행 레이아웃 또는 열 레이아웃에 푸시된 항목에 대한 첨부 프로퍼티를 제공합니다. | |
레이아웃에서 QQuickItems의 플레이스홀더 | |
그리드 레이아웃과 동일하지만 행이 하나만 있습니다. | |
한 번에 하나의 항목만 표시되는 항목 스택 |
© 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.