Creating QML Templates - UMD-AIMAR/documentation GitHub Wiki

Download Qt Creator: https://www.qt.io/download-qt-installer

Log in with [email protected], ask a team member for the password. Install with all defaults.

Once installed, go to File (top menu bar) > New File or Project > Qt (under Files and Classes) > QML File.

You will see a text editor for the QML file. Click on the Design tab (on the left menu) - this is the graphical editor for your QML file. Try dragging an object (like Rectangle, MouseArea, etc.) onto the canvas. If you switch back to the Edit tab you will see that the QML has been auto-generated.