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
StrokeStyle Struct Reference

#include <qquicknodeinfo_p.h>

+ Collaboration diagram for StrokeStyle:

Public Attributes

Qt::PenCapStyle lineCapStyle = Qt::SquareCap
 
Qt::PenJoinStyle lineJoinStyle = Qt::MiterJoin
 
qreal miterLimit = 4
 
qreal dashOffset = 0
 
QList< qrealdashArray
 
QColor color = QColorConstants::Transparent
 
qreal width = 1.0
 

Detailed Description

Definition at line 48 of file qquicknodeinfo_p.h.

Member Data Documentation

◆ color

QColor StrokeStyle::color = QColorConstants::Transparent

Definition at line 55 of file qquicknodeinfo_p.h.

◆ dashArray

QList<qreal> StrokeStyle::dashArray

Definition at line 54 of file qquicknodeinfo_p.h.

◆ dashOffset

qreal StrokeStyle::dashOffset = 0

Definition at line 53 of file qquicknodeinfo_p.h.

◆ lineCapStyle

Qt::PenCapStyle StrokeStyle::lineCapStyle = Qt::SquareCap

Definition at line 50 of file qquicknodeinfo_p.h.

◆ lineJoinStyle

Qt::PenJoinStyle StrokeStyle::lineJoinStyle = Qt::MiterJoin

Definition at line 51 of file qquicknodeinfo_p.h.

◆ miterLimit

qreal StrokeStyle::miterLimit = 4

Definition at line 52 of file qquicknodeinfo_p.h.

◆ width

qreal StrokeStyle::width = 1.0

Definition at line 56 of file qquicknodeinfo_p.h.


The documentation for this struct was generated from the following file: