Hello,

I'm working on a project where I have a QGraphicsScene with QWidgets on it.
I add the QWidgets with QGraphicsScene::addWidget().

However there are a few flaws and I can't seem to find a solution inside the Documentation alone.
First, It seems that I can't move the widgets. They are always centered. Resizing works, but I can't move them. Weird?

Then my main problem is that I can't get "their" focus. I'm developing on KDE and Widgets with focus get a highlighted border, this
is not the case for my QWidgets inside my QGraphicsScene. I'm trying to click on them or tab through the widgets. But neither works. Is there a reason for it?

I would like to provide code, but first I would have to make an example, since my project's code is a bit hard to understand.