Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qstylehelper_p.h File Reference

(896c4fe4279f7dc761dcd59f7b0cde070c38b3cb)

#include <QtWidgets/private/qtwidgetsglobal_p.h>
#include <QtCore/qpoint.h>
#include <QtCore/qstring.h>
#include <QtGui/qpaintdevice.h>
#include <QtGui/qpolygon.h>
#include <QtCore/qstringbuilder.h>
#include <QtGui/qaccessible.h>
#include <private/qhexstring_p.h>
+ Include dependency graph for qstylehelper_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  QStyleHelper
 

Enumerations

enum  QStyleHelper::WidgetSizePolicy { QStyleHelper::SizeLarge = 0 , QStyleHelper::SizeSmall = 1 , QStyleHelper::SizeMini = 2 , QStyleHelper::SizeDefault = -1 }
 

Functions

QString QStyleHelper::uniqueName (const QString &key, const QStyleOption *option, const QSize &size, qreal dpr)
 
Q_WIDGETS_EXPORT qreal QStyleHelper::dpi (const QStyleOption *option)
 
Q_WIDGETS_EXPORT qreal QStyleHelper::dpiScaled (qreal value, qreal dpi)
 
Q_WIDGETS_EXPORT qreal QStyleHelper::dpiScaled (qreal value, const QPaintDevice *device)
 
Q_WIDGETS_EXPORT qreal QStyleHelper::dpiScaled (qreal value, const QStyleOption *option)
 
void QStyleHelper::drawBorderPixmap (const QPixmap &pixmap, QPainter *painter, const QRect &rect, int left, int top, int right, int bottom)
 
QColor QStyleHelper::backgroundColor (const QPalette &pal, const QWidget *widget)
 
WidgetSizePolicy QStyleHelper::widgetSizePolicy (const QWidget *widget, const QStyleOption *opt)