clickItem

clickItem(objectOrName, itemText)

clickItem(objectOrName, itemText, modifierState)

clickItem(objectOrName, row, column)

clickItem(objectOrName, row, column, modifierState)

This function clicks the mouse on the item with the given itemText or the item at the given row and column inside the given objectOrName view widget using the optional modifierState modifier state (if given).

Note that for the row and column version the objectOrName must be of type HTML_CustomItemView Class. Also, if the row or column is out of range (below zero or greater than the number of rows or columns), no exception will be raised and no click will take place.

See Web Object API Function Parameters for which values are valid for the modifierState.

© 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