Results 1 to 4 of 4

Thread: QScrollArea containing multiple widgets

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Jan 2006
    Location
    Belgium
    Posts
    1,938
    Thanked 268 Times in 268 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Wiki edits
    20

    Default Re: QScrollArea containing multiple widgets

    There is of course MDI and QGraphicsView too. Both let you easily add widgets on top of each other and have scrolling capabilities.

    As for using a scrollArea. Why not add a single parent widget and use that parent widget to display the other widgets?
    You can use layouts anyway if you want to put them on top of each other.

  2. The following user says thank you to tbscope for this useful post:

    Mercurial (4th February 2011)

Similar Threads

  1. Adding widgets to QScrollArea
    By ser_bur in forum Qt Programming
    Replies: 6
    Last Post: 19th August 2013, 10:38
  2. Multiple QTreeViews in a QScrollArea?
    By MarkSimon in forum Qt Programming
    Replies: 12
    Last Post: 23rd November 2010, 03:06
  3. attach more widgets to a QScrollArea
    By franco.amato in forum Qt Programming
    Replies: 39
    Last Post: 19th January 2010, 16:47
  4. QScrollArea With Custom Widgets
    By VireX in forum Qt Programming
    Replies: 30
    Last Post: 22nd April 2007, 16:48
  5. How to paint across/over multiple widgets?
    By richy in forum Qt Programming
    Replies: 3
    Last Post: 31st August 2006, 10:57

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.