_ZNK8QMenuBar12cornerWidgetEN2Qt6CornerE

Name

QMenuBar::cornerWidget -- get the widget in the left of the first or the right of the last menu

Synopsis


#include <QtGui/qmenubar.h>

QWidget * QMenuBar::cornerWidget(Qt::Corner corner = Qt::TopRightCorner);

Description

The QMenuBar::cornerWidget() function shall return the widget in the left of the first or the right of the last menu item, depending on corner.

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.