Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
QML 类型Component和Instantiator似乎做类似的事情;按需创建 QML 对象,而不是在解析其定义时。 那么有什么区别呢? 为什么我要使用其中一个?
Component
Instantiator
An为给定的每个模型条目Instantiator创建一个实例。它类似于中继器。Componentmodel
model
AComponent是一个类。AInstantiator是给定组件的工厂。