-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
Hello,
I have this code :
Page {
title: i18n.tr("Index")
ListView {
id: redditList
JSONListModel {
id: redditFeed
source: "http://www.reddit.com/r/Ubuntufr/hot.json"
query: "$.data.children[*]"
}
model: redditFeed.model
delegate: ListItem.Subtitled {
iconSource: model.data.thumbnail
Text {
horizontalAlignment: Text.AlignLeft
font.pixelSize: 12
color: "black"
text: model.data.title
}
}
}
}
but only the frist result is display ! Can you explain me why ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels