Hello World,
I’m writing a tool using scriptDialog class.
In Deadline API, we can find SetSize function, but nothing for setting the position of a window.
Assuming that scriptDialog inherits from QWidget, I tried to call QWidget.move(int, int) function but it has no effect.
It doesn’t trigger any error, it just does nothing.
How can I define the position of a scriptDialog window ?
Best regards.