EQL5/examples/M-modules/quick
2017-02-10 00:25:32 +01:00
..
item-model "quick": update "painted-item" example; tiny revisions; 2017-02-09 12:48:32 +01:00
painted-item update docu of "painted-item" (module :quick) 2017-02-10 00:25:32 +01:00
qml-lisp "quick": update "painted-item" example; tiny revisions; 2017-02-09 12:48:32 +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": update "painted-item" example; tiny revisions; 2017-02-09 12:48:32 +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.