The method is used to specify the icon for the window title bar. It accepts a single parameter of a character data type containing the image file name and path:
CALL wo.setImage("qx://application/about.png")
When you specify a file name, be careful with its case.
UNIX is case-sensitive, so it will treat files which names come in different cases as separate files.