Advertisement
Guest User

Test

a guest
Jul 13th, 2011
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. Column{
  2. resources: [
  3. Component {
  4. id: buildResults
  5. Text {
  6. text: modelData + ': ' + dataSource.data[activeSource][modelData]
  7. }
  8. }
  9. ]
  10. Repeater { model: dataSource.keysForSource(activeSource); delegate: buildResults; }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement