Results 1 to 8 of 8

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

Hybrid View

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

    Default QLogText & QLogTable : 2 widgets to display text log

    Update of a previous thread :
    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

  2. #2

    Default Re: QLogText & QLogTable : 2 widgets to display text log

    after 13 years
    hi i use your file but i have a problem i need copy these logs and paste on another places
    i search a lot in froums and not find answer
    is this possible to copy content of QLogText?

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, 01: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.