st-ten-1/src/ui/qml_widget/qml_widget.qml
matteo porta 0beb139753 init
2022-06-01 18:37:27 +02:00

10 lines
120 B
QML

import QtQuick 2.15
Rectangle {
id: root
objectName: "root"
width: 100
height: 100
color: "gray"
}