Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I would like to have a QPlainTextEdit which add space every 3 letter. For exemple :
ACG GTA CAT GTA
Where Do I start ? QTextDocument ? QDocumentLayout ? QTextblock ... ?
Im not sure what the overall goal is but you could maybe cheat with an eventfilter and count the keypresses and for every 3, send a keySpace also.