Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
projetcppqt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Durand Ulysse
projetcppqt
Commits
ec1b224d
Commit
ec1b224d
authored
2 months ago
by
Yanis Dziki
Browse files
Options
Downloads
Patches
Plain Diff
Mini erreur design
parent
30cff4ea
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
motus/Main.qml
+21
-20
21 additions, 20 deletions
motus/Main.qml
with
21 additions
and
20 deletions
motus/Main.qml
+
21
−
20
View file @
ec1b224d
...
@@ -23,6 +23,27 @@ Window {
...
@@ -23,6 +23,27 @@ Window {
text
:
qsTr
(
"
Motus
"
)
text
:
qsTr
(
"
Motus
"
)
font.pixelSize
:
30
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 {
MenuDeroulant {
...
@@ -49,25 +70,5 @@ Window {
...
@@ -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
}
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment