o-jill / kouets

automatic lint program with gui.
1 stars 0 forks source link

realtime output #21

Closed o-jill closed 9 years ago

o-jill commented 9 years ago

now kouets gets all the outputs from some program and put it to QTextEdit.

to make it more interactive, i want to make it real time.

and i may have to change decorating method or make some buffering class.

o-jill commented 9 years ago

example of real time reading. http://www.qtcentre.org/threads/47538-QProcess-read-from-stdout-lively

o-jill commented 9 years ago

i checked the mechanism and it turned out that line buffering is necessary because the line was divided in some case.