I'm planning to write a simple 2d game, looking similar to this:

As you can see, screen is divided by a squares, and at every square there's some bitmap displayed.
I could use SDL library, but maybe is there simpler way to do it in Qt?

PS. Probably I could use openGL Qt module, but I think that openGL isn't a good idea for 2D graphics.