#2005 suggests importing more qt6 symbols. This issue has been completed and closed.
The new code affects only leoQt6.py. The new imports should work for any installation created with `pip install pyqt6`.
leoQt6.py now contains these new imports:
from PyQt6 import QtPrintSupport as printsupport
from PyQt6 import Qsci
import PyQt6.QtSvg as QtSvg
from PyQt6 import uic
These imports are quite different from the corresponding qt5 imports. I had to look at the sources to discover what worked!
As noted in #2005, other imports are possible. Those imports are commented out, but they do work. Imo the commented-out imports are not of general interest. Let me know if you disagree.
#2005 concludes the vast majority of work on qt6 support. Please report any problems!
Edward