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
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