add a QToolbar as a child of a QGraphicsItem
Unsolved
General and Desktop
-
How can I add a QToolbar as a child of a QGraphicsItem.
When I select the graphicsItem, that frame needs to popup and move with the selected qraphicsItem.
I tried with QToolbar, adding 2 actions in the toolbar, but it always pop-ups and separate process opens in the taskbar, with my application.
Is there any way to add a QWidget to a QGraphicsItem as a child?
Regards!!
-
Hi,
What about QGraphicsProxyWidget ?