zapmaker / GrblHoming

QT-based gcode user interface for grbl on arduino
GNU General Public License v3.0
319 stars 190 forks source link

Lagfreelog #80

Open ghost opened 10 years ago

ghost commented 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.

LETARTARE commented 10 years ago

hello m4444x, thank you for these changes that bring real comfort to use. I have included in my personal version.

LETARTARE commented 10 years ago

I use these changes into https://github.com/zapmaker/GrblHoming/tree/Letartare