Skip to content

Instantly share code, notes, and snippets.

@taaem

taaem/Data.json Secret

Last active August 29, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taaem/e532a400393f212ab629 to your computer and use it in GitHub Desktop.
Save taaem/e532a400393f212ab629 to your computer and use it in GitHub Desktop.
Repeater Fails to load
{
"blog_name": "test",
"id": 0,
"post_url": "",
"type": "text",
"date": "2011-02-25 20:27:00 GMT",
"timestamp": 1298665620,
"state": "published",
"format": "html",
"reblog_key": "",
"tags": [
"tumblrize",
"milky dog",
"mini comic"
],
"note_count": 14,
"title": "Test",
"body": "SomeThing"
}
ListItem{
Repeater{
id: tagRepeater
model: tags
Label{
text: modelData
color: Theme.secondaryColor
}
}
}
SilicaListView {
id: dashListView
model: ListModel{
id: dashModel
}
anchors.fill: parent
delegate: PostDelegate{}
}
function append(element){
dashListView.model.append(element)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment