This commit is contained in:
pika 2025-06-10 16:58:12 +02:00
parent 12213b0008
commit a1efbcec83
6 changed files with 247 additions and 0 deletions

View file

@ -0,0 +1,9 @@
import QtQuick
Rectangle {
id: root
width: 200
height: 200
color: "red"
}