IMO have a look on http://sourceforge.net/projects/sketchbook/ QT based ..
it chance color or delete item quickly. Only port to QGraphicsView
IMO have a look on http://sourceforge.net/projects/sketchbook/ QT based ..
it chance color or delete item quickly. Only port to QGraphicsView
You can have a color attribute in the graphicsItem. Based on this u color the item. Changing color is just a matter of changing the value of the variable. Simple..How to change the color of an Item added to the scene based on some condition? say after 2 ms i need to change the color of an object drawn at (0,0) to green.
Also for ur needs GraphicsView wud be best. It provides zoom facility.
Selecting and removing objects is also easy. When u click in a scene, u get a list of items on that point. From the list u can select and remove the desired item/layer.
Bookmarks