VisualDataModel QML Type

Encapsulates a model and delegate 更多...

Import Statement: import .

详细描述

The VisualDataModel type encapsulates a model and the delegate that will be instantiated for items in a model.

This type is provided by the Qt QML module due to compatibility reasons. The same implementation is now primarily available as DelegateModel in the Qt QML Models module.

参见 QtQml.Models::DelegateModel.