Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
4.4.0
-
None
Description
Currently when you're working with QPlainTextEdit, for example, and you insert a large string, there are instances where your applications will crash. It would be useful to be able to detect these cases and reutrn an error code.
Update: to reduce the memory consumption of QPlainTextEdit try to reduce the number of paragraphs (newlines) in your source text.