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.
我正在尝试制作一个高级查找系统。我想要做的是在 QTextBrowser 中显示您正在搜索的字符串所在的行并使其可点击。当您单击它时,它会将您重定向到该行。
这怎么可能?
您可以简单地使用 html 锚 ( <a href="...">) 并连接到 QTextBrowser 的信号 anchorClicked
<a href="...">