QML query: Non-rectangular Mouseareas ? What is possible ?
-
wrote on 18 Jul 2012, 14:13 last edited by SGaist 11 Oct 2015, 13:55
Hi guys,
I am looking to create what looks like a pie chart with sections of a circle which are clickable. At the moment I can make a circular mouseareas by creating a rectangle with a high value radius rounded corners and a regular rectangular mousearea. Is there a way to make other shapes such as a triangle with QML?
Thank you.
[Moved to Qt Quick forum -- mlong]
-
wrote on 18 Jul 2012, 14:51 last edited by
Hello
I thing you could do it in C++ for sure.
However you may filter the event in javascript and it could be simplier.
1/2