[Development] Qt 5.6.0 header diff: QtQuick.diff

Knoll Lars Lars.Knoll at theqtcompany.com
Fri Sep 18 10:56:57 CEST 2015


On 18/09/15 10:49, "Gunnar Sletta" <gunnar at sletta.org> wrote:

>
>> On 18 Sep 2015, at 09:36, Knoll Lars <Lars.Knoll at theqtcompany.com>
>>wrote:
>> 
>> New properties:
>> 
>> QQuickFramebufferObject::mirrorVertically, looks ok
>> QQuickPaintedItem::textureSize, not ok. It’s not versioned.
>
>Like QQuickFramebufferObject, the object is not instantiated from QML, so
>the two follow the same pattern, not versioned. Or am I missing something?

Reimplementations of QQuickPaintedItem are instantiated from QML. So these
reimplementations (that could be in QML imports) would then get a new
property.

Cheers,
Lars

>
>> 
>> New methods:
>> 
>> * QQuickTextureFactory *textureFactoryForImage(const QImage &image),
>>docs
>> not ok IMO.
>> 
>> New classes:
>> 
>> * QQuickImageResponse
>> 
>> Isn’t this class missing some way to get the status of the response? It
>> only has an errorString() method, but no simple way to query whether it
>> was successful or not when finished() gets emitted.
>> 
>> * QQuickAsyncImageProvider, looks ok.
>> 
>> 
>> _______________________________________________
>> Development mailing list
>> Development at qt-project.org
>> http://lists.qt-project.org/mailman/listinfo/development
>



More information about the Development mailing list