_ZNK8QMenuBar14actionGeometryEP7QAction

Name

QMenuBar::actionGeometry -- get geometry of an action

Synopsis


#include <QtGui/qmenubar.h>

QRect QMenuBar::actionGeometry(QAction * act);

Description

The QMenuBar::actionGeometry() function shall return the geometry of action act.

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