guid/assets/rectangle_with_simple_event...

8 lines
100 B
Plaintext
Raw Permalink Normal View History

2020-12-03 02:43:09 +01:00
Rectangle {
id: clickable
color: "blue"
width: 300
height: 300
onClick: emit!
}