I can successfully insert blocks and frames in a QTextDocument. I see no way to delete any of those frames and/or blocks.

QTextEdit::cut() deletes selected text from a QTextEdit. (doesn't seem to work for me either) but according to the documentation, not from the document (?).

Can I delete a frame and any containing blocks from a document. If so, how?

Appreciate any help,
Enno