Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qlayout.cpp File Reference

(8825bcdbdab5f37b185261d7ba06260dc8e9930d)

#include "qlayout.h"
#include "qlayoutengine_p.h"
#include "qguiapplication.h"
#include "qevent.h"
#include "qstyle.h"
#include "qwidget_p.h"
#include "qlayout_p.h"
#include "moc_qlayout.cpp"
Include dependency graph for qlayout.cpp:

Go to the source code of this file.

Functions

static QT_BEGIN_NAMESPACE int menuBarHeightForWidth (QWidget *menubar, int w)
static bool removeWidgetRecursively (QLayoutItem *li, QObject *w)

Function Documentation

◆ menuBarHeightForWidth()

QT_BEGIN_NAMESPACE int menuBarHeightForWidth ( QWidget * menubar,
int w )
static

Definition at line 16 of file qlayout.cpp.

◆ removeWidgetRecursively()

bool removeWidgetRecursively ( QLayoutItem * li,
QObject * w )
static

Definition at line 467 of file qlayout.cpp.