Previously, I am able to use PropertySheet provided by http://www.l2fprod.com/common/index.php
When I pass in an Java Object, a GUI windows will be created automatically, to display the property of the object. User will able to view and edit the properties of the object.
For C++, I know it is difficult to obtain object's properties during runtime. But, I was wondering whether there is an equivalent GUI component in C++? QT component will be preferrable.