~timo-jyrinki/ubuntu-calendar-app/use_pickerpanelworkaround_lp1351024

« back to all changes in this revision

Viewing changes to EventDetails.qml

  • Committer: Kunal Parmar
  • Date: 2013-10-11 11:08:47 UTC
  • mto: This revision was merged to the branch mainline in revision 148.
  • Revision ID: pkunal.parmar@gmail.com-20131011110847-uoabd5zh1lpcl4zj
Icons added

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
        ToolbarButton {
78
78
            action:Action {
79
79
                text: i18n.tr("Edit");
 
80
                iconSource: Qt.resolvedUrl("edit.svg");
80
81
                onTriggered: {
81
82
                    print(text + " not implemented");
82
83
                }