Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. Activate scroll bar?
Forum Update on Monday, May 27th 2025

Activate scroll bar?

Scheduled Pinned Locked Moved Unsolved Qt for Python
5 Posts 4 Posters 654 Views
  • 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.
  • Julie DbJ Offline
    Julie DbJ Offline
    Julie Db
    wrote on last edited by Julie Db
    #1

    How I can activate this scroll bar with Qt Designer?

    11563a05-1845-4b12-8fa8-f18409c6a95b-image.png

    1 Reply Last reply
    0
    • Julie DbJ Offline
      Julie DbJ Offline
      Julie Db
      wrote on last edited by
      #2

      i'm want to know if is possible to activate the scroll bar of lineScroll with the QtDesigner (without input the Qt code in the scope)..

      About this configs:

      1954615e-1686-4584-8c14-2855a2c8b104-image.png

      JonBJ 1 Reply Last reply
      0
      • Julie DbJ Julie Db

        i'm want to know if is possible to activate the scroll bar of lineScroll with the QtDesigner (without input the Qt code in the scope)..

        About this configs:

        1954615e-1686-4584-8c14-2855a2c8b104-image.png

        JonBJ Offline
        JonBJ Offline
        JonB
        wrote on last edited by JonB
        #3

        @Julie-Db
        I could (well!) be wrong, but try unchecking that widgetResizable? I don't know for sure whether scroll bars activate to allow scrolling at design-time in the Designer. Also, I can't see/tell what widget you have picked to be the QScrollArea's widget? If you have that wrong, it may well affect ability to display/scroll.

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SimonSchroeder
          wrote on last edited by
          #4

          I believe you are missing a layout for the widget living inside the QScrollArea. So far there is no reason for the widget inside the scroll area to be larger than the scroll area itself. If you put the buttons into the layout of the widget inside the scroll area, the widget will resize accordingly and trigger the use of scrollbars when necessary.

          JonBJ 1 Reply Last reply
          0
          • S SimonSchroeder

            I believe you are missing a layout for the widget living inside the QScrollArea. So far there is no reason for the widget inside the scroll area to be larger than the scroll area itself. If you put the buttons into the layout of the widget inside the scroll area, the widget will resize accordingly and trigger the use of scrollbars when necessary.

            JonBJ Offline
            JonBJ Offline
            JonB
            wrote on last edited by JonB
            #5

            @SimonSchroeder
            Which is what I tried to suggest to the OP via

            Also, I can't see/tell what widget you have picked to be the QScrollArea's widget? If you have that wrong, it may well affect ability to display/scroll.

            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