Is there any class with the functionality similar to the .NET PropertyGrid class in Qt GUI framework? If not, I would appreciate any suggestions on how to create advanced property editor using Qt.
By the way, the control with the similar functionality is used in Qt Designer for properties editing. Is there any way to use this control in my application?
...one thought bringing it down...
This post has been edited 1 times, last edit by "Lemming" (Sep 10th 2005, 10:32pm)
You have the source code of Qt Designer. Use it, provided you'll distribute your program under a license that's compatible with the license of Qt Designer.