A
A
Anton Misyagin2020-03-12 08:10:55
Qt
Anton Misyagin, 2020-03-12 08:10:55

How to skip click through Item in Qt?

5e69c337917f7219670519.png

Suppose there are n clickable components. No, probably n would be too small, let's take m clickable components and arrange them one after the other, so that the smallest one is behind all. Associate a click handler with each of the components. Now let's take yes and click on the small component. Now I would like the click to go through all the components and call all m click handlers. How to check this?
Thank you!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vitaly, 2020-03-12
@vt4a2h

https://doc.qt.io/qt-5/qml-qtquick-mousearea.html#...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question