Re: [PyQt] QToolBar.visibilityChanged signal missing in PyQt4.9.4

2012-09-17 Thread Phil Thompson
On Mon, 17 Sep 2012 11:41:39 -0400, Chris Beaumont wrote: > Hello, > > The QToolBar.visibilityChanged signal seems to be missing on my recent > installation of PyQt4.9.4: > > In [1]: from PyQt4.QtGui import QApplication, QToolBar > In [2]: app = QApplication([]) > In [3]: tb = QToolBar() > In [4

[PyQt] QToolBar.visibilityChanged signal missing in PyQt4.9.4

2012-09-17 Thread Chris Beaumont
Hello, The QToolBar.visibilityChanged signal seems to be missing on my recent installation of PyQt4.9.4: In [1]: from PyQt4.QtGui import QApplication, QToolBar In [2]: app = QApplication([]) In [3]: tb = QToolBar() In [4]: tb.visibilityChanged AttributeError: 'QToolBar' object has no attribute 'v