Custom Cursor in Qt Quick
-
wrote on 24 Nov 2018, 13:59 last edited by
Hello Everyone!
I would like to know how to change my cursor to a custom bitmap in Qt Quick. It would be very helpful if it is explained with some code.
Thank You
-
Use QCursor. You can't do it from QML, you need to do it in C++.
1/2