Skip to content
Snippets Groups Projects
Commit 20ea2adc authored by Jolibois Simon's avatar Jolibois Simon
Browse files

Delete Grille.qml

parent 4b62265c
Branches
No related tags found
No related merge requests found
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
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment