Hi,
How can I fill ListElement using data from DB.
I cant use Repeater Element inside ListElement/ListModel I get this:
I cant use javascript because qml inside JS like this:Code:ListElement: cannot contain nested elements Repeater{
doesn't work.Code:ListElement {name: item.name; count: item.count }
App:
https://dl.dropbox.com/u/6412001/Andjsapp_.zip

Reply With Quote

