zui docs v0.0.5
GitHub ↗
Data and collections Native Qt

Table View Delegate

Table View Delegate is a native Zui component in the data and collections catalog, with 18 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
table_view_delegate "Ada Lovelace", row: 0, column: 0, selected: true
API

Component properties

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

textText configuration for Table View Delegate.property
valueValue configuration for Table View Delegate.property
rowRow configuration for Table View Delegate.property
columnColumn configuration for Table View Delegate.property
currentCurrent configuration for Table View Delegate.property
selectedSelected configuration for Table View Delegate.property
editingEditing configuration for Table View Delegate.property
enabledEnabled configuration for Table View Delegate.property
widthWidth configuration for Table View Delegate.property
heightHeight configuration for Table View Delegate.property
backgroundBackground configuration for Table View Delegate.property
selected_backgroundSelected background configuration for Table View Delegate.property
foregroundForeground configuration for Table View Delegate.property
selected_foregroundSelected foreground configuration for Table View Delegate.property
border_colorBorder color configuration for Table View Delegate.property
font_familyFont family configuration for Table View Delegate.property
font_sizeFont size configuration for Table View Delegate.property
visibleVisible configuration for Table View Delegate.property
Show 13 shared item properties
opacityscalerotationzfill_widthfill_heightpreferred_widthpreferred_heightminimum_widthminimum_heightmaximum_widthmaximum_heightlayout_alignment
Interaction

Events

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

clickNative event payload
double_clickNative event payload
activateNative event payload
editNative event payload