Skip to content

Tests for Maximize Components

James Graham requested to merge work/nvrwhere/maximize_component_test into master

Add tests for a qml ListModel, a qml qobject model and a cpp based AbstractListModel.

As is stands these are the main model types that work with the components due to the require params. But passing QVariantLists and other list structures from cpp will not as they only work with a single modelData param.

Edited by James Graham

Merge request reports