Problem in VTK 8.2 with defaultFormat() and QVTKOpenGLWidget on Windows 10/Intel

@estan From the Qt Wiki:

When using the Core profile, all access to the legacy fixed-functionality pipeline is removed. This means that to get anything drawn on screen we have to make use of glsl shaders and vertex arrays or buffers.

and interestingly, they also note:

This is known to work under Linux but Windows and macOS have some issues inside of Qt for creating Core Profile contexts.