Qt QML Models QML Types

このQMLモジュールにはQMLでデータモデルを定義するための型が含まれています。

このモジュールの型を使用するには、以下の行を追加してインポートしてください:

import QtQml.Models

DelegateChoice

デリゲートとその使用タイミングをカプセル化する

DelegateChooser

ビューが、モデル内の異なる種類のアイテムに対して、異なるデリゲートを使用できるようにします。

DelegateModel

モデルとデリゲートをカプセル化する

DelegateModelGroup

フィルタリングされたビジュアルデータアイテムのセットをカプセル化する

Instantiator

オブジェクトを動的に作成する

ItemSelectionModel

QAbstractItemModel とそれをサポートするビューと共に使用される QItemSelectionModel をインスタンス化します。

ListElement

ListModel 内のデータ項目を定義します。

ListModel

自由形式のリスト データ ソースを定義します

ObjectModel

モデルとして使用される項目のセットを定義します。

Package

名前付き項目のコレクションを指定します

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