Qt 6.11 is out! See what's new in the release
blog
QTextBrowser and HTML flag
General and Desktop
2
Posts
2
Posters
2.8k
Views
1
Watching
-
Hellow!, i have html text with flags and QTextBrowser how can i go to any flag?
Flag in html is:
@#flag@
and when you press link browser find in page flag and go there -
Maybe with that: "QTextBrowser::scrollToAnchor":http://doc.qt.nokia.com/latest/qtextedit.html#scrollToAnchor (with the anchor name without the '#').