[Qt-interest] is it possible to move QGraphicsProxyWidget?
franki
franki at franki.eu.org
Tue Dec 7 16:50:36 CET 2010
Hello,
Is it possible to move QGraphicsProxyWidget inside QGrapvicsView ?
I have QGraphicsView which display a plan of a building, and I would like to
add a few QWidget's which will displays QWidgetList with some items
representing doors, windows etc. These QWidgetList's can be quite big, so I
would like to be able to move them around the plan.
I'm using some QGraphicsProxyWidget's now inside QGrapvisView but I was unable
to make them movable, and I've read somewhere that this items cannot be
moved.
So, if not, what options do I have? I could draw these tables myself but It
looks like a nightmare to make them fully functional tables.
How about unfolding QWidget (placed inside QGraphicsView) by changing its
geometry using for example QPropertyAnimation? Is that possible?
best regards
Marek
More information about the Qt-interest-old
mailing list