Skip to content
Snippets Groups Projects
Commit 4a097eb5 authored by Pouchet Pierre's avatar Pouchet Pierre
Browse files

continuation mais manque des choses

parent 48d49951
No related branches found
No related tags found
No related merge requests found
......@@ -174,7 +174,7 @@ Window {
Rectangle {
id: rectangle1
width: parent.width * 0.4
height: parent.height * 0.28
height: parent.height * 0.3
anchors.bottom: parent.bottom
anchors.horizontalCenter: parent.horizontalCenter
anchors.bottomMargin: height * 0.2
......@@ -186,19 +186,18 @@ Window {
Column {
anchors.fill: parent
anchors.margins: 10
anchors.top: parent.top
anchors.right: parent.right
anchors.bottom: parent.bottom
anchors.left: parent.left
anchors.topMargin: 0
anchors.rightMargin: 0
anchors.leftMargin: 0
anchors.bottomMargin: 0
topPadding: rectangle1.height * 0.05 // ← espace en haut
bottomPadding: rectangle1.height * 0.05 // ← espace en bas
spacing: parent.width*0.04
Repeater {
anchors.fill: parent.parent
model: [
["A", "Z", "E", "R", "T", "Y", "U", "I", "O", "P"],
["Q", "S", "D", "F", "G", "H", "J", "K", "L"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment