On Mon, Sep 8, 2014 at 6:17 PM, Edward K. Ream <[email protected]> wrote:
>> Otoh, I'm not sure whether anyone is using Qt5 for Leo, despite the >> support in leoQt.py. I'll see whether I can get Leo working with Qt5 >> on ubuntu and report back. > > Happily, I got the same traceback you did. The problem is a Qt4/5 > gotcha: QtGui exists in Qt4; in Qt5 one must use QtWidgets. > QtWidgets.QTextEdit, etc. works also in Qt4, so it should be possible > to fix this easily. Rev 26b5e4d and several previous allow Leo to run with Qt5. Hooray! This qualifies you for the coveted "I fixed Leo" bumper sticker ;-) On my ubuntu machine, all unit tests pass with Qt5 and python3.4. Please let me know how the new code works for you. 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.
