qmlbook / qt6book

The Qt 6 Book - A book about QML
https://www.qt.io/product/qt6/qml-book
Other
335 stars 110 forks source link

Typos in ObjectModel for Model View / Advanced Techniques #198

Open Samuel-Ghinet opened 2 years ago

Samuel-Ghinet commented 2 years ago

The object model is different from other models as it lets you put the actual visual elements side the model. That way, the view does not need any delegate.

Another aspect of the ObjectModel is that is can be dynamically populated using the get, insert, move, remove, and clear methods.