8 lines
100 B
Plaintext
8 lines
100 B
Plaintext
|
Rectangle {
|
||
|
id: clickable
|
||
|
color: "blue"
|
||
|
width: 300
|
||
|
height: 300
|
||
|
onClick: emit!
|
||
|
}
|