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.
Qt アプリケーションに QTextBrowser があります。テキストを追加したいのですが、このテキストの一部を HTML で解釈しないようにする必要があります。どうすればこれを達成できますか?QString をエンコードしてもいいですか?
最後に、次を使用して自分の質問を解決しました。
QString codedHtml = Qt::escape(html);