As of rev d8f026289718... Leo's core loads with PyQt5. Here is the checkin log:
QQQ A mass update to support Qt5. When Qt5 is in effect, QtGui is QtWidgets, and QtGui2 is QtGui. When Qt4 is in effect, both are the same as QtGui. Next: carefully rename QtGui -> QtWidgets and QtGui2 -> QtGui QQQ I forgot to mention that most calls to anObject.connect fail when Qt5 is in effect. These are disabled with the isQt5 compile-time (module-level) constant. Next, I'll do the renaming mentioned above. To repeat, in the Qt4 world both QtGui and QtWidgets mean the QtGui module. After the renaming works and is tested, I'll attempt to fix the "connect" problem. 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
