![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qstyle.h"#include "qapplication.h"#include "qpainter.h"#include "qwidget.h"#include "qbitmap.h"#include "qpixmapcache.h"#include "qset.h"#include "qstyleoption.h"#include "private/qstyle_p.h"#include "private/qstylehelper_p.h"#include "private/qguiapplication_p.h"#include <qpa/qplatformtheme.h>#include "qdebug.h"#include <QtCore/q20utility.h>#include <limits.h>#include <algorithm>#include "moc_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 29 of file qstyle.cpp.
References MaxBits.
|
static |
Definition at line 27 of file qstyle.cpp.
Referenced by unpackControlTypes().