Qt Quick Layouts QML Types
モジュールは Qt Quick Layoutsモジュールは、ユーザーインターフェースの中にQMLの項目を配置するためのQML型を提供します。これらのQML型は Qt QuickおよびQt Quick コントロールと連動します。
QML タイプは、.qml ファイルに次のような import ステートメントを記述することで、 アプリケーションにインポートすることができます。
import QtQuick.Layouts
GridLayoutと同じですが、列が1つしかありません。 | |
QMLはクイックアイテムのフレックスレイアウトを提供します。 | |
アイテムを動的にグリッドに配置する方法を提供します。 | |
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.