-
Methods in io.qt.core that return Qt.SizeMode
Modifier and Type |
Method |
Description |
static Qt.SizeMode |
Qt.SizeMode.resolve(int value) |
Returns the corresponding enum entry for the given value.
|
static Qt.SizeMode |
Qt.SizeMode.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Qt.SizeMode[] |
Qt.SizeMode.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
-
Methods in io.qt.gui with parameters of type Qt.SizeMode
Modifier and Type |
Method |
Description |
void |
QPainterPath.addRoundedRect(double x,
double y,
double w,
double h,
double xRadius,
double yRadius,
Qt.SizeMode mode) |
|
void |
QPainterPath.addRoundedRect(QRectF rect,
double xRadius,
double yRadius,
Qt.SizeMode mode) |
|
void |
QPainter.drawRoundedRect(int x,
int y,
int w,
int h,
double xRadius,
double yRadius,
Qt.SizeMode mode) |
|
void |
QPainter.drawRoundedRect(QRectF rect,
double xRadius,
double yRadius,
Qt.SizeMode mode) |
|
void |
QPainter.drawRoundedRect(QRect rect,
double xRadius,
double yRadius,
Qt.SizeMode mode) |
|