Image

Displays an image inside a cell.

Properties

PropertyDescription
EnabledBoolean indicating whether or not the component is enabled.
HintSpecifies the user hint string that will appear in the component's interactive help bubble.
HorzHorizontal display mode, "stretch" to expand it to fill the full width of the cell.
ImageName of the image to display, or external URL (Qubes 5.4).
TabIndexInteger indicating the component's tab order (Qubes 5.6).
VertVertical display mode, "stretch" to expand it to fill the full height of the cell.
VisibleBoolean indicating whether or not the component will be visible.

Value

N/A

Remarks

The images must be in a format supported by web browsers (JPG, PNG, GIF, etc.), see the image specifications.

Another way to include an image is to use an image layer.

The Horz and Vert properties can have the following values:

  • default: does not resize and applies the current cell alignment
  • stretch: stretches out the image to fill the entire cell, equivalent to 100%
  • 100%: specifies the size in percent of width or height of the cell (can be any positive number) (supported since v9.2021.3.16)
  • 100px: specifies the size in px (can be any positive number) (supported since v9.2021.3.16)

Cell Hyperlink property is supported since Qubes 9.0 and will open to a new tab.

Classification

Standards