![]() |
Qt 6.x
The Qt SDK
|
#include <QtWidgets/qtwidgetsglobal.h>
#include <QtCore/qobject.h>
#include <QtCore/qalgorithms.h>
#include <QtCore/qhashfunctions.h>
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 QDataStream & | operator<< (QDataStream &, const QSizePolicy &) |
Q_WIDGETS_EXPORT QDataStream & | operator>> (QDataStream &, QSizePolicy &) |
Q_WIDGETS_EXPORT QDebug | operator<< (QDebug dbg, const QSizePolicy &) |
|
related |
Q_WIDGETS_EXPORT QDebug operator<< | ( | QDebug | dbg, |
const QSizePolicy & | p | ||
) |
Definition at line 459 of file qsizepolicy.cpp.
|
related |
Q_DECLARE_TYPEINFO | ( | QSizePolicy | , |
Q_PRIMITIVE_TYPE | |||
) |