Hi,
QML View with C++ Model. QAbstractListModel for c++ model and ListView on QML View with delegates.
When I launch view, CPU goes very high. I am suspecting QAbstractListModel::data called for every few milliseconds. How to control this? Any other inputs to control cpu?
Thanks.
↧