EQL5/examples/M-modules/quick/item-model
2017-02-21 10:06:50 +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 extend QSELECT / QSEL to work with QML items; revision of property dialog; small revisions; 2017-02-16 17:24:08 +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 revisions of "quick" examples docu 2017-02-17 10:16:30 +01:00
qml-lisp.lisp revision of "quick" examples 2017-02-12 17:06:25 +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.