Effects
Container
Native Qt
Blur
Blur is a native Zui container in the effects catalog, with 7 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.
blur width: 420, height: 260, amount: 0.55, maximum: 48 do
image "assets/background.jpg", width: 420, height: 260
end
API
Component properties
7 component-specific values, plus shared item and layout properties.
widthWidth configuration for Blur.propertyheightHeight configuration for Blur.propertyamountAmount configuration for Blur.propertymaximumMaximum configuration for Blur.propertymultiplierMultiplier configuration for Blur.propertyauto_paddingAuto padding configuration for Blur.propertyvisibleVisible configuration for Blur.propertyShow 14 shared item properties
enabledopacityscalerotationzfill_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.