I have a QString with html tags. Why can I get plain text from this line?
You need to remove the HTML tags from the string. See this post , for example.
str.remove (QRegExp ("<[^>] *>"));
Source: https://habr.com/ru/post/888091/More articles:The problem with an array of bytes in C # - stringDESCRIPTION in a Django model - djangoHashMap says Key doesn't exist even if it is javaJava HashMap with or without type? - javaJQuery Slider Effect - jqueryStore a reference to a member variable of an object with another class - c ++Convert HTML output to PowerShell - powershellWhy does late static binding work with variables in PHP 5.3? - variablesstring comparison in bash - stringImplement FSM in VHDL - vhdlAll Articles