mirror of
https://gitlab.com/eql/EQL5.git
synced 2026-02-16 12:51:32 -08:00
9 lines
293 B
Text
9 lines
293 B
Text
If you are new to QML/EQL5, you probably want to go through the examples
|
|
in this order:
|
|
|
|
1) qml-lisp
|
|
2) Tic-Tac-Toe
|
|
3) item-model
|
|
|
|
The trivial "quickwidget" example just demonstrates that you can integrate
|
|
a QML widget in any Qt application, combining both traditional Qt and QML.
|