PDA

View Full Version : How to add images to grid



vinayaka
27th July 2011, 10:12
Can i add images to a grid's specific location such as grid[7][2]
ie, to add image at the 8th row and 3rd column of a grid

mvuori
27th July 2011, 10:32
You can, for example, use a QGridLayout on widget, place yout images on QLabels and place those on the grid.

athulms
28th July 2011, 06:21
I am developing a wordsearch game. I have to place the letters of each words dynamically in a grid