Skip to content

pqQVTKWidget: attempt context creation when needed

pqQVTKWidget now explicitly waits for Qt to catch up and create the OpenGL context when a render is requested on the view proxy. We wait as along as 5 seconds before giving up.

This is an attempt to fix issues are reported in #18945 (closed), #18963 (closed).

Merge request reports