Open ghost opened 10 years ago
Changed the log viewer widget to use QPlainTextEdit.
QPlainTextEdit supports autoscrolling and appending of text lines and is therefore predestined to be used as log viewer.
In case there are performance issues on lower end machines I added a configuration option to set the maximumBlockCount property.
hello m4444x, thank you for these changes that bring real comfort to use. I have included in my personal version.
I use these changes into https://github.com/zapmaker/GrblHoming/tree/Letartare
Changed the log viewer widget to use QPlainTextEdit.
QPlainTextEdit supports autoscrolling and appending of text lines and is therefore predestined to be used as log viewer.
In case there are performance issues on lower end machines I added a configuration option to set the maximumBlockCount property.