The qmlRegisterExtendedType does not work because in order for the extension QObject to be instantiated, an additional property has to be defined and also accessed in the client code.
Another technique was therefore investigated: overriding QtQuick's ListView/GridView/Flickable by using the same names. See linked merge request.
The qmlRegisterExte ndedType does not work because in order for the extension QObject to be instantiated, an additional property has to be defined and also accessed in the client code. GridView/ Flickable by using the same names. See linked merge request.
Another technique was therefore investigated: overriding QtQuick's ListView/