zui docs v0.0.5
GitHub ↗
Effects Container Native Qt

Glow

Glow is a native Zui container in the effects catalog, with 10 component-specific properties.

Usage

Ruby example

Paste this complete Builder example inside the app surface from the Quickstart. Replace illustrative asset paths with files from your project.

Ruby
glow width: 320, height: 180, blur: 0.65, color: "#b7ff5a", opacity: 0.85 do
  label "Signal locked", size: 34, bold: true
end
API

Component properties

10 component-specific values, plus shared item and layout properties.

widthWidth configuration for Glow.property
heightHeight configuration for Glow.property
blurBlur configuration for Glow.property
maximumMaximum configuration for Glow.property
multiplierMultiplier configuration for Glow.property
colorColor configuration for Glow.property
opacityOpacity configuration for Glow.property
scaleScale configuration for Glow.property
auto_paddingAuto padding configuration for Glow.property
visibleVisible configuration for Glow.property
Show 12 shared item properties
enabledrotationzfill_widthfill_heightpreferred_widthpreferred_heightminimum_widthminimum_heightmaximum_widthmaximum_heightlayout_alignment
Interaction

Events

Subscribe with on widget, :event and keep behavior in Ruby.

This renderer is display-only and does not emit component-specific events.