moment/harmonyqml/HMouseArea.qml
2019-03-21 23:28:14 -04:00

6 lines
73 B
QML

import QtQuick 2.7
MouseArea {
cursorShape: Qt.PointingHandCursor
}