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

Chris Beaumont beaumont at hawaii.edu
Mon Sep 17 16:41:39 BST 2012


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 'visibilityChanged'

Is this a known bug/API change?

Cheers,
Chris Beaumont
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20120917/d47f2bf3/attachment.html>


More information about the PyQt mailing list