LSPS documentation logo
LSPS Documentation
Image (ui::Image)

The Image component is a Form output component that renders an image File object.

  • Content: the image object to be displayed; you can use the getResource() function; for example, getResource("myModule", "picture.jpg")

    Note: The File object cannot be created directly over a file in the file system. Therefore, you need to import the image into your project (File > Import > General > File System) and create the File object over the imported image.

  • Text: image caption
  • Help text: tooltip text; you can define the Help text on the Help Text tab in the Properties view.