Quote Originally Posted by aurelius View Post
Of course, I don't know if it's even useful, but ok, I just don't have access on it.
Not in your case. You need a plain graphicsview and QGraphicsPixmapItems.

Do you have any qmake that it would work properly?
Always use only the instance of qmake that comes with your installation, be it a binary or an own build originated.

I think I will have to create my own makefiles with my own qmake, but that is a problem.
No, you need to read a tutorial or two. Don't make things more complex than they are.

Whatsoever, I tried to do sth with grid layout. I managed to put two images in a grid layout, so I guess I can do it for more images.
Forget it. Read about QGraphicsView, pretty please.