How to access ListView's delegate item outside model
Solved
QML and Qt Quick
-
Hello guys, can you help me with one trick. I have a ListView and a c++ model connected to it, in my delegate i have RowLayout which contains CheckBox. Outside the model i have a Button that should set all CheckBoxes in ListView in checked state. Is there any solution for this?
-
Already solved with Connections in delegates