EQL5/examples/M-modules/quick
2017-02-14 12:35:51 +01:00
..
item-model small revision of property dialog for QML 2017-02-14 12:35:51 +01:00
painted-item small revision of property dialog for QML 2017-02-14 12:35:51 +01:00
qml-lisp small revision of property dialog for QML 2017-02-14 12:35:51 +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 revision of property dialog for QML 2017-02-14 12:35:51 +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.