Qt Quick Layouts QML Types
Qt Quick Layoutsモジュールは、ユーザーインターフェイスにQMLアイテムを配置するためのQMLタイプを提供します。これらのQML型は Qt Quickと Qt Quick Controls.
QMLタイプは、.qmlファイル中の以下のimport文を使ってアプリケーションにインポートすることができます。
import QtQuick.Layouts
GridLayoutと同じですが、列が1つしかありません。 | |
グリッド内のアイテムを動的に配置する方法を提供します。 | |
GridLayout、RowLayout、またはColumnLayoutにプッシュされたアイテムのプロパティを提供します。 | |
レイアウト内のQQuickItemsのプレースホルダ | |
GridLayoutと同じですが、行が1つしかありません。 | |
一度に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.