_ZNK7QLayout16totalMaximumSizeEv

Name

QLayout::totalMaximumSize -- get the maximum size of the layout

Synopsis

#include <QtGui/qlayout.h>

QSize QLayout::totalMaximumSize (void);

Description

The QLayout::totalMaximumSize() function has the same behavior as the QLayout::maximumSize() function described in QtGui 4.2.0, but also takes contentsMargins and menu bar into account.

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.