I think we could keep this (the new QtOpenGLWidgets module in Qt6) but we need to do also the compatibility import at QtWidgets.py in a similar fashion as done with PySide6:
|
from PySide6.QtOpenGLWidgets import QOpenGLWidget |
What do you think @ccordoba12 ?
Originally posted by @dalthviz in #255 (comment)
I think we could keep this (the new
QtOpenGLWidgetsmodule inQt6) but we need to do also the compatibility import atQtWidgets.pyin a similar fashion as done withPySide6:qtpy/qtpy/QtWidgets.py
Line 23 in 32f4a9f
What do you think @ccordoba12 ?
Originally posted by @dalthviz in #255 (comment)