Use I Beam cursor.

This commit is contained in:
Black Hat
2019-09-28 23:05:19 -07:00
parent 88babf8d9e
commit 1581349784

View File

@@ -224,7 +224,7 @@ ColumnLayout {
MouseArea {
anchors.fill: parent
acceptedButtons: Qt.NoButton
cursorShape: parent.hoveredLink ? Qt.PointingHandCursor : Qt.ArrowCursor
cursorShape: parent.hoveredLink ? Qt.PointingHandCursor : Qt.IBeamCursor
}
}