[PyQt] self.scrollArea.verticalScrollBar().setValue() doesn't seem to work

Phil Thompson phil at riverbankcomputing.com
Tue Jul 6 18:55:24 BST 2010


On Tue, 06 Jul 2010 18:32:51 +0100, Nathan Guttridge
<nathan.guttridge at aardman.com> wrote:
> Hi I am using pyqt4 ver 4.4.2... and can't seem to get this to work is
> this a known bug?

No.

> self.scrollArea.verticalScrollBar().setValue(100) 

You need to provide a complete, short test case that demonstrates the
problem.

Phil


More information about the PyQt mailing list