Quantcast
Channel: QtWebEngine
Viewing all articles
Browse latest Browse all 13965

[[qanda:topic_unsolved]] QWebEngineView img label display QPixmap

$
0
0

Hi, all
c++:
signals:
void signalImage(QPixmap img);

js:
bound.signalImage.connect(function(img){
//<img id='imgid'></img>
var imgid = document.getElementById("imgid");
//img is QPixmap
imgid .src=??
});


Viewing all articles
Browse latest Browse all 13965

Trending Articles