Disable modification to plain text editor

145 views Asked by At

I try to do a terminal in pyqt5 using plain text editor. This terminal should print some output but also should take some inputes from users.

My question is how can we disable modifications (but not just set in readOnly mode) for plain text editor when enter is pressed?

What I try to do is to allow users to enter some commande lines but prevent them to modify past input or output from the soft.

0

There are 0 answers