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).
I'am developing an app in qml and I want to hide mouse (Iam using touch display so mouse doesn't matter) , How can I do that?
Put a HoverHandler in your root object with cursorShape: Qt.BlankCursor.
HoverHandler
cursorShape: Qt.BlankCursor
Or call QGuiApplication::setOverrideCursor from C++.
QGuiApplication::setOverrideCursor