Window Scroll
Unsolved
General and Desktop
-
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") -
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.