← Back to team overview

ubuntu-phone team mailing list archive

Create QML view for C++ object (not class)

 

Hello.

When I create a class in C++, I can register it for QML and can create view
for it. It's very convenient. But, if I need many objects of the same type,
and need to show few views on screen, I got problems.
Is it possible to register QML type for object, not for class?
If I change some object, I need to see only its view changed.

Best regard,
Nick

Follow ups