![]() |
Qt 6.x
The Qt SDK
|
#include "qstyle.h"#include "qapplication.h"#include "qpainter.h"#include "qwidget.h"#include "qbitmap.h"#include "qpixmapcache.h"#include "qstyleoption.h"#include "private/qstyle_p.h"#include "private/qguiapplication_p.h"#include <qpa/qplatformtheme.h>#include "qdebug.h"#include <limits.h>#include <algorithm>#include "moc_qstyle.cpp"
Include dependency graph for qstyle.cpp:Go to the source code of this file.
Functions | |
| static int | unpackControlTypes (QSizePolicy::ControlTypes controls, QSizePolicy::ControlType *array) |
Variables | |
| static QT_BEGIN_NAMESPACE const int | MaxBits = 8 * sizeof(QSizePolicy::ControlType) |
|
static |
Definition at line 25 of file qstyle.cpp.
References i, MaxBits, and qPopulationCount().
Referenced by QStyle::combinedLayoutSpacing().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 23 of file qstyle.cpp.
Referenced by QStyle::combinedLayoutSpacing(), and unpackControlTypes().