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

(b2514cf4520552912b213fc757faa3e2fcab1d6a)

#include <QtWidgets/qtwidgetsglobal.h>
#include <QtCore/qobject.h>
#include <QtCore/qalgorithms.h>
#include <QtCore/qhashfunctions.h>
Include dependency graph for qsizepolicy.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QSizePolicy
 The QSizePolicy class is a layout attribute describing horizontal and vertical resizing policy. More...

Functions

 Q_DECLARE_TYPEINFO (QSizePolicy, Q_PRIMITIVE_TYPE)
Q_WIDGETS_EXPORT QDataStreamoperator<< (QDataStream &, const QSizePolicy &)
Q_WIDGETS_EXPORT QDataStreamoperator>> (QDataStream &, QSizePolicy &)
Q_WIDGETS_EXPORT QDebug operator<< (QDebug dbg, const QSizePolicy &)

Function Documentation

◆ operator<<() [1/2]

Q_WIDGETS_EXPORT QDataStream & operator<< ( QDataStream & ,
const QSizePolicy &  )

◆ operator<<() [2/2]

QDebug operator<< ( QDebug dbg,
const QSizePolicy & p )

Definition at line 458 of file qsizepolicy.cpp.

◆ operator>>()

Q_WIDGETS_EXPORT QDataStream & operator>> ( QDataStream & ,
QSizePolicy &  )

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QSizePolicy ,
Q_PRIMITIVE_TYPE  )