Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
A problem about dynacmically creation QML objects.
-
How to dynacmically create and destruct the objects of these QML components : a model, a delegate , and a view by using C++ or other method?
Any advice will be appreciated.
-
Did not get your question clearly. Delegate anyways dynamically creates objects for each element in the model. Are you looking for something else?
-
I Think it is to dynamically creates an delagate object
-
mmm...
What I want to do is just as Emily said,
Someone help me? An example is good...