PyQt4: Scrollbar doesn't show in scrollarea when resizing dockWidget
- by Whospal
I created a python test program (Test_InfoPanel.py) that has MainWindow with dockWidget, and within it, a tabWidget with scrollArea widget.
However, when I resize the MainWindow, the vertical scrollbar doesn't auto-appear when the
Similarly, when I undock the dockWidget & resize, the vertical scrollbar doesn't auto-appear.
Pls help!
Test…