Hi,

the title says it all...

I can't find any signals that expose this information in the model.
I would like to know this from the QML ListView component. What i can
do is tell the model where the current y position is in the models
content and the height of each row. That gives me enough information
to calculate which rows are visible, but i'm hoping there is "some"
way out there that i just haven't discovered yet.

I'm asking because i have a big dataset and only want to sort the data
that is visible for the user (partial_sort along with nth_element will
do that).

Regards,
Mak
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to