PDA

View Full Version : Move function for widget won't works in QGraphicsScene



alizadeh91
3rd March 2012, 09:43
Hi all.
I have a QgraphicsScene and i've use widget by addWidget. When i use widget.move(x,y) it won't work at all :S

Added after 33 minutes:

I used ScenePos(x,y) and it works fine! thanks!