I have spent two long days dealing with the name changes foisted upon us by the Qt devs. More work and testing is coming. If there are major problems I may just punt on Qt6 entirely until after Leo 6.4 final.
PR #2054 <https://github.com/leo-editor/leo-editor/pull/2054> shows the scale of the work involved. The ekr-qt6-2 branch contains the work. I expect to spend at least another day testing. Thomas, I made several changes to the vr3 plugin. I had no real choice but to follow the patterns now used throughout Leo to make sense of the Qt naming horrors. vr3 doesn't load with qt6 in the ekr-qt6-2 branch. Perhaps you are aware of this. In embed_widget I changed explicit tests on isQt6 to a single line: w.setWordWrapMode(WrapMode.WrapAtWordBoundaryOrAnywhere) This *might *work, but I haven't tested it. Please let me know if there are 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/f044f3cd-d3c0-4d3a-a5cf-e257407064c4n%40googlegroups.com.
