From f8ad2a730e3731249a0ca258b501d8334a387b2c Mon Sep 17 00:00:00 2001 From: jbreitwi <josephine.breitwiller@etu.ec-lyon.fr> Date: Mon, 17 Mar 2025 11:05:18 +0100 Subject: [PATCH] Update Main.qml --- applicationQT2048/Main.qml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/applicationQT2048/Main.qml b/applicationQT2048/Main.qml index ef20818..3cec32b 100644 --- a/applicationQT2048/Main.qml +++ b/applicationQT2048/Main.qml @@ -8,10 +8,19 @@ Window { title: qsTr("Application 2048") Rectangle{ - width:150;height:150 + width:100;height:100 color:"orange" x:25 y:10 + radius:10 + + Text { + + text:"2048" + color: "white" + + anchors.centerIn: parent + } } Rectangle{ -- GitLab