Results 1 to 3 of 3

Thread: Tree structured text editor

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2010
    Posts
    9
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows
    Thanks
    1

    Default Tree structured text editor

    Hi everyone,

    I try to write a tree structured text editor based on QTreeView, but it appeared to be difficult, if even possible. Have anyone tried to do the same? Can you advice what to use for this purpose?

    Regards

    corrado

  2. #2
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Wiki edits
    5

    Default Re: Tree structured text editor

    I haven't tried it but I would go for: Use a normal QTextEdit or QPaĺainTextEdit and emulate a tree beside (like the line number editor from the docs). On hiding a "node" just set the blocks of the document invisible etc. You can also have a look in the source code of Qt Creator and see how they make it.

  3. The following user says thank you to Lykurg for this useful post:

    corrado (20th April 2010)

  4. #3
    Join Date
    Apr 2010
    Posts
    9
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows
    Thanks
    1

    Default Re: Tree structured text editor

    Quote Originally Posted by Lykurg View Post
    I haven't tried it but I would go for: Use a normal QTextEdit or QPaĺainTextEdit and emulate a tree beside (like the line number editor from the docs). On hiding a "node" just set the blocks of the document invisible etc. You can also have a look in the source code of Qt Creator and see how they make it.
    Thanks, i'm also looking at it, but i thought it might be something more suitable for such editor

Similar Threads

  1. Replies: 4
    Last Post: 23rd June 2015, 15:45
  2. Text Editor
    By viglu in forum Newbie
    Replies: 6
    Last Post: 8th March 2010, 21:54
  3. rich text in tree widget
    By magland in forum Qt Programming
    Replies: 19
    Last Post: 12th March 2009, 13:07
  4. Replies: 5
    Last Post: 18th December 2008, 13:58
  5. Replies: 2
    Last Post: 18th March 2008, 15:38

Tags for this Thread

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
  •  
Qt is a trademark of The Qt Company.