Hi.
I have a string and would like to create a QPixmap from the string. Each letter should correspond to a specific colour.
Each letter in the string should be turned into a 20x20 rect filled with the colour.
So a chess board could be created from the string bwbwbwbwbwbwbw...
Now, how do I do this?