PDA

View Full Version : Two listWidget in scrollArea



ng2b30
13th April 2018, 11:31
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.