Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2014
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. TextArea {
  2. text: "hallo du da <a href='google.de'>link</a>"
  3. property TextEdit test: _editor
  4.  
  5. Component.onCompleted: {
  6. test.textFormat = TextEdit.RichText
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement