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
qmainwindowlayout.cpp File Reference

(080324b5eddb55bafbebb15a2b8ed71a38781259)

#include "qmainwindowlayout_p.h"
#include "qmainwindow.h"
#include "qwidgetanimator_p.h"
#include <qapplication.h>
#include <qmimedata.h>
#include <qstring.h>
#include <qstyle.h>
#include <qstylepainter.h>
#include <qvarlengtharray.h>
#include <qstack.h>
#include <qmap.h>
#include <qpointer.h>
#include <qdebug.h>
#include <qtextstream.h>
#include <private/qmenu_p.h>
#include <private/qapplication_p.h>
#include <private/qlayoutengine_p.h>
#include <private/qwidgetresizehandler_p.h>
#include <QScopedValueRollback>
#include "qmainwindowlayout.moc"
#include "moc_qmainwindowlayout_p.cpp"
Include dependency graph for qmainwindowlayout.cpp:

Go to the source code of this file.

Functions

QMainWindowLayoutqt_mainwindow_layout (const QMainWindow *window)
template<typename T>
static QList< T > findChildrenHelper (const QObject *o)
static void fixToolBarOrientation (QLayoutItem *item, int dockPos)

Function Documentation

◆ findChildrenHelper()

template<typename T>
QList< T > findChildrenHelper ( const QObject * o)
static

Definition at line 1246 of file qmainwindowlayout.cpp.

◆ fixToolBarOrientation()

void fixToolBarOrientation ( QLayoutItem * item,
int dockPos )
static

Definition at line 2451 of file qmainwindowlayout.cpp.

◆ qt_mainwindow_layout()

QMainWindowLayout * qt_mainwindow_layout ( const QMainWindow * window)
extern

Definition at line 66 of file qmainwindow.cpp.