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. Window Scroll
Forum Updated to NodeBB v4.3 + New Features

Window Scroll

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 287 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.
  • C Offline
    C Offline
    Clemo
    wrote on last edited by Clemo
    #1

    Please how do I make my main window to scroll down to view other items.
    self.verticalScrollBar.setSizePolicy(sizePolicy)
    self.verticalScrollBar.setMinimumSize(QtCore.QSize(13, 39))
    self.verticalScrollBar.setStatusTip("")
    self.verticalScrollBar.setSliderPosition(9)
    self.verticalScrollBar.setOrientation(QtCore.Qt.Vertical)
    self.verticalScrollBar.setObjectName("verticalScrollBar")

    1 Reply Last reply
    0
    • dheerendraD Offline
      dheerendraD Offline
      dheerendra
      Qt Champions 2022
      wrote on last edited by
      #2

      Did you try to use the QScrollArea ? If you can give more details with some code example or image will help the team to help.

      Dheerendra
      @Community Service
      Certified Qt Specialist
      http://www.pthinks.com

      1 Reply Last reply
      4

      • Login

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