sweet
Now my code contains these ugly lines:
Qt Code:
#if QT_VERSION >= 0x040400 # define QTextEditorControl QPlainTextEdit # warning "Using QPlainTextEdit as the text editor control" #else # define QTextEditorControl QTextEdit #endifTo copy to clipboard, switch view to plain text mode
(it crashes, but I will figure out whats wrong with it eventually)
Bookmarks