Uses of Enum
io.qt.core.Qt.PenStyle
Packages that use Qt.PenStyle
-
Uses of Qt.PenStyle in io.qt.core
Methods in io.qt.core that return Qt.PenStyleModifier and TypeMethodDescriptionstatic Qt.PenStyle
Qt.PenStyle.resolve
(int value) Returns the corresponding enum entry for the given value.static Qt.PenStyle
Returns the enum constant of this type with the specified name.static Qt.PenStyle[]
Qt.PenStyle.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Qt.PenStyle in io.qt.gui
Methods in io.qt.gui that return Qt.PenStyleMethods in io.qt.gui with parameters of type Qt.PenStyleModifier and TypeMethodDescriptionfinal void
QPainterPathStroker.setDashPattern
(Qt.PenStyle arg__1) final void
QPainter.setPen
(Qt.PenStyle style) final void
QPen.setStyle
(Qt.PenStyle arg__1) Constructors in io.qt.gui with parameters of type Qt.PenStyleModifierConstructorDescriptionQPen
(Qt.PenStyle arg__1) QPen
(QBrush brush, double width, Qt.PenStyle s) QPen
(QBrush brush, double width, Qt.PenStyle s, Qt.PenCapStyle c) Overloaded constructor forQPen(io.qt.gui.QBrush, double, io.qt.core.Qt.PenStyle, io.qt.core.Qt.PenCapStyle, io.qt.core.Qt.PenJoinStyle)
withj = io.qt.core.Qt.PenJoinStyle.BevelJoin
.QPen
(QBrush brush, double width, Qt.PenStyle s, Qt.PenCapStyle c, Qt.PenJoinStyle j) QPen
(QColor color, double width, Qt.PenStyle s) QPen
(QColor color, double width, Qt.PenStyle s, Qt.PenCapStyle c) QPen
(QColor color, double width, Qt.PenStyle s, Qt.PenCapStyle c, Qt.PenJoinStyle j) -
Uses of Qt.PenStyle in io.qt.widgets
Methods in io.qt.widgets that return Qt.PenStyleModifier and TypeMethodDescriptionfinal Qt.PenStyle
QTableView.getGridStyle()
Kotlin property getter.final Qt.PenStyle
QTableView.gridStyle()
Methods in io.qt.widgets with parameters of type Qt.PenStyle