Results 1 to 3 of 3

Thread: Making the whole window/form scrollable

  1. #1
    Join Date
    Sep 2008
    Posts
    15

    Default Making the whole window/form scrollable

    We have an application with some fairly tall windows. If users run the software at a resolution lower than 1280 x 1024, these tall window do not fit completely. Some users will use a scrollable virtual desktop to get around the issue but that gets annoying.

    Is there an easy way to make the entire window/form scrollable so that when you drag the window to a size that's too small to display all the widgets, the window itself then becomes scrollable ?

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Making the whole window/form scrollable

    You can inherit your forms from QScrollArea.

  3. #3
    Join Date
    Sep 2008
    Posts
    15

    Default Re: Making the whole window/form scrollable

    Geez - that was easy. Thanks for pointing out the ovbious to an obvious beginnner ! Works perfectly.

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.