Uses of Enum
io.qt.core.Qt.SizeMode
-
Uses of Qt.SizeMode in io.qt.core
Modifier and TypeMethodDescriptionstatic Qt.SizeMode
Qt.SizeMode.resolve
(int value) Returns the corresponding enum entry for the given value.static Qt.SizeMode
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. -
Uses of Qt.SizeMode in io.qt.gui
Modifier and TypeMethodDescriptionfinal void
QPainterPath.addRoundedRect
(double x, double y, double w, double h, double xRadius, double yRadius, Qt.SizeMode mode) final void
QPainterPath.addRoundedRect
(QRectF rect, double xRadius, double yRadius, Qt.SizeMode mode) final void
QPainterPath.addRoundedRect
(QRect rect, double xRadius, double yRadius, Qt.SizeMode mode) Overloaded function forQPainterPath.addRoundedRect(io.qt.core.QRectF, double, double, io.qt.core.Qt.SizeMode)
.final void
QPainter.drawRoundedRect
(int x, int y, int w, int h, double xRadius, double yRadius, Qt.SizeMode mode) final void
QPainter.drawRoundedRect
(QRectF rect, double xRadius, double yRadius, Qt.SizeMode mode) final void
QPainter.drawRoundedRect
(QRect rect, double xRadius, double yRadius, Qt.SizeMode mode)