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

2007-07-15 Thread David Boddie
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 vi

Re: [PyQt] button color

2007-07-15 Thread David Boddie
On Sun Jul 15 15:02:24 BST 2007, K.Wegner wrote: > Hi, in my program the user presses a button and gets the color dialog where > he can choose a color. after that I want to change the color of this button > to the new color but only the border is set to a new color and not the > background of the

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

2007-07-15 Thread K . Wegner
Hi, 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. Thanks for any help in advance, Katja

[PyQt] button color

2007-07-15 Thread K . Wegner
Hi, in my program the user presses a button and gets the color dialog where he can choose a color. after that I want to change the color of this button to the new color but only the border is set to a new color and not the background of the button. (PyQt4 and Qt 4.2.1, Linux and Windows) newCo