hello,
i've implemented an QList and exposed it to qml through a listview.
How can I print it as a GridView?
on 5 columns and god nows how many rows.
i've already tried:
@
Grid
{
columns:3
Component
{
//code for printing the list element
}
}
@
with no success
please help