Workspace 6.21.5
|
Renders an image to the specified screen, optionally stretching it to match the screen's dimensions.
Inputs: | |||
---|---|---|---|
Image | QImage | ||
Screen number | int | Spcify which monitor to be used. When Serial number is provided, this will not be used. | |
Serial number | QString | Specify serial number of a monitor. If not specified Screen number will be used. This works on Windows only. | |
Keep image aspect ratio | bool | ||
Stays on top | bool | If true, then the widget uses Qt::WindowStaysOnTopHint |