renderWindow.SetSize() limits?

Hello,

Based on my experience, Qt certainly never imposed any limits. This does not mean that you can have limitless resolution. As stated above, the limit comes from underlying systems, namely the OpenGL backend, the OS, etc.

Please, take a look at this: Minimal working example of VTK embedding in PyQt with Qt5 · GitHub

regards,

Paulo