Is there QVTKOpenGLWidget for python?

Hi, everyone,
I have a problem to use the Contour Widget. Basically I have a QVTKRenderWindowInteractor to make my aplication embed in QT, but the Contour Widget doesn’t work on QVTKRenderWindowInteractor. Looking here I found a post with the same problem:
http://vtk.1045678.n5.nabble.com/Trouble-using-VTK-Widget-with-QVTK-td5727389.html

To solve it they have to use QVTKOpenGLWidget, but when I tried I didn’t find the module for python, so… Does the module exists?

I’m using Python 3.7, Vtk 8.2 and PyQt5.

Hi, Andreimd
I meet the same issue. Did you solve it? If you did, would you mind share?