Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Projet_sudoku
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
Jolibois Simon
Projet_sudoku
Commits
20ea2adc
Commit
20ea2adc
authored
4 years ago
by
Jolibois Simon
Browse files
Options
Downloads
Patches
Plain Diff
Delete Grille.qml
parent
4b62265c
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
Grille.qml
+0
-120
0 additions, 120 deletions
Grille.qml
with
0 additions
and
120 deletions
Grille.qml
deleted
100644 → 0
+
0
−
120
View file @
4b62265c
import
QtQuick
2.0
Item
{
id
:
maGrille
width
:
466
height
:
466
property
alias
carre9
:
carre9
property
alias
carre8
:
carre8
property
alias
carre7
:
carre7
property
alias
carre6
:
carre6
property
alias
carre5
:
carre5
property
alias
carre4
:
carre4
property
alias
carre3
:
carre3
property
alias
carre2
:
carre2
property
alias
carre1
:
carre1
Rectangle
{
id
:
backgroundGrille
color
:
"
#ffffff
"
border.width
:
2
anchors.fill
:
parent
Carre
{
id
:
carre1
anchors.left
:
parent
.
left
anchors.top
:
parent
.
top
case9.chiffreText
:
qsTr
(
"
9
"
)
case8.chiffreText
:
qsTr
(
"
9
"
)
case7.chiffreText
:
qsTr
(
"
9
"
)
case6.chiffreText
:
qsTr
(
"
9
"
)
case5.chiffreText
:
qsTr
(
"
9
"
)
case4.chiffreText
:
qsTr
(
"
9
"
)
case3.chiffreText
:
qsTr
(
"
9
"
)
case2.chiffreText
:
qsTr
(
"
9
"
)
case1.chiffreText
:
qsTr
(
"
9
"
)
anchors.leftMargin
:
2
anchors.topMargin
:
2
}
Carre
{
id
:
carre2
x
:
178
anchors.top
:
parent
.
top
case9.chiffreText
:
qsTr
(
""
)
case8.chiffreText
:
qsTr
(
""
)
case7.chiffreText
:
qsTr
(
""
)
case6.chiffreText
:
qsTr
(
""
)
case5.chiffreText
:
qsTr
(
""
)
case4.chiffreText
:
qsTr
(
""
)
case3.chiffreText
:
qsTr
(
""
)
case2.chiffreText
:
qsTr
(
""
)
case1.chiffreText
:
qsTr
(
"
9
"
)
anchors.horizontalCenter
:
parent
.
horizontalCenter
anchors.topMargin
:
2
}
Carre
{
id
:
carre3
x
:
347
anchors.right
:
parent
.
right
anchors.top
:
parent
.
top
anchors.rightMargin
:
2
anchors.topMargin
:
2
}
Carre
{
id
:
carre4
y
:
191
anchors.verticalCenter
:
parent
.
verticalCenter
anchors.left
:
parent
.
left
anchors.leftMargin
:
2
}
Carre
{
id
:
carre5
x
:
279
y
:
219
anchors.verticalCenter
:
parent
.
verticalCenter
anchors.horizontalCenter
:
parent
.
horizontalCenter
}
Carre
{
id
:
carre6
x
:
361
y
:
199
anchors.verticalCenter
:
parent
.
verticalCenter
anchors.right
:
parent
.
right
anchors.rightMargin
:
2
}
Carre
{
id
:
carre7
y
:
338
anchors.left
:
parent
.
left
anchors.bottom
:
parent
.
bottom
anchors.leftMargin
:
2
anchors.bottomMargin
:
2
}
Carre
{
id
:
carre8
x
:
225
y
:
330
anchors.bottom
:
parent
.
bottom
anchors.horizontalCenter
:
parent
.
horizontalCenter
anchors.bottomMargin
:
2
}
Carre
{
id
:
carre9
x
:
316
y
:
316
anchors.right
:
parent
.
right
anchors.bottom
:
parent
.
bottom
anchors.rightMargin
:
2
anchors.bottomMargin
:
2
}
}
}
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