![]() |
Qt 6.x
The Qt SDK
|
#include "qsizepolicy.h"
#include <qdatastream.h>
#include <qdebug.h>
#include <qvariant.h>
#include "moc_qsizepolicy.cpp"
Go to the source code of this file.
Macros | |
#define | VALUE_OF_BITS(data, bitstart, bitcount) ((data >> bitstart) & ((1 << bitcount) -1)) |
Functions | |
QDebug | operator<< (QDebug dbg, const QSizePolicy &p) |
Definition at line 432 of file qsizepolicy.cpp.
QDebug operator<< | ( | QDebug | dbg, |
const QSizePolicy & | p | ||
) |
Definition at line 459 of file qsizepolicy.cpp.