doubleTap

doubleTap(objectOrName)

doubleTap(objectOrName, x, y)

doubleTap(objectOrName, x, y, modifiers)

This function double-taps on the objectOrName widget.

If x and y arguments (in the objectOrName widget's coordinates) have been provided, the taps will happen there, otherwise replay will happen at the center of the widget.

If the modifiers argument has been provided, the taps will happen with keyboard modifiers pressed, otherwise replay will happen without any keyboard modifiers being pressed.

Tapping is supported on objects of type QQuickItem and QWindow.

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.

Search Results