Qt Widgets - what to use for property editor?
-
I'm porting our project from Toolkit Pro and can't seem to find a replacement for the property grid. I can force the QTableView to be a property editor, but surely there's a Property Editor widget already there like the one you use in QtDesigner. Where can I find this widget? Thanks!
-
Welcome to DevNet
I don't think that there is a ready to use property editor widget.
You can take a look on designer source code to find what they use.
Also there is an article in Qt Quarterly about "property browser":http://doc.qt.digia.com/qq/qq18-propertybrowser.html -
That's pretty surprising that Qt doesn't already have an implementation of a property grid. O.O
Do you know if there are plans for one anytime soon? I'd rather just make use of what's available inside the SDK and could massage an existing view for the time being then implement the official solution down the road.
Thanks
-
Well, there is "Qt Solutions":https://qt.gitorious.org/qt-solutions/qt-solutions/source/19115c764ab298827ba472fc19cc7480af32a825:
repository.
It is not a part of official Qt framework but it is located in official Qt repository.
And the property browser that I talked in a post above is "here":https://qt.gitorious.org/qt-solutions/qt-solutions/source/19115c764ab298827ba472fc19cc7480af32a825:qtpropertybrowser