i want to use ListView to display ListElements which provided by ListModel,but i don't want to display the first ListElement,who can help me how to do it?thank you!
I don't think it's possible with standard methods (you could remove the first row from the model, but I take it that's not what you want). May I ask what the use case is?
the model is created by C++,but i needn't display the first ListElement,who can tell me how to implement this but not change the model which created by C++