QML Cheat Sheet
-
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.
-
I think better idea is to divide properties (as width) and signal handlers (as onPressed).
-
Sure, even more useful. So nobody has one build already?
-
AFAIK no.
-
We have just posted this QML Quick Reference cheatsheet to our blog.
http://www.ics.com/blog/qml-quick-referenceWe hope it helps you.