Uses of Class
io.qt.gui.QPen
Package | Description |
---|---|
io.qt.charts | |
io.qt.gui | |
io.qt.widgets |
-
Uses of QPen in io.qt.charts
Fields in io.qt.charts with type parameters of type QPen Modifier and Type Field Description QObject.Signal1<QPen>
QAbstractAxis. gridLinePenChanged
QObject.Signal1<QPen>
QAbstractAxis. linePenChanged
QObject.Signal1<QPen>
QAbstractAxis. minorGridLinePenChanged
QObject.Signal1<QPen>
QXYSeries. penChanged
QObject.Signal1<QPen>
QAbstractAxis. shadesPenChanged
Methods in io.qt.charts that return QPen Modifier and Type Method Description QPen
QChart. backgroundPen()
QPen
QAbstractAxis. gridLinePen()
QPen
QAbstractAxis. linePen()
QPen
QAbstractAxis. minorGridLinePen()
QPen
QAreaSeries. pen()
Returns the pen used to draw the line for this seriesQPen
QBarSet. pen()
QPen
QBoxPlotSeries. pen()
QPen
QBoxSet. pen()
QPen
QCandlestickSeries. pen()
QPen
QCandlestickSet. pen()
QPen
QLegend. pen()
QPen
QLegendMarker. pen()
QPen
QPieSlice. pen()
QPen
QXYSeries. pen()
QPen
QChart. plotAreaBackgroundPen()
QPen
QAbstractAxis. shadesPen()
Methods in io.qt.charts with parameters of type QPen Modifier and Type Method Description void
QChart. setBackgroundPen(QPen pen)
void
QAbstractAxis. setGridLinePen(QPen pen)
void
QAbstractAxis. setLinePen(QPen pen)
void
QAbstractAxis. setMinorGridLinePen(QPen pen)
void
QAreaSeries. setPen(QPen pen)
void
QBarSet. setPen(QPen pen)
void
QBoxPlotSeries. setPen(QPen pen)
void
QBoxSet. setPen(QPen pen)
void
QCandlestickSeries. setPen(QPen pen)
void
QCandlestickSet. setPen(QPen pen)
void
QLegend. setPen(QPen pen)
void
QLegendMarker. setPen(QPen pen)
void
QPieSlice. setPen(QPen pen)
void
QScatterSeries. setPen(QPen pen)
void
QXYSeries. setPen(QPen pen)
void
QChart. setPlotAreaBackgroundPen(QPen pen)
void
QAbstractAxis. setShadesPen(QPen pen)
-
Uses of QPen in io.qt.gui
Methods in io.qt.gui that return QPen Modifier and Type Method Description QPen
QPen. clone()
QPen
QPaintEngineState. pen()
QPen
QPainter. pen()
QPen
QTextFormat. penProperty(int propertyId)
QPen
QTextCharFormat. textOutline()
Methods in io.qt.gui with parameters of type QPen Modifier and Type Method Description void
QPainter. setPen(QPen pen)
void
QTextCharFormat. setTextOutline(QPen pen)
void
QPainter. strokePath(QPainterPath path, QPen pen)
void
QPen. swap(QPen other)
Constructors in io.qt.gui with parameters of type QPen Constructor Description QPainterPathStroker(QPen pen)
QPen(QPen pen)
See QPen::QPen(QPen) -
Uses of QPen in io.qt.widgets
Methods in io.qt.widgets that return QPen Modifier and Type Method Description QPen
QAbstractGraphicsShapeItem. pen()
QPen
QGraphicsLineItem. pen()
Methods in io.qt.widgets with parameters of type QPen Modifier and Type Method Description QGraphicsEllipseItem
QGraphicsScene. addEllipse(double x, double y, double w, double h, QPen pen)
Equivalent to addEllipse(x, y, w, h, pen, null)QGraphicsEllipseItem
QGraphicsScene. addEllipse(double x, double y, double w, double h, QPen pen, QBrush brush)
Creates and adds an ellipse item to the scene, and returns the item reference.QGraphicsEllipseItem
QGraphicsScene. addEllipse(QRectF rect, QPen pen)
Equivalent to addEllipse(rect, pen, null)QGraphicsEllipseItem
QGraphicsScene. addEllipse(QRectF rect, QPen pen, QBrush brush)
Creates and adds an ellipse item to the scene, and returns the item reference.QGraphicsLineItem
QGraphicsScene. addLine(double x1, double y1, double x2, double y2, QPen pen)
Creates and adds a line item to the scene, and returns the item reference.QGraphicsLineItem
QGraphicsScene. addLine(QLineF line, QPen pen)
Creates and adds a line item to the scene, and returns the item reference.QGraphicsPathItem
QGraphicsScene. addPath(QPainterPath path, QPen pen)
Equivalent to addPath(path, pen, null)QGraphicsPathItem
QGraphicsScene. addPath(QPainterPath path, QPen pen, QBrush brush)
Creates and adds a path item to the scene, and returns the item reference.QGraphicsPolygonItem
QGraphicsScene. addPolygon(QPolygonF polygon, QPen pen)
Equivalent to addPolygon(polygon, pen, null)QGraphicsPolygonItem
QGraphicsScene. addPolygon(QPolygonF polygon, QPen pen, QBrush brush)
Creates and adds a polygon item to the scene, and returns the item reference.QGraphicsRectItem
QGraphicsScene. addRect(double x, double y, double w, double h, QPen pen)
Equivalent to addRect(x, y, w, h, pen, null)QGraphicsRectItem
QGraphicsScene. addRect(double x, double y, double w, double h, QPen pen, QBrush brush)
Creates and adds a rectangle item to the scene, and returns the item reference.QGraphicsRectItem
QGraphicsScene. addRect(QRectF rect, QPen pen)
Equivalent to addRect(rect, pen, null)QGraphicsRectItem
QGraphicsScene. addRect(QRectF rect, QPen pen, QBrush brush)
Creates and adds a rectangle item to the scene, and returns the item reference.void
QAbstractGraphicsShapeItem. setPen(QPen pen)
void
QGraphicsLineItem. setPen(QPen pen)