![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 &) |
| Q_WIDGETS_EXPORT QDataStream & operator<< | ( | QDataStream & | , |
| const QSizePolicy & | ) |
| QDebug operator<< | ( | QDebug | dbg, |
| const QSizePolicy & | p ) |
Definition at line 458 of file qsizepolicy.cpp.
| Q_WIDGETS_EXPORT QDataStream & operator>> | ( | QDataStream & | , |
| QSizePolicy & | ) |
| Q_DECLARE_TYPEINFO | ( | QSizePolicy | , |
| Q_PRIMITIVE_TYPE | ) |