On Mon, 17 Sep 2012 11:41:39 -0400, Chris Beaumont <beaum...@hawaii.edu> 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]: tb.visibilityChanged > AttributeError: 'QToolBar' object has no attribute 'visibilityChanged' > > Is this a known bug/API change?
Works fine for me. Make sure you are using a version of Qt that supports it. Phil _______________________________________________ PyQt mailing list PyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt