-
Properties Window
hi ,
I'm developing picture editor application in Qt 4.5. There I'm placing qgraphicsitems on scene. Here my requirement is to display properties window for selected item, properties like name, type,positon, color, height, width etc.
Please tell me how to display property window for items.
Advance Thanks
madhu
-
Re: Properties Window
What did you try already?
-
Re: Properties Window
hi wysota
thanks for reply.
upto now i'm placing QGraphicsItems on the scene and saving and retrieving attributes of each item from the file.
Now I want to display selected item attributes in property window
thanks
.......madhu
-
Re: Properties Window
Ok, but what have you tried already regarding displaying selected attributes in a property window? What is the exact problem you are having?