Uses of Enum
io.qt.core.Qt.PenStyle
-
Uses of Qt.PenStyle in io.qt.core
Modifier 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
Modifier and TypeMethodDescriptionfinal void
QPainterPathStroker.setDashPattern
(Qt.PenStyle arg__1) final void
QPainter.setPen
(Qt.PenStyle style) final void
QPen.setStyle
(Qt.PenStyle arg__1) ModifierConstructorDescriptionQPen
(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
Modifier and TypeMethodDescriptionfinal Qt.PenStyle
QTableView.getGridStyle()
Kotlin property getter.final Qt.PenStyle
QTableView.gridStyle()