Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. [SOLVED]QScrollArea with resizable scrollbar in Qt is possible?
Forum Updated to NodeBB v4.3 + New Features

[SOLVED]QScrollArea with resizable scrollbar in Qt is possible?

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 918 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    antonyprojr
    wrote on last edited by
    #1

    There is on Qt4/Qt5 support for a scroll area with resizable scrollbar? I mean, a place where the user can zoom in or zoom out the contents of the scroll area by simply resizing the scrollbar like on the image below.
    I've tried search in the internet and on the Qt docs, but i don't found it, is this possible?

    !http://s24.postimg.org/qvdfyw4zp/image.jpg(Sony Acid)!

    1 Reply Last reply
    0
    • raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      no there is no such widget available ... at least in the official Qt libs.
      You will have to search for such custom made widget or do it by your own.

      Best would be to inspect the Qt sources for the QScrollBar implementation to get an idea how to implement such a behavior. Basically the behavior of the scrollbar stays the same and the changes should be minimal ... relatively :)

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved