Skip to content

Commit

Permalink
Add a link to the "Using C++ Models in QML Tutorial" video
Browse files Browse the repository at this point in the history
Change-Id: I1e1d8f3996bf2d187491d50a76852fb82257a42b
Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
  • Loading branch information
mitchcurtis committed Feb 1, 2018
1 parent 922ce0e commit 9c08bd6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/quick/doc/src/concepts/modelviewsdata/cppmodels.qdoc
Expand Up @@ -41,6 +41,10 @@ QObjectList or a \l QAbstractItemModel. The first three are useful for exposing
simpler datasets, while QAbstractItemModel provides a more flexible solution for
more complex models.

For a video tutorial that takes you through the whole process of exposing a C++
model to QML, see the
\l {https://youtu.be/9BcAYDlpuT8}{Using C++ Models in QML Tutorial}.

\section2 QStringList-based Model

A model may be a simple \l QStringList, which provides the contents of the list
Expand Down

0 comments on commit 9c08bd6

Please sign in to comment.