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
qquickstylehelper_p.h File Reference

(0dc4fd240a2897c5c443a0ef6d84c416843e4938)

#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 *option, QPainter *painter)
 
void QQC2::QStyleHelper::drawBorderPixmap (const QPixmap &pixmap, QPainter *painter, const QRect &rect, int left, int top, int right, int bottom)
 
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 15 of file qquickstylehelper_p.h.