How to know if the main window of my program was resized
-
Hi,
Fortunately for you Qt is very intuitive that way : you just have to implement the resizeEvent method.
Hi,
Fortunately for you Qt is very intuitive that way : you just have to implement the resizeEvent method.