Quote Originally Posted by jpn View Post
You'd have to run a timer to turn the cursor on and off. Anyways, have you noticed upcoming QPlainTextEdit?
sweet

Now my code contains these ugly lines:
Qt Code:
  1. #if QT_VERSION >= 0x040400
  2. # define QTextEditorControl QPlainTextEdit
  3. # warning "Using QPlainTextEdit as the text editor control"
  4. #else
  5. # define QTextEditorControl QTextEdit
  6. #endif
To copy to clipboard, switch view to plain text mode 

(it crashes, but I will figure out whats wrong with it eventually)