longMouseClick

longMouseClick(objectOrName, x, y, modifierState, button)

longMouseClick(objectOrName, x, y, button)

longMouseClick(objectOrName, modifierState, button)

longMouseClick(objectOrName, button)

longMouseClick(objectOrName)

This function clicks the mouse on the specified objectOrName widget with a fixed delay of about one second between pressing and releasing the mouse button. Apart from the delay this function behaves identical to mouseClick, see mouseClick(objectOrName, x, y, modifierState, button) for more details.

The longMouseClick function 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