EQL5/examples/M-modules/quick
2017-02-08 19:09:43 +01:00
..
item-model "quick": get rid of JS glue code (now done in Qt/C++, better and safer); only drawback is "Lisp.call()" max. argument limit (currently 16, but could be extended); 2017-02-07 10:31:11 +01:00
painted-item "quick": fix "painted-item.lisp" crash on Windows 2017-02-08 19:09:43 +01:00
qml-lisp "quick": update docu 2017-02-07 12:10:35 +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 "quick": get rid of JS glue code (now done in Qt/C++, better and safer); only drawback is "Lisp.call()" max. argument limit (currently 16, but could be extended); 2017-02-07 10:31:11 +01:00
README.txt "quick": add example "painted-item"; small revisions; 2017-02-04 12:37:26 +01:00

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.