Quote Originally Posted by vitaR View Post
Rhe size of the Image remains the default size and the window shows just a half of it.
Example: Image size 600X600 / Window size 300X300
What do you do with the result of the scaling operation? I.e. the pixmap returned by scaled()?

Quote Originally Posted by vitaR View Post
Im going to make a Checker Game, its not the big deal, should I use QLabels using QMainWindow? I worked with QGraphicsScene and QGraphicsView before, and now I want to try something different. This its just an easy project (The checkers Game).
For this kind of interface the choice of QGraphicsView is a good one.
If you want to try something different I'd rather go for QtQuick instead of widgets.

Cheers,
_