By the way, what about OpenGL painter backend? Can i enable it painting widgets 
in qt5? (last time i tried to use it, it had some painting bugs)

07.10.2011, в 18:41, Thiago Macieira написал(а):

> On Friday, 7 de October de 2011 18:34:46 Konstantin Tokarev wrote:
>> 07.10.2011, 17:48, "Thiago Macieira":
>>> The Qt Quick stack was rewritten. Instead of Graphics View, it sits now on
>>> top of the Scene Graph. The QWidget stack wasn't changed.
>> 
>> So it will be possible to run old faithful QWidgets without having OpenGL ES
>> 2?
> 
> Yes. QWidgets will continue to paint to the backing store, which is QPainter-
> driven and has the old raster engine. Then you upload that image to the 
> windowing server (or share it via shared memory), which will then take care 
> of 
> uploading to the GPU.
> 
> -- 
> Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
>   Software Architect - Intel Open Source Technology Center
>      PGP/GPG: 0x6EF45358; fingerprint:
>      E067 918B B660 DBD1 105C  966C 33F5 F005 6EF4 5358
_______________________________________________
Qt5-feedback mailing list
Qt5-feedback@qt.nokia.com
http://lists.qt.nokia.com/mailman/listinfo/qt5-feedback

_______________________________________________
Qt5-feedback mailing list
Qt5-feedback@qt.nokia.com
http://lists.qt.nokia.com/mailman/listinfo/qt5-feedback

Reply via email to