moment/harmonyqml/HMouseArea.qml

6 lines
73 B
QML
Raw Normal View History

2019-03-22 14:28:14 +11:00
import QtQuick 2.7
MouseArea {
cursorShape: Qt.PointingHandCursor
}