Skip to content
Snippets Groups Projects
Commit 14c752bb authored by Ulysse Durand's avatar Ulysse Durand
Browse files

Merge branch 'master' of gitlab.ec-lyon.fr:durandu/projetcppqt

parents b166a730 0a983213
Branches
No related tags found
No related merge requests found
......@@ -23,6 +23,27 @@ Window {
text: qsTr("Motus")
font.pixelSize: 30
}
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
}
}
/*
MenuDeroulant {
......@@ -49,25 +70,5 @@ Window {
}
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