#2005 <https://github.com/leo-editor/leo-editor/issues/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

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/a9ce6478-7ed8-4f60-ae36-2d8da3783839n%40googlegroups.com.

Reply via email to