mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Add mouse WaitCursor indicator
This commit is contained in:
parent
c3f893071a
commit
65dc0b3a05
@ -22,6 +22,16 @@ Item {
|
||||
|
||||
property alias steamWorkshop: screenPlayWorkshop.steamWorkshop
|
||||
|
||||
MouseArea {
|
||||
enabled: gridView.count === 0
|
||||
z: enabled ? 10 : 0
|
||||
cursorShape: enabled ? Qt.WaitCursor : Qt.ArrowCursor
|
||||
acceptedButtons: Qt.NoButton
|
||||
propagateComposedEvents: true
|
||||
anchors.fill: parent
|
||||
preventStealing: true
|
||||
}
|
||||
|
||||
ScreenPlayWorkshop {
|
||||
id: screenPlayWorkshop
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user