setting the position of a window programatically in scriptDialog

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.

I think it’s also extending QWindow. Have you tried setFramePosition(QPoint)?