On Mon, Sep 8, 2014 at 5:58 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. EKR -- 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.
