Hey folks.
I want to insert a picture from the resource qrc file into a QWebView.
Is it possible?
Printable View
Hey folks.
I want to insert a picture from the resource qrc file into a QWebView.
Is it possible?
Yes should be possible using the qrc: prefix for your pic path.
for example:
Code:
<img src="qrc:/image.png">