Quote Originally Posted by vladkomarr View Post
What widget i am supposed to used to create a simple MxN pixels field? QGraphicsScene or QGraphicsView?
QGraphicsScene is not a widget. You will need both QGraphicsView and QGraphicsScene as the latter acts as a model for the former.
How can I put a tile on scene so that it crearly fits it's 32x32 cell?
Make it have a size of 32x32.