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つのアイテムのみが表示されるアイテムのスタック

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