Filling the cells with a color works fine :
Qt Code:
To copy to clipboard, switch view to plain text mode
But still no changes with the pixmap
Filling the cells with a color works fine :
Qt Code:
To copy to clipboard, switch view to plain text mode
But still no changes with the pixmap
The there are only 2 things can go wrong:
1. Your pixmap is not loaded(wrong path)
2. Your pixmap is not scalled to the size of the area you are drawing into.
Bookmarks