1 2 3 4 5 6 7
import QtQuick MouseArea { anchors.fill: parent onPressed: (mouse) => mouse.accepted = false cursorShape: Qt.PointingHandCursor }
[PATCH repo_name]