Hi All

I m working on QT4.2 on my Intel MAC ,

I had made a grid of 16x16 i.e. 16 rows and 16 columns on a widget with the help of Qt Programing.
And also used QPushbutton.
and
On click Event of the button Grid fills with the colour say RED.

But what I want is this when I clicks on the button the whole grid fills with the colour but slowly ,

that is It should be viewed that how whole grid is filled

i.e first it completes first row then second and so on...

for this I also used sleep and QTimerEvent but both doesnt works.

If anybody understands my Problem Then Pls help.

Thanx