May 2019
Intermediate to advanced
542 pages
13h 37m
English
An image can be inserted using the <img> tag, as follows:
<div> <img src=logo.png width=400 height=100 /> </div>
The src attribute should be a file or resource path to an image file supported by Qt (see Chapter 6, Styling Qt Applications, for more information about image format support). The width and height attributes can be used to force a certain size.
Read now
Unlock full access