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
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
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
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