[sailfish] allow to open links in TextPage component and align text with Justify

This commit is contained in:
Hauke Schade 2015-03-18 22:04:45 +01:00
parent 53f16c8a32
commit bf087e0066

View file

@ -66,6 +66,8 @@ Page {
visible: text != ''
wrapMode: Text.WrapAtWordBoundaryOrAnywhere
textFormat: Text.RichText
horizontalAlignment: Text.AlignJustify
onLinkActivated: Qt.openUrlExternally(link)
}
//}
}