zui docs v0.0.5
GitHub ↗
Foundation and layout Native Qt

Border Overlay

Border Overlay is a native Zui component in the foundation and layout catalog, with 6 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
border_overlay width: 420, height: 220,
  color: "#b7ff5a", width_spec: 2,
  radius: 18
API

Component properties

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

colorColor configuration for Border Overlay.property
width_specWidth spec configuration for Border Overlay.property
gradient_colorsGradient colors configuration for Border Overlay.property
gradient_angleGradient angle configuration for Border Overlay.property
radiusRadius configuration for Border Overlay.property
visibleVisible configuration for Border Overlay.property
Show 16 shared item properties
enabledopacityscalerotationzwidthheightfill_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.