QPlainTextEdit, text appears cut off and you only see the first half of letters
-
From documentation: "QPlainTextEdit works on paragraphs and characters. A paragraph is a formatted string which is word-wrapped to fit into the width of the widget."
From your words it seems that your problem is not word-wrapping but something else. You care to elaborate your problem so it is clear what your problem exactly is?