Results 1 to 2 of 2

Thread: QWidget Scrollable

  1. #1
    Join Date
    Aug 2009
    Location
    Kolkata
    Posts
    13
    Qt products
    Qt4
    Platforms
    Unix/X11

    Unhappy QWidget Scrollable

    Hi,

    I have to create one widget with lots of controls. So I need to have a scrollable widget (both design time and run time). Can anybody help?
    Prasenjit
    Kolkata, India

  2. #2
    Join Date
    Jul 2009
    Location
    Enschede, Netherlands
    Posts
    462
    Thanked 69 Times in 67 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QWidget Scrollable

    Look into QAbstractScrollArea and QScrollArea. The latter is suitable for just dumping a widget into it and be able to scroll over the widget. The former can be used to create your own scrollable widget.
    Horse sense is the thing that keeps horses from betting on people. --W.C. Fields

    Ask Smart Questions

Similar Threads

  1. Promoting the parent QWidget of a QWidget form
    By extrakun in forum Qt Tools
    Replies: 6
    Last Post: 16th April 2010, 14:19
  2. Adding a scrollbar to a QWidget
    By qtUser500 in forum Newbie
    Replies: 13
    Last Post: 2nd September 2009, 19:48
  3. Replies: 0
    Last Post: 11th November 2008, 15:36
  4. Dynamic updates of a QWidget in a QScrollArea
    By plamkata in forum Qt Programming
    Replies: 2
    Last Post: 20th July 2008, 23:45
  5. Error in put one QWidget in another QWidget
    By xjtu in forum Qt Programming
    Replies: 1
    Last Post: 19th April 2008, 16:05

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.