Add count property, allows rowCount binding in QML
Qt does not have rowCount
property, because rowCount() can be expensive. From the other side, without this property workarounds like in HiddenItemsView.qml are needed.
Edited by Konrad Materka
Qt does not have rowCount
property, because rowCount() can be expensive. From the other side, without this property workarounds like in HiddenItemsView.qml are needed.