[PyQt] QLabel is visible but isVisible() is always false

David Boddie david at boddie.org.uk
Sun Jul 15 19:44:36 BST 2007


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


More information about the PyQt mailing list