On Thu, 10 Oct 2013 21:19:15 +0200, Alexander Rössler
<mail.aroess...@gmail.com> wrote:
> Hello,
> 
> How can I use PyQt5 in combination with QtQuick 1.1? I know QtQuick 2.0
is
> better but on the BeagleBone currently no OpenGL is available so I am
> better of sticking to the raster engine of QtQuick 1.1. Where can I find
> the QtDeclarative module and the QDeclarativeView class?

Use PyQt4 (built against Qt5). PyQt5 doesn't support anything in Qt5 that
is marked as obsolete.

Phil
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to