PDA

View Full Version : Properties Window



manti_madhu
27th October 2009, 10:05
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

wysota
27th October 2009, 10:42
What did you try already?

manti_madhu
30th October 2009, 09:45
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

wysota
30th October 2009, 10:30
Ok, but what have you tried already regarding displaying selected attributes in a property window? What is the exact problem you are having?