In the C++ side of the model/view programming, you get to specify an editor that your delegate uses to edit a model index. But this isn't available on the QML side. Why is this?
What is the correct way to edit - or add - a new object to my model with QML?