~nskaggs/ubuntu-filemanager-app/revert-rev132

« back to all changes in this revision

Viewing changes to FolderListDelegate.qml

  • Committer: Omer Akram
  • Date: 2013-05-31 12:23:54 UTC
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: om26er@ubuntu.com-20130531122354-8pwcavg3c7ojrygu
add skeleton for autopilot tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
import org.nemomobile.folderlistmodel 1.0
22
22
 
23
23
ListItem.Subtitled {
 
24
    objectName: "folder" + index
24
25
    text: model.fileName
25
26
    subText: Qt.formatDateTime(model.modifiedDate, Qt.DefaultLocaleShortDate) + (!model.isDir ? " " + fileSize : "")
26
27
    // FIXME: hard coded path for icon, assumes Ubuntu desktop icon available.