79767850

Date: 2025-09-17 22:09:46
Score: 1.5
Natty:
Report link

In Qt 6.9 and propbably earlier versions you can force the textedit to accept only plain text.

        self.textEdit.setAcceptRichText(False)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: QC Developer