What is the correct method to find if a QScrollBar is visible?

35 Views Asked by At

Method 1: my_widget.verticalScrollBar().visibleRegion().isEmpty()

Method 2: my_widget.verticalScrollBar().isVisible()

Method 3: ?

What is the best approach finding when a scrollbar is visible or not?

0

There are 0 best solutions below