Qt Quick Layouts QML Types

モジュールは Qt Quick Layoutsモジュールは、ユーザーインターフェースの中にQMLの項目を配置するためのQML型を提供します。これらのQML型は Qt QuickおよびQt Quick コントロールと連動します。

QML タイプは、.qml ファイルに次のような import ステートメントを記述することで、 アプリケーションにインポートすることができます。

import QtQuick.Layouts

ColumnLayout

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

FlexboxLayout

QMLはクイックアイテムのフレックスレイアウトを提供します。

GridLayout

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

Layout

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

LayoutItemProxy

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

RowLayout

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

StackLayout

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

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