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.
なぜこれを見つけるのに苦労しているのかわかりませんが、またはにハイパーリンクを追加するにはどうすればよいですQTextEditかQTextBrowser? リンクのリストを持つものを作成しようとしています。リンクをクリックすると、リンクが参照しているオブジェクトが取得されます。
QTextEdit
QTextBrowser
acceptRichTextプロパティを trueに設定する必要があります。setHTML()次に、スロットを使用して HTML を渡すだけです。
acceptRichText
setHTML()
win.setHTML("<a href="http://foo>Bar</a>");