Hi all

I m working on Qt4.2 on Intel MAC machine.

My Problem is this : I am having a grid or say Matrix of(16x16) i.e 16 rows and 16 columns

on the Widget and what i m doing is this when i click on the button the first row filled with the color when i again click on the button the second row filled with the color and so on..
i.e when second row fills with the color the first row that is filled with the color is washed away.
But I want is this on click of the button the color of the first row should not be washed away It still remains on the row.

If anybody understands my prob.. then pls help

Thanx