hi all.

i use Qt 5.4.2 , windows 7.

i use QWebView load my html , my html include images.

when i mouse right button pressed , QWebView default context menu is display.

i see menu atcion has [open image] , [save image] , [copy image] , [copy image address].

i use [copy image] and [copy image address] is valid.

but [open image] and [save image] invalid , i want get this image src or other image information when [open image] [save image] tiggered.

please help me.