On Sun Jul 15 18:37:17 BST 2007, K.Wegner wrote: > I have a QLabel that is not visible at the beginning (setVisible(0)) and > after a while it becomes visible (setVisible(1) and I can see it in the > dialog now). If I check the property isVisible(), I always receive False=0, > although it is visible.
Can you post some minimal example code that demonstrates this? It works for me with Qt 4.2.2, so either something changed after 4.2.1 or you've done something different to me. David _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
