Uses of Enum
io.qt.gui.QGradient.Preset
Packages that use QGradient.Preset
-
Uses of QGradient.Preset in io.qt.gui
Methods in io.qt.gui that return QGradient.PresetModifier and TypeMethodDescriptionstatic QGradient.Preset
QGradient.Preset.resolve
(int value) Returns the corresponding enum entry for the given value.static QGradient.Preset
Returns the enum constant of this type with the specified name.static QGradient.Preset[]
QGradient.Preset.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 QGradient.PresetModifier and TypeMethodDescriptionstatic QGradient
QGradient.create
(QGradient.Preset preset) final void
QPainter.fillRect
(int x, int y, int w, int h, QGradient.Preset preset) final void
QPainter.fillRect
(QRectF r, QGradient.Preset preset) final void
QPainter.fillRect
(QRect r, QGradient.Preset preset)