_ZNK7QLayout19totalHeightForWidthEi

Name

QLayout::totalHeightForWidth -- get the preferred height for the layout

Synopsis

#include <QtGui/qlayout.h>

int QLayout::totalHeightForWidth (int w);

Description

The QLayout::totalHeightForWidth() function has the same behavior as the QLayoutItem::heightForWidth() function described in QtGui 4.2.0, but also takes contentsMargins and menu bar into account (heightForWidth() is inherited by QLayout from QLayoutItem).

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.