Re: [Development] Implementation of QML Canvas

2014-10-02 Thread Gunnar Sletta
On 02 Oct 2014, at 17:13, Helmut Mülner wrote: > 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

[Development] Implementation of QML Canvas

2014-10-02 Thread Helmut Mülner
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