Hi there,

I need to delete some (one or multiple) lines in a QTextEdit. The only thing I found is QTextEdit::clear which deletes all lines, but that's not what I want. I need a more direct access to edit/delete a single line but neither QTextEdit nor QTextDocument seem to provide an interface for that.
How am I supposed to do that?