Qt Quick Layouts QML Types

モジュールは Qt Quick Layoutsモジュールは、ユーザーインターフェースの中にQMLの項目を配置するためのQML型を提供します。これらのQML型は Qt QuickQt Quick Controls.

QML型は、.qmlファイル中の以下のimport文を使ってアプリケーションにインポートすることができます。

import QtQuick.Layouts

ColumnLayout

GridLayoutと同じですが、列が1つしかありません。

GridLayout

グリッド内のアイテムを動的に配置する方法を提供します。

Layout

GridLayout、RowLayout、またはColumnLayoutにプッシュされたアイテムのプロパティを提供します。

LayoutItemProxy

レイアウト内のQQuickItemsのプレースホルダ

RowLayout

GridLayoutと同じですが、行が1つしかありません。

StackLayout

一度に1つのアイテムのみが表示されるアイテムのスタック

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