Skip to content
Snippets Groups Projects
Commit ae2e52ea authored by Yanis Dziki's avatar Yanis Dziki
Browse files

Mouse area sur case

parent dddb3ba8
Branches
No related tags found
No related merge requests found
...@@ -39,4 +39,9 @@ Item { ...@@ -39,4 +39,9 @@ Item {
anchors.horizontalCenter: parent.horizontalCenter anchors.horizontalCenter: parent.horizontalCenter
fillMode: Image.PreserveAspectFit fillMode: Image.PreserveAspectFit
} }
MouseArea {
id: mouseArea
anchors.fill: parent
}
} }
...@@ -83,6 +83,7 @@ Item { ...@@ -83,6 +83,7 @@ Item {
anchors.left: caseClavier8.right anchors.left: caseClavier8.right
anchors.leftMargin: 5 anchors.leftMargin: 5
_textText: qsTr("P") _textText: qsTr("P")
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment