_ZNK7QLayout13totalSizeHintEv

Name

QLayout::totalSizeHint -- get the preferred size for the layout

Synopsis

#include <QtGui/qlayout.h>

QSize QLayout::totalSizeHint (void);

Description

The QLayout::totalSizeHint() function shall return the preferred size of the layout. The result shalle be the same as for the sizeHint(), but with contentsMargins and menu bar taken into account.

Note that all inheritors of the QLayoutItem class should provide their own implementation of the sizeHint() function.

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