Skip to content
Snippets Groups Projects
Commit 30cff4ea authored by Yanis Dziki's avatar Yanis Dziki
Browse files

Designer

parent 2fb5488b
No related branches found
No related tags found
No related merge requests found
......@@ -5,9 +5,10 @@ Item {
width: 900
height: 800
Rectangle {
id: rectangle
color: "#ffffff"
color: "#8ff0a4"
anchors.fill: parent
Grid {
......
......@@ -24,14 +24,14 @@ Window {
font.pixelSize: 30
}
}
/*
MenuDeroulant {
id: menuDeroulant
x: 38
y: 301
rectangleColor: "#b33939"
}
*/
Bouton {
id: bouton
x: 360
......@@ -48,4 +48,26 @@ Window {
anchors.centerIn: parent
}
Text {
id: _text1
x: 194
y: 167
width: 551
height: 56
color: "#0e0e0e"
text: qsTr("Projet par Ulysse Durand et Yanis Dziki, ")
font.pixelSize: 30
}
Text {
id: _text2
x: 186
y: 372
width: 551
height: 56
color: "#0e0e0e"
text: qsTr("Le jeu se lance par défaut avec un 5 essais\n pour des mots de 8 lettres")
font.pixelSize: 30
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment