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.
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.propertyheightHeight configuration for Glow.propertyblurBlur configuration for Glow.propertymaximumMaximum configuration for Glow.propertymultiplierMultiplier configuration for Glow.propertycolorColor configuration for Glow.propertyopacityOpacity configuration for Glow.propertyscaleScale configuration for Glow.propertyauto_paddingAuto padding configuration for Glow.propertyvisibleVisible configuration for Glow.propertyShow 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.