![]() |
Qt 6.x
The Qt SDK
|
#include "qlayoutpolicy_p.h"#include <QtCore/qdebug.h>#include <QtCore/qdatastream.h>#include "moc_qlayoutpolicy_p.cpp"
Include dependency graph for qlayoutpolicy.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 QLayoutPolicy &p) |
Definition at line 64 of file qlayoutpolicy.cpp.
| QDebug operator<< | ( | QDebug | dbg, |
| const QLayoutPolicy & | p | ||
| ) |
Definition at line 90 of file qlayoutpolicy.cpp.