Results 1 to 4 of 4

Thread: Scroll bar in QTabWidget

  1. #1
    Join Date
    Apr 2012
    Posts
    49
    Qt products
    Qt4
    Platforms
    Unix/X11
    Thanks
    14
    Thanked 3 Times in 3 Posts

    Default Scroll bar in QTabWidget

    Hi,

    I have a query regarding scroll bar in QTabwidget.

    I have a main window. In that i have a tabwidget. In the tabwidget,there are so many pushbuttons.So that i need to add scrollbar for the tabwidget.

    I tried to add QScroll area and enable scroll bar in that.But When i run my application i couldnot able to operate the scrollbar in that scroll area.

    How can i activate the scrollbar.??


    Could you please explain me with some piece of source code,so that i can understand better.

    Thanks in Advance.

    Regards.
    Vinithr

  2. #2
    Join Date
    Jun 2007
    Location
    India
    Posts
    1,042
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows
    Thanks
    8
    Thanked 133 Times in 128 Posts

    Default Re: Scroll bar in QTabWidget

    1. Create a widget (wA) with all the push buttons.
    2. Create a scrollArea (sA) and set its inner widget as (wA).
    3. Put (sA) in the tab of tab widget.
    4. repeat steps for all other tabs.

  3. #3
    Join Date
    Apr 2012
    Posts
    49
    Qt products
    Qt4
    Platforms
    Unix/X11
    Thanks
    14
    Thanked 3 Times in 3 Posts

    Default Re: Scroll bar in QTabWidget

    Thanks for your reply.


    Could you please explain me with some source that how to create inner widget of scroll area??

  4. #4
    Join Date
    Apr 2012
    Posts
    49
    Qt products
    Qt4
    Platforms
    Unix/X11
    Thanks
    14
    Thanked 3 Times in 3 Posts

    Default Re: Scroll bar in QTabWidget

    Hi thanks for your help. Now its working fine.

Similar Threads

  1. How to decorate QTabWidget scroll buttons?
    By terrrible in forum Newbie
    Replies: 2
    Last Post: 7th June 2012, 10:58
  2. Scroll Buttons in page Area for QTAbwidget
    By vaibhav in forum Qt Programming
    Replies: 3
    Last Post: 26th August 2011, 15:59
  3. QDial disabling key scroll and mouse wheel scroll
    By ldg20 in forum Qt Programming
    Replies: 2
    Last Post: 3rd June 2010, 00:05
  4. scroll bars in QTabWidget--i don't want them
    By jhowland in forum Qt Programming
    Replies: 1
    Last Post: 29th May 2010, 09:12
  5. scroll bar on a QTabWidget?
    By barbR in forum Newbie
    Replies: 1
    Last Post: 19th January 2007, 20:14

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.