~feng-kylin/ubuntu-settings-components/addSupportToOpenUrlInIndicator

« back to all changes in this revision

Viewing changes to plugins/Ubuntu/Settings/Components/MessageHeader.qml

  • Committer: handsome_feng
  • Date: 2015-05-12 03:51:09 UTC
  • Revision ID: 445865575@qq.com-20150512035109-a77c6ohbw5tml7ru
Added the support of opening URL in text viewed in the message indicator

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
                wrapMode: Text.WordWrap
92
92
                elide: Text.ElideRight
93
93
                fontSize: "small"
 
94
                textFormat: Text.RichText
 
95
                onLinkActivated: Qt.openUrlExternally(link)
94
96
 
95
97
                Layout.fillWidth: true
96
98
            }