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
qwidget.h File Reference

(31a127610358e6734da62d946841c6d46a7f3dd3)

#include <QtWidgets/qtwidgetsglobal.h>
#include <QtGui/qwindowdefs.h>
#include <QtCore/qobject.h>
#include <QtCore/qmargins.h>
#include <QtGui/qpaintdevice.h>
#include <QtGui/qpalette.h>
#include <QtGui/qfont.h>
#include <QtGui/qfontmetrics.h>
#include <QtGui/qfontinfo.h>
#include <QtWidgets/qsizepolicy.h>
#include <QtGui/qregion.h>
#include <QtGui/qbrush.h>
#include <QtGui/qcursor.h>
Include dependency graph for qwidget.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QWidgetData
class  QWidget
 The QWidget class is the base class of all user interface objects. More...

Macros

#define QWIDGETSIZE_MAX   ((1<<24)-1)

Functions

template<>
QWidgetqobject_cast< QWidget * > (QObject *o)
template<>
const QWidgetqobject_cast< const QWidget * > (const QObject *o)
Q_WIDGETS_EXPORT QDebug operator<< (QDebug, const QWidget *)

Macro Definition Documentation

◆ QWIDGETSIZE_MAX

#define QWIDGETSIZE_MAX   ((1<<24)-1)

Definition at line 922 of file qwidget.h.

Function Documentation

◆ operator<<()

QDebug operator<< ( QDebug debug,
const QWidget * widget )

Definition at line 13427 of file qwidget.cpp.

◆ qobject_cast< const QWidget * >()

template<>
const QWidget * qobject_cast< const QWidget * > ( const QObject * o)
inline

Definition at line 796 of file qwidget.h.

◆ qobject_cast< QWidget * >()

template<>
QWidget * qobject_cast< QWidget * > ( QObject * o)
inline

Definition at line 791 of file qwidget.h.