Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello folks!
I try to implement tooltips for delegates in the list and I have found no way to receive a mouse event in the delegate instance. If there is a way to propagate mouse events to ListView delegates in QML?
Thank you in advance!
MouseArea works in a delegate.
Doh, my mistake. I've totally forgot to set MouseArea anchors and wondered why it doesn't work :).