EQL5/examples/M-modules/quick
2017-02-19 10:15:43 +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 add "properties.lisp" to QML palindrome example 2017-02-19 10:15:43 +01:00
qml-lisp small QML revisions 2017-02-18 17:00:23 +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 "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.