KDeclarativeMouseEvent QML Type

This item spies on mouse events from all child objects including child MouseAreas regardless of whether the child MouseArea propagates events. It does not accept the event. More...

Import Statement: import org.kde.kquickcontrols.addons

Properties

Signals

Detailed Description

In addition unlike MouseArea events include the mouse position in global coordinates and provides the screen the mouse is in.

Property Documentation

accepted : bool


button : bool


buttons : Qt::MouseButtons


modifiers : Qt::KeyboardModifiers


screen : QScreen


screenX : bool


screenY : bool


source : int


x : bool


y : bool


Signal Documentation

acceptedChanged()

Note: The corresponding handler is onAcceptedChanged.