QML Cheat Sheet
QML and Qt Quick
5
Posts
3
Posters
6.3k
Views
1
Watching
-
wrote on 27 Oct 2010, 14:59 last edited by
Would anyone else agree that it would be valuable to create a QML cheetsheet with listings of the editable properties for each element? For instance MouseArea would include:
onPressed
onEntered
onExited
onClicked...and more.
-
wrote on 27 Oct 2010, 15:10 last edited by
I think better idea is to divide properties (as width) and signal handlers (as onPressed).
-
wrote on 27 Oct 2010, 15:11 last edited by
Sure, even more useful. So nobody has one build already?
-
wrote on 27 Oct 2010, 15:16 last edited by
AFAIK no.
-
wrote on 20 Mar 2015, 14:58 last edited by
We have just posted this QML Quick Reference cheatsheet to our blog.
http://www.ics.com/blog/qml-quick-referenceWe hope it helps you.