How to access ListView's delegate item outside model
Solved
QML and Qt Quick
-
wrote on 13 Jan 2017, 11:31 last edited by
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?
-
wrote on 13 Jan 2017, 11:37 last edited by
Already solved with Connections in delegates
1/2