updated cursorshape of cardtype to Qt.PointingHandCursor

This commit is contained in:
ronoaer
2023-09-26 17:23:35 +08:00
parent a6d660e708
commit 37024eb91d
+7
View File
@@ -123,4 +123,11 @@ RadioButton {
Layout.bottomMargin: 16
}
}
MouseArea {
anchors.fill: parent
cursorShape: Qt.PointingHandCursor
enabled: false
}
}