Calling function of a delegate from outside list model
-
Re: How I can call function in ListView delegate item.
answer:-
(myListView.itemAtIndex(index_of_listModel_element)).my_function()
Re: How I can call function in ListView delegate item.
answer:-
(myListView.itemAtIndex(index_of_listModel_element)).my_function()