Quote Originally Posted by anda_skoa View Post
Should be trivial to create these as custom QDeclarativeItems

1) Remove the usage of QML

2) Keep using QGraphicsView and just use QQmlEngine with custom types to create QGraphicItem based objects in QML

3) Move the Qt4 version to use QDeclarativeView and custom QDeclarativeItem and then port that almost unchanged to QtQuickWidget and custom QQuickPaintedItems.


_

Yes I think you are right, If I follow the point two then could you provide any example or link for the same.