mirror of
https://github.com/danbulant/dotfiles
synced 2026-06-16 05:01:13 +00:00
7 lines
No EOL
143 B
QML
7 lines
No EOL
143 B
QML
import QtQuick
|
|
|
|
MouseArea {
|
|
anchors.fill: parent
|
|
onPressed: (mouse) => mouse.accepted = false
|
|
cursorShape: Qt.PointingHandCursor
|
|
} |