Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
HTMLタグ付きのQStringがあります。この文字列からプレーン テキストを取得できるのはなぜですか?
str.remove(QRegExp("<[^>]*>"));
文字列から HTML タグを取り除く必要があります。たとえば、この投稿を参照してください。