ubuntu-phone team mailing list archive
-
ubuntu-phone team
-
Mailing list archive
-
Message #04338
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