updated cursorshape of cardtype to Qt.PointingHandCursor
This commit is contained in:
parent
a6d660e708
commit
37024eb91d
1 changed files with 7 additions and 0 deletions
|
@ -123,4 +123,11 @@ RadioButton {
|
|||
Layout.bottomMargin: 16
|
||||
}
|
||||
}
|
||||
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
enabled: false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue