hey folks,

will make it short...read all your answers here, couldn't find any solution for my question. I think I don't need to post any code snippets..this problem is to trivial..

In my widget, I create a scene - in this scene, there is a view. Then, I add a self-created QGraphicsItem. This QGraphicsItem is movable like a car or so. Means, you can press W,A,S,D and this item moves forward,backward, sideways(rotates)...so far so good. Functions properly.

But I am totally not able to make ensureVisible, centerOn, fitInView eg. function properly. Means, everytime my item is about to leave the visible area, the portview or so should be readjusted...

You know what I mean? Thanks for your attention!

greetings, Klaus