<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="FileOne" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif, Verdana, 'Sans Serif', Sans-Serif; font-size:9pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt;">Dear all,</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px; font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt;"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt;">I'm using Qt 5.7, latest download of sip and PyQt5 for Python 2.7 (on Linux)</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px; font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt;"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt;">I can use the triggerPageAcrion from QWebEngineView for some actions but not for all. Selecting and deselecting content works as well as refresh/reload  BUT everything related to an image like the actions: </span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px; font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt;"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt;">  QWebEnginePage::CopyImageToClipboard</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt;">  QWebEnginePage::CopyImageUrlToClipboard</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt;">  QWebEnginePage::DownloadImageToDisk</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px; font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt;"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt;">results in a segfault when executed.  </span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px; font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt;"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt;">When I select QWebEnginePage::Copy it does not segfault but there is no image at all inside the clipboard.</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px; font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt;"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt;">If anybody knows a method to copy an image from QWebEngineview to the clipboard (or even download) without a segfault I would be very happy.</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px; font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt;"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt;">Is it possible that this is not implemented in PyQt5?</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px; font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt;"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; block-indent:0; text-indent:0px; font-family:'DejaVu Sans', Verdana, 'Sans Serif', Sans-Serif; font-size:10pt;"><br /></p></body></html>