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
_______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
