Results 1 to 3 of 3

Thread: how to display QTreewidget like list

  1. #1
    Join Date
    Oct 2009
    Posts
    105
    Thanked 4 Times in 2 Posts
    Qt products
    Qt/Embedded
    Platforms
    Unix/X11

    Default how to display QTreewidget like list

    Dear Members,

    I've created a treewidget and added some item in that widget. The output looks like below (I cannot upload the output file as my company has blocked the web uploader. )


    NAME PLACE PHONE NO
    |
    |_A INDIA 1000 (Icon)
    |
    |_B INDIA 1001 (Icon)
    |
    |_C INDIA 1002(Icon)



    But I want to display like this.

    NAME PLACE PHONE NO

    A INDIA 1000(Icon)

    B INDIA 1001(Icon)

    C INDIA 1002(Icon)


    Please tell me how to do this.

    Thank you All.

  2. #2
    Join Date
    Oct 2010
    Posts
    55
    Thanks
    1
    Thanked 11 Times in 10 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows
    Wiki edits
    9

    Default Re: how to display QTreewidget like list

    Qt Code:
    1. treeWidget->setRootIsDecorated(false);
    To copy to clipboard, switch view to plain text mode 

    is perhaps what you are looking for.

  3. #3
    Join Date
    Oct 2009
    Posts
    105
    Thanked 4 Times in 2 Posts
    Qt products
    Qt/Embedded
    Platforms
    Unix/X11

    Default Re: how to display QTreewidget like list

    Quote Originally Posted by helloworld View Post
    Qt Code:
    1. treeWidget->setRootIsDecorated(false);
    To copy to clipboard, switch view to plain text mode 

    is perhaps what you are looking for.
    Ya i was looking for this. Thank you very much.

Similar Threads

  1. List all elements of a QTreeWidget from top to bottom
    By ricardosf in forum Qt Programming
    Replies: 2
    Last Post: 12th June 2010, 02:46
  2. Replies: 8
    Last Post: 6th May 2010, 11:17
  3. Cursor is not moving through QTreeWidgetItem list in QTreeWidget
    By sujan.dasmahapatra in forum Qt Programming
    Replies: 0
    Last Post: 11th December 2009, 06:52
  4. network adapter list display
    By rakesh in forum Qt Tools
    Replies: 0
    Last Post: 17th March 2009, 12:16
  5. How do I display a list of images?
    By Morea in forum Qt Programming
    Replies: 2
    Last Post: 23rd November 2007, 08:49

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.