Re: [Development] QtQuick - Automatically Repainting Canvas

2013-12-12 Thread Matthias Kleine
> On 12/09/2013 05:42 PM, Matthias Kleine wrote: > > is there an established pattern for repainting a canvas once a property > > that is accessed during painting changes? If not, I suggest to add a > > RepaintingCanvas. See the attachment for a naive implementation. Is &

[Development] QtQuick - Automatically Repainting Canvas

2013-12-10 Thread Matthias Kleine
Hi all, is there an established pattern for repainting a canvas once a property that is accessed during painting changes? If not, I suggest to add a RepaintingCanvas. See the attachment for a naive implementation. Is there a chance for something like this to be included in Qt? Cheers, Matthias