Hi guys,
I'm writing a little app in Qt now but I have ummm...a concept problem.
I need to graphically represent a data from i.e. int array to looks like this example:

Qt Code:
  1. int example_tab[11]={2,3,5,56,8,12,1,0,0,15,3};
To copy to clipboard, switch view to plain text mode 

(i know, i know...but i made it by hands and fast so...it's not a point ;P)

Have you any ideas or adivces how can i do that?
regards,