Re: [PyQt] PyQt5 with QtQuick 1.1

2013-10-10 Thread Phil Thompson
On Thu, 10 Oct 2013 21:19:15 +0200, Alexander Rössler 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 >

[PyQt] PyQt5 with QtQuick 1.1

2013-10-10 Thread Alexander Rössler
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? Best Regards Al