Quote Originally Posted by Ashutosh2k1 View Post
I have made a custom Widget .
OK
Now i want to expose the different Properties of that Widget . I want to use a custm Property likeof Geometry so when it get expanded it shows the different Element and i can change the value in that attribute
Sorry, lost me here. Properties are values stored against a QObject. They have no visual appearance. Where and how do you expect to "get expanded it shows different Element".?
For this i have created a class Custom Class and use the Q_PROPERTY to expose the different element which have to show the property.Now i am using that class in my original Widget and again exposing by Q_PROPERTY with that class but i ma not getting the result
No, hasn't made it any clearer.

Rephrase your post including more information, perhaps even code snippets, and explain what "not getting the result" means. You might even try asking a targeted question.