EQL5/examples/M-modules/quick/item-model
2017-03-01 14:57:23 +01:00
..
lib for MinGW: change "Q_OS_WIN" to "Q_CC_MSVC" (otherwise MinGW won't link plugins) 2017-02-21 10:06:50 +01:00
qml some revisions (mostly "quick" examples) 2017-02-25 10:46:45 +01:00
abstract-model.lisp small QML revisions 2017-02-18 17:00:23 +01:00
list-model.lisp small QML revisions 2017-02-18 17:00:23 +01:00
properties.lisp small revisions 2017-02-28 10:32:28 +01:00
qml-lisp.lisp revision of QML "sokoban"; add function QML-SET-ALL; 2017-03-01 14:57:23 +01:00
README.txt revisions of "quick" examples docu 2017-02-17 10:16:30 +01:00

INFO
====

This is an adapted port of the following chapter in Qt Assistant:

    "Using C++ Models with Qt Quick Views"


RUN
===

Please run it from this directory.


HELP
====

To display the output of QPROPERTIES*, run

    (show-properties-dialog) ; see "properties.lisp"

and use [Select] to explore the single QML items.