1 Attachment(s)
QGraphicsView scrollbar not fully visible
I'm using Qt 4.7.1 in XP, and I can't get rid of this annoying feature with QGraphicsView scrollbar. Scrollbar works well, but it's not fully visible. Note that this isn't caused by overlapping widgets. Any ideas how to fix this?
Screenshot:
Attachment 6453
Re: QGraphicsView scrollbar not fully visible
More information is needed.
It doesn't look like the scrollbar is a QGraphicsView scrollbar since its possible to see some gray area below.
Is this a proxy scroll area that we see in the scene maybe, and you actually have no scrollbars on your view?
Please explain more what you have done.
Re: QGraphicsView scrollbar not fully visible
Thanks for advice. I finally figured out the problem, which actually was a trivial one. :o (There was some historical code that tried to manually increase the width of the scrollbar. Removing this row solved the problem, though wider scrollbar would have been nice).