The following changes should have zero impact on qt4 and qt5 users. They may have impact on qt6 users and devs:
1. leoQt6.py no longer imports any optional Qt modules. This means that plugins won't have to deal with the "import munging" that happened when Leo imported PyQt5. 2. Leo now detects if the printsupport module doesn't exist. The Qt docs imply that this is a required module, but it doesn't seem to exist on my PyQt6 6.0.2 build on Windows. This is a mystery that googling has not resolved. 3. I have just fixed #1886 <https://github.com/leo-editor/leo-editor/issues/1886>, a crasher in the stickynotes plugin. 4. I have just fixed some problems in the VR3 plugin. It now loads properly, but I make no claim that it works in all respect. I don't remember who wrote VR3, but we'll have to work out a way to support qt6. That's all for now. Keep those bug reports coming. 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/63baf4f1-5a99-429d-b01e-ead4f8243a9bn%40googlegroups.com.
