Use IBeamCursor instead of normal arrow.

This commit is contained in:
Filippo Scognamiglio 2015-01-05 22:01:14 +01:00
parent cf404f980d
commit 859adf966a

View File

@ -174,6 +174,7 @@ Item{
MouseArea{
acceptedButtons: Qt.LeftButton | Qt.MiddleButton | Qt.RightButton
anchors.fill: parent
cursorShape: Qt.IBeamCursor
onWheel:{
if(wheel.modifiers & Qt.ControlModifier){
wheel.angleDelta.y > 0 ? zoomIn.trigger() : zoomOut.trigger();