mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-30 13:51:33 -08:00
10 lines
323 B
Text
10 lines
323 B
Text
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.
|