-
Notifications
You must be signed in to change notification settings - Fork 0
OBSOLETE3.05
nucularmoo edited this page May 15, 2018
·
1 revision
Tino: Perhaps more generic title: Custom models
Explanation of the contents of a topic page @ Topic reference page
Objective: OBJECTIVE
Tino: Objective: Creating and using custom models in QML
- Why to create a custom model instead of using a standard item model?
- What is needed in the simplest custom model?
Tino: rowCount() and data()
- How to make a model writable?
- What is require for a custom editable model?
- How to map table columns to named roles?