Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qquickstylehelper_p.h File Reference

(01cd43d30e3ca2c4dd94a4a4711604adb9417517)

#include <QtCore/qpoint.h>
#include <QtCore/qstring.h>
#include <QtGui/qpaintdevice.h>
#include <QtGui/qpolygon.h>
#include <QtCore/qstringbuilder.h>
#include <QtCore/private/qglobal_p.h>
Include dependency graph for qquickstylehelper_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  QQC2
namespace  QQC2::QStyleHelper

Macros

#define QSTYLEHELPER_P_H

Enumerations

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

Functions

QString QQC2::QStyleHelper::uniqueName (const QString &key, const QStyleOption *option, const QSize &size)
qreal QQC2::QStyleHelper::dpi (const QStyleOption *option)
qreal QQC2::QStyleHelper::dpiScaled (qreal value, qreal dpi)
qreal QQC2::QStyleHelper::dpiScaled (qreal value, const QPaintDevice *device)
qreal QQC2::QStyleHelper::dpiScaled (qreal value, const QStyleOption *option)
qreal QQC2::QStyleHelper::angle (const QPointF &p1, const QPointF &p2)
QPolygonF QQC2::QStyleHelper::calcLines (const QStyleOptionSlider *dial)
int QQC2::QStyleHelper::calcBigLineSize (int radius)
void QQC2::QStyleHelper::drawDial (const QStyleOptionSlider *dial, QPainter *painter)
void QQC2::QStyleHelper::drawBorderPixmap (const QPixmap &pixmap, QPainter *painter, const QRect &rect, int left=0, int top=0, int right=0, int bottom=0)
QColor QQC2::QStyleHelper::backgroundColor (const QPalette &pal)
WidgetSizePolicy QQC2::QStyleHelper::widgetSizePolicy (const QStyleOption *opt)

Macro Definition Documentation

◆ QSTYLEHELPER_P_H

#define QSTYLEHELPER_P_H

Definition at line 16 of file qquickstylehelper_p.h.