Hi guys,

Does QTextEdit have support for images copied from Web ? I mean when a user cut/copies/pastes data from the Web, I end up with place holders in my richtextbox editor which I have derived from QTextEdit. I tried overwriting canInsertfromMimeData and insertFromMimeData, the code segment for source->hasImage() does not execute. I even used the source->hasHtml() this seems to work fine but yet no Images. Any help will be appreciated. Thanks in advance!!