The QTextDocument class, part of the Qt framework, holds formatted text that can be viewed and edited using a QTextEdit.
I'm trying to implement a simple text search in an editor i'm writing. Everything have been fine until this problem! …
qt4 qtextdocumentI'm struggling with block/line removal from QTextEdit. Code below should(?) work but it ends up in infinite loop for …
qt qtextedit qtextdocument