[PyQt] QtQuick documentation for PyQt5?

Jens Persson xerxes2 at gmail.com
Sat Feb 8 10:27:46 GMT 2014


On Fri, Feb 7, 2014 at 7:37 PM, Dietmar Schwertberger <
maillist at schwertberger.de> wrote:

> Am 06.02.2014 19:00, schrieb Jens Persson:
>
>  And as mentioned earlier, PyQt runs just as good as on a regular desktop
>> linux distro. :)
>>
> I would assume that QtWidgets are working much better on a desktop Linux.
> On Jolla this is not a realistic option - you have to use QML/QtQuick
> instead.
>
> Compared to Maemo/N900 the Jolla is more smartphone and less PC.
>
> And btw.: Android support is working well.
> For things like the local public transportation app or the remote control
> for TV it's better to have Android apps than nothing.
>
> Regards,
>
> Dietmar
>
>
On small touch displays you should never use QtWidgets (the graphical
parts), that is a given. It doesn't matter if it's Symbian, Meego,
Blackberry or Sailfish, it's all QML. When I write an app I first make it
use raw QML/QtQuick on my desktop and then I port it to whatever additional
QML based toolkit is available, for Sailfish it's called Silica (
https://sailfishos.org/sailfish-silica/index.html  ).

Greets Jens
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20140208/d5547095/attachment.html>


More information about the PyQt mailing list