In Qt4, there is no basic widget which allow to display basic text like a log file. Secondly, QTextEdit, QTextBrowser or QTableWidget are very slow and need lots of memory to only display some data (for debug purpose).
That's why I created 2 very basic widgets :
- QLogText is like QTextBrowser but only to display plain text
- QLogTable is like QTableWidget for plain text
These widgets support only proportionnal font and they don't support copy/paste/cut and selection operations. Unicode text shouldn't work with these widgets.
I don't know if these both widgets are really usable, but maybe, they could be improved thanks to this forum.
Bookmarks