GridView for a QAbstractListModel
General and Desktop
1
Posts
1
Posters
562
Views
1
Watching
-
wrote on 27 Feb 2014, 12:18 last edited by
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 successplease help
1/1