Qt 6.11 is out! See what's new in the release
blog
Highlight script hides part of the code
Qt.io webservices
4
Posts
2
Posters
2.7k
Views
1
Watching
-
@virtual void paint ( QPainter * painter, const QStyleOptionGraphicsItem * option, QWidget * widget = 0 )
@The code is hidden if the screen is not big enough. And we don't have a way to show it.
-
With firefox 3.5.1 I can see a "?" mark over the string "QStyleOptionGraphicsItem". And there is no way to scroll it.
With Chromium, I'm seeing the same bug, but it shows me a horizontal scrollbar at the bottom of the code tag.
-
similar issue with ie8 in this post: "http://developer.qt.nokia.com/forums/viewthread/776/":http://developer.qt.nokia.com/forums/viewthread/776/
-
We are hoping a bug fix release of http://alexgorbatchev.com/SyntaxHighlighter will sort that for us.