Skip to content

Add count property, allows rowCount binding in QML

Konrad Materka requested to merge work/kmaterka/count_property into master

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

Merge request reports