Hello, i have a simple question.
I need to make a tiled map editor for my platformer game, so I started learning QT.
I have following questions:
  • What widget i am supposed to used to create a simple MxN pixels field? QGraphicsScene or QGraphicsView?
  • How can I put a tile on scene so that it crearly fits it's 32x32 cell?

Maybe anyone can share experience doing something like that?
Thanks for answers, i am new to this.