[sailfish] allow to open links in TextPage component and align text with Justify
This commit is contained in:
parent
53f16c8a32
commit
bf087e0066
1 changed files with 2 additions and 0 deletions
|
|
@ -66,6 +66,8 @@ Page {
|
|||
visible: text != ''
|
||||
wrapMode: Text.WrapAtWordBoundaryOrAnywhere
|
||||
textFormat: Text.RichText
|
||||
horizontalAlignment: Text.AlignJustify
|
||||
onLinkActivated: Qt.openUrlExternally(link)
|
||||
}
|
||||
//}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue