Skip to content
Snippets Groups Projects
Commit 6cc66958 authored by Massies Alexandre's avatar Massies Alexandre
Browse files
parents 03fe1dcb 32cafab8
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,10 @@ import QtQuick
Item {
width: 90
height: 90
property alias _textColor: _text.color
property alias _textText: _text.text
Text {
id: _text
x: 0
......
......@@ -34,6 +34,20 @@ Window {
x: 76
y: 47
_textText: "Générer un mot"
MouseArea {
id: mouseArea
x: 0
y: 0
width: 400
height: 200
onClicked: case3._textColor="#51c3e1"
Case {
id: case3
_textText: "test"
}
}
}
Rectangle {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment