[Development] Implementation of QML Canvas

Helmut Mülner helmut.muelner at gmail.com
Thu Oct 2 17:13:01 CEST 2014


Hi!

 

By stumbling over an out-of-memory problem in my application, I found out
about the implementation of the QML Canvas item: It uses 2 QImages as
internal buffers and uses QPainter to write into this buffer. (I also
reported https://bugreports.qt-project.org/browse/QTBUG-41657 )

 

Are there any plans to change this implementation and use OpenGl or the
scene graph more directly to improve performance and reduced the memory
footprint?

 

Best regards,

 

Helmut

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20141002/4a97a4c9/attachment.html>


More information about the Development mailing list