Hello,
I've been trying to figure out how to give an initial window placement for Qt5 applications on startup. I've tried to mimic the example set in ported applications, like found in qt_launchpad/main.cpp:89, using a window.move(0,0) call in my application, but this doesn't place the window in the corner.
Can anybody help me out or point me in the right direction?
Thanks,