Image
Displays an image inside a cell.
Properties
| Property | Description |
| Enabled | Boolean indicating whether or not the component is enabled. |
| Hint | Specifies the user hint string that will appear in the component's interactive help bubble. |
| Horz | Horizontal display mode, "stretch" to expand it to fill the full width of the cell. |
| Image | Name of the image to display, or external URL (Qubes 5.4). |
| TabIndex | Integer indicating the component's tab order (Qubes 5.6). |
| Vert | Vertical display mode, "stretch" to expand it to fill the full height of the cell. |
| Visible | Boolean 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.