Results 1 to 8 of 8

Thread: QLogText & QLogTable : 2 widgets to display text log

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Posts
    2
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Lightbulb QLogText & QLogTable : 2 widgets to display text log

    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.
    Attached Files Attached Files

Similar Threads

  1. Can't change the text display of a QTreeview item.
    By johnny_sparx in forum Qt Programming
    Replies: 3
    Last Post: 2nd June 2006, 02:03

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.