我想用来自QAbstractListModel
. 似乎有两个 Qml 工具适用于此,MapItemView
[1] 和Repeater
[2]。TheRepeater
更强大(例如它允许嵌套模型) - 那么有什么理由使用 theMapItemView
而不是 a Repeater
?
问候,
[1] http://doc.qt.io/qt-5/qml-qtlocation-mapitemview.html
[2] http://doc.qt.io/qt-5/qml-qtquick-repeater.html
MapItemView 来源:http ://code.qt.io/cgit/qt/qtlocation.git/tree/src/location/declarativemaps/qdeclarativegeomapitemview.cpp
中继器来源:http ://code.qt.io/cgit/qt/qtdeclarative.git/tree/src/quick/items/qquickrepeater.cpp