Issue with listview that resets when scrolling
-
Hello,
I have an issue with a listview that keeps resetting when I scroll.
The first model row keeps the values, and so does the field that has focus, but all other rows lose their valuesAlso it seems it only looses values when i scroll to far away from the row..
I have read something about some "keep alive" settings for android, but never on PC?
Anyone got a clue to what's happening?
I'm currently testing the newest Qt 6 beta on windows.
Thanks for any suggestions
Kris
-
Hello,
I have an issue with a listview that keeps resetting when I scroll.
The first model row keeps the values, and so does the field that has focus, but all other rows lose their valuesAlso it seems it only looses values when i scroll to far away from the row..
I have read something about some "keep alive" settings for android, but never on PC?
Anyone got a clue to what's happening?
I'm currently testing the newest Qt 6 beta on windows.
Thanks for any suggestions
Kris
@MEMekaniske could you list your code of the listview?
-
@MEMekaniske could you list your code of the listview?
@sonicss found my issue, did not know I had to store the dynamic data I put into the listview. When i stored it in the model it survived scrolling.