Hello all,
We are working on QGraphicsScene and all the graphics to it is added as items.
And we get some other graphics data from the 3rd party library also and we need to insert the same into the graphics scene.
3rd party provides two options on getting its graphics data
1) It will draw the graphics if we provide the window ID to its classes. But QGraphicsScene doesn't have winID,only QGraphicsView is having WinID
(or)
2) It provides a bitmap where we can read and convert as pixmap and add as item to Graphics scene . By using the second option the cpu load is more.
Please advise how can we achieve this with the first method (or) best way of bringing the graphics into it.
Bookmarks