![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qcommonstyle.h"
#include "qcommonstyle_p.h"
#include <qfile.h>
#include <qapplication.h>
#include <private/qguiapplication_p.h>
#include <qpa/qplatformtheme.h>
#include <qbitmap.h>
#include <qcache.h>
#include <qdrawutil.h>
#include <qlayout.h>
#include <qmath.h>
#include <qpainter.h>
#include <qpaintengine.h>
#include <qpainterpath.h>
#include <qpainterstateguard.h>
#include <qstyleoption.h>
#include <private/qcommonstylepixmaps_p.h>
#include <private/qmath_p.h>
#include <qdebug.h>
#include <qtextformat.h>
#include <qfileinfo.h>
#include <qdir.h>
#include <qvariant.h>
#include <qpixmapcache.h>
#include <qloggingcategory.h>
#include <limits.h>
#include <private/qtextengine_p.h>
#include <private/qstylehelper_p.h>
#include "moc_qcommonstyle.cpp"
Go to the source code of this file.
Functions | |
QT_BEGIN_NAMESPACE | Q_STATIC_LOGGING_CATEGORY (lcCommonStyle, "qt.widgets.commonstyle") |
static QSizeF | viewItemTextLayout (QTextLayout &textLayout, int lineWidth, int maxHeight=-1, int *lastVisibleLine=nullptr) |
static uint | qt_intensity (uint r, uint g, uint b) |
QT_BEGIN_NAMESPACE Q_STATIC_LOGGING_CATEGORY | ( | lcCommonStyle | , |
"qt.widgets.commonstyle" | ) |
Definition at line 6143 of file qcommonstyle.cpp.
|
static |
Definition at line 832 of file qcommonstyle.cpp.