Problem with big visualization in graphics view
Hello guys, I have a new problem.
I am drawing in a graphics view, some rects and arcs, I am drawing them in loop. When I put a medium number of rects and arcs I cant see all of them in the screen, then I use the scroll bar, but the scroll bar is not enough and there are some drawing that I cant see. I have change some configs in the property editor, but I still cant see all of my drawing.
Someone knows what can I do?
Thanks in advanced.
jorge.
Re: Problem with big visualization in graphics view
I am not really sure I can help you since I do not use the designer,
but have you tried :
- to update the sceneRect, if it is not updated automatically?
- to update the view with fitInView?
What you says seems weird since you are only adding item on the scene. Scrollbars should work well with default values.
S.Cascio
Re: Problem with big visualization in graphics view
Hello, scascio, thanks for your time.
I still didn´t try to use those methods, but I have found out something more, I was drawing only horizontal lines, now when I put more lines, vertical and with angles I can see all of my drawing. I will keep testing it. If I see that it may be a bug I will report it.
bye bye.