-
Methods in io.qt.core that return Qt.PenStyle
Modifier and Type |
Method |
Description |
static Qt.PenStyle |
Qt.PenStyle.resolve(int value) |
Returns the corresponding enum entry for the given value.
|
static Qt.PenStyle |
Qt.PenStyle.valueOf(String name) |
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.
|
-
Constructors in io.qt.gui with parameters of type Qt.PenStyle
Constructor |
Description |
QPen(Qt.PenStyle arg__1) |
|
QPen(QBrush brush,
double width,
Qt.PenStyle s) |
|
QPen(QBrush brush,
double width,
Qt.PenStyle s,
Qt.PenCapStyle c) |
|
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) |
|
-