I have two QListWidgets in the scrollArea, but the two QListWidgets would use their own scrollBar to scroll.
How can I change it so that I can use scrollArea to scroll two QListWidgets for the whole page?
Thanks.