mirror of
https://github.com/celesrenata/end-4-flakes.git
synced 2026-06-05 18:29:26 -05:00
7 lines
143 B
QML
7 lines
143 B
QML
import QtQuick
|
|
|
|
MouseArea {
|
|
anchors.fill: parent
|
|
onPressed: (mouse) => mouse.accepted = false
|
|
cursorShape: Qt.PointingHandCursor
|
|
} |