Hi All,

I m using Qt 4.1.5 on my Mac.
I have a paintEvent which is called itself when I create the object of the class having paintEvent().

Now I want to call the paintEvent on a Button click which is in another class because I m filling the color in the rect on paintevnt and I want to see it column by column.

But if it is called in the constructor then the whole rect are fill when screen comes up so I want this to be done on button click.

If any body knows then plz help me.

thanks.