Python Forum
[PyQt] How do I get a QScrollArea to scroll?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PyQt] How do I get a QScrollArea to scroll?
#6
"The important parts are that the scrolled widget is larger than the scrollable area and that the scrollable area knows how big the scrolled widget is (setWidgetResizeable(True))."

But when I do self.scrollAreaWidgetContents.setGeometry(0, 0, 801, 800) or self.scrollAreaWidgetContents.resize(801,800) is that not making it larger than pkg_display(self.pkg_display.setGeometry(10, 40, 801, 401)? The problem I have with layout managers is I can't control where my widgets are placed or how big/small they are.

@Axel_Erfurt
Yes I could do that, but this the effect that I wanted to achieve.
   

EDIT: So I just removed self.pkg_display.setWidgetResizable(True) from my code... and now my scroll area works just fine.
Reply


Messages In This Thread
RE: How do I get a QScrollArea to scroll? - by LavaCreeperKing - Oct-24-2021, 07:29 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [PyQt] QScrollArea does not work HeinKurz 3 1,398 Jan-24-2023, 09:45 PM
Last Post: HeinKurz
  [PyQt] QTableView: scroll to top cell of the screen random_nick 2 2,865 Oct-08-2022, 12:29 AM
Last Post: random_nick
  Treeview scroll selected node to top rfresh737 1 2,727 Apr-14-2021, 03:27 AM
Last Post: deanhystad
  [Tkinter] canvas widget scroll issue chrisdb 2 3,894 Apr-07-2021, 05:48 AM
Last Post: chrisdb
  [Tkinter] Help with scroll bars kraco 1 2,256 Sep-27-2020, 11:20 PM
Last Post: Larz60+
  [Tkinter] How to place scroll bar correctly scratchmyhead 1 3,967 May-18-2020, 04:17 PM
Last Post: scratchmyhead
  Scroll frame with MouseWheel Nemesis 1 3,642 Mar-25-2020, 09:29 PM
Last Post: Nemesis
  [Kivy] Why I have to click twice to scroll? Hummingbird 0 2,379 Jan-06-2020, 09:08 PM
Last Post: Hummingbird
  [Tkinter] Scroll Bars going backwards goofygoo 2 2,721 Jun-07-2019, 05:07 PM
Last Post: goofygoo
  [PyQt] QScrollArea with a gridlayout littleGreenDude 2 10,008 Jan-28-2019, 07:14 PM
Last Post: littleGreenDude

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020