qml: Add the skeleton for the example

Doesn't do much yet, but has background.
This commit is contained in:
Sergio Martins
2020-07-27 17:59:52 +01:00
parent 2895de3ef5
commit 88e10ffb31
5 changed files with 70 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
import QtQuick 2.6
Rectangle {
id: root
color: "red"
}