~renatofilho/address-book-app/attach-to-sync-monitor

« back to all changes in this revision

Viewing changes to src/imports/Ubuntu/Contacts/MostCalledModel.qml

  • Committer: Renato Araujo Oliveira Filho
  • Date: 2014-10-23 15:02:55 UTC
  • mfrom: (313.1.5 fix-1380094)
  • Revision ID: renato@renato-ubuntu-20141023150255-nzd4liz6c4y0rqsc
Format contact preview page title based on designer spec.

1- Name
2- Company
3- Phone
4- Email
5- Alias
6- No name

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
 
76
76
        defaultAvatarUrl: "image://theme/contacts"
77
77
        width: parent ? parent.width : 0
78
 
        titleDetail: ContactDetail.DisplayLabel
79
 
        titleFields: [ DisplayLabel.Label ]
80
78
        isCurrentItem: root.currentIndex === index
81
79
        locked: true
82
80