Recently I am working on a Qt Gui application with c++ and I need to align my window to top left corner when I run the application. (It should open on the top left corner by default).
Is there any way I can do this on the code or by Qt designer?
I would be really glad if someone could help.