Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Question about PlainTextEdit and TextEdit
-
How much character input per second the QPlainTextEdit and the TextEdit accept? I'm working with the PlainTextEdit and if I try to input much character per second my software crash and it return:
"Process finished with exit code -1073741819"
For much inputs of character per second is recommended QPlainTextEdit, TextEdit or TextBrowser or a Label?
-