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
|
|
} |