Hi,
I follow the SFML tutorial to subclass a QWidget from SFML RenderWindow.
But I have no idea how to scale the render window when the QWidget window resizes.
Assume the render window is 640 * 480, the QWidget window is resized to 800 * 600,
is that I need to resize render window to 800*600 and scale everything by a scaling factor for drawing?