6 lines
73 B
QML
6 lines
73 B
QML
import QtQuick 2.7
|
|
|
|
MouseArea {
|
|
cursorShape: Qt.PointingHandCursor
|
|
}
|