pointing hand
This commit is contained in:
parent
a64381ec92
commit
622d9fe7a7
1 changed files with 2 additions and 0 deletions
|
|
@ -34,6 +34,8 @@ Item {
|
||||||
MouseArea {
|
MouseArea {
|
||||||
anchors.fill: text
|
anchors.fill: text
|
||||||
|
|
||||||
|
cursorShape: Qt.PointingHandCursor
|
||||||
|
|
||||||
onClicked: {
|
onClicked: {
|
||||||
if (!modelData.canTogglePlaying) {
|
if (!modelData.canTogglePlaying) {
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue