Uses of Enum
io.qt.core.Qt.SizeMode
Packages that use Qt.SizeMode
-
Uses of Qt.SizeMode in io.qt.core
Methods in io.qt.core that return Qt.SizeModeModifier 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
Methods in io.qt.gui with parameters of type Qt.SizeModeModifier 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)