EQL5/examples/M-modules/quick
2017-02-20 10:27:49 +01:00
..
item-model small QML revisions 2017-02-18 17:00:23 +01:00
painted-item small QML revisions 2017-02-18 17:00:23 +01:00
palindrome-1 revision of "palindrome-1" example (QML) 2017-02-20 10:25:17 +01:00
palindrome-2 add QML example "palindrome-2" (dynamic version) 2017-02-20 10:27:49 +01:00
qml-lisp revision of "palindrome-1" example (QML) 2017-02-20 10:25:17 +01:00
quickwidget add module :quick (quick, quickwidgets, qml) plus an example; lots of small revisions; 2017-01-16 12:00:00 +01:00
Tic-Tac-Toe small QML revisions 2017-02-18 17:00:23 +01:00
README.txt revision of "palindrome-1" example (QML) 2017-02-20 10:25:17 +01:00

Please note that you will need to build a small C++ plugin for most of the
examples (see "lib/").

If you are new to QML/EQL5, you probably want to go through the examples
(and READMEs) in this order:

    * qml-lisp
    * Tic-Tac-Toe
    * item-model
    * painted-item

The trivial "quickwidget" example just demonstrates that you can integrate
a QML widget in any Qt application, combining both traditional Qt and QML.

* "palindrome-1" is a demo of generating QML code from Lisp (static QML);

* "palindrome-2" is the same using a 'Behavior' in QML, and a QTimer from Lisp
  (dynamic QML);