Results 1 to 4 of 4

Thread: QTreeWidget won't scroll horizontally

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Join Date
    Jan 2008
    Posts
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QTreeWidget won't scroll horizontally

    Thanks, even I was facing this problem.

    in addition, I had to write following line

    Qt Code:
    1. header()->setResizeMode(QHeaderView::ResizeToContents);
    To copy to clipboard, switch view to plain text mode 
    Last edited by jpn; 23rd January 2008 at 09:56. Reason: missing [code] tags

Similar Threads

  1. ListWidget horizontal scroll.
    By patrick772goh in forum Qt Tools
    Replies: 3
    Last Post: 17th July 2007, 08:32
  2. resizing a QTreeWidget
    By drhex in forum Qt Programming
    Replies: 6
    Last Post: 27th October 2006, 23:32
  3. QScrollArea's Scroll Bars
    By ToddAtWSU in forum Qt Programming
    Replies: 5
    Last Post: 19th September 2006, 14:27

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.