_ZNK8QToolBar14actionGeometryEP7QAction

Name

QToolBar::actionGeometry -- get geometry of the toolbar item associated with the given action

Synopsis


#include <QtGui/qtoolbar.h>

QRect QToolBar::actionGeometry(QAction * action);

Description

The QToolBar::actionGeometry() function shall return the geometry of the toolbar item associated with the given action

If no matching item is found, then the function shall return an invalid QRect.

This function is not intended to be used by applications directly, but may appear among appliction dependencies as a result of usage of other functions and macros.