mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 14:51:15 +00:00
Add a TouchArea builtin item (currently does nothing)
This commit is contained in:
parent
f27a715b30
commit
6b3765857a
7 changed files with 119 additions and 9 deletions
|
@ -7,6 +7,12 @@ component TwoRectangle = Rectangle {
|
|||
width: 25;
|
||||
height: 25;
|
||||
color: red;
|
||||
|
||||
my_area = TouchArea {
|
||||
width: 25;
|
||||
height: 25;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue