Search code examples
htmlqtqstring

Get plain text from QString with HTML tags


I have QString with html tags. Why can i get plain text from this string?


Solution

  • You need to strip off the HTML tags from the string. See this post for instance.