How can I trace removal of image from QTextEdit and get then path to this image?
I paste image with
Qt Code:
  1. QString subtext = QString("<img src=\"%1\" />").arg(fileimg);
  2. QTextDocumentFragment fragment = QTextDocumentFragment::fromHtml(subtext);
  3. textEdit->textCursor().insertFragment(fragment);
To copy to clipboard, switch view to plain text mode 

P.S. Sorry for my English